forked from jpcompartir/DisplayR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.21 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: DisplayR
Title: Functions for visualising data
Version: 0.0.0.9000
Authors@R:
person("Jack", "Penzer", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "Capture Intelligence"))
Description: Aims to provide re-usable functions for various data visualisation challenges. There are functions for creating beautiful tables built on {gt}, interactive plots with {plotly} and static images using {ggplot2}.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://jpcompartir.github.io/DisplayR/
Imports:
dplyr (>= 1.1.0),
flextable (>= 0.9.0),
ggplot2 (>= 3.4.2),
gt (>= 0.9.0),
lubridate (>= 1.8.0),
magrittr (>= 2.0.3),
mschart (>= 0.4.0),
purrr (>= 1.0.1),
rlang (>= 1.1.1),
scales (>= 1.2.1),
stringr (>= 1.5.0),
tidyr (>= 1.3.0),
tidyselect (>= 1.2.0),
viridis (>= 0.6.2)
Suggests:
covr (>= 3.6.2),
DT (>= 0.26),
kableExtra (>= 1.3.4),
knitr (>= 1.42),
officer (>= 0.6.2),
rmarkdown (>= 2.21),
spelling (>= 2.2.1),
testthat (>= 3.1.4)
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends:
R (>= 3.20)
LazyData: true
Language: en-GB