-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
48 lines (48 loc) · 1.41 KB
/
DESCRIPTION
File metadata and controls
48 lines (48 loc) · 1.41 KB
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
43
44
45
46
47
48
Package: DisplayR
Title: Functions for visualising data
Version: 0.1.1
Authors@R:
c(person("Jack", "Penzer", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "Capture Intelligence")),
person("Jamie", "Hudson", , "[email protected]", role = "aut",
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.3.2
URL: https://jpcompartir.github.io/DisplayR/
Imports:
cli,
dplyr (>= 1.1.0),
flextable (>= 0.9.0),
ggdist (>= 3.3.3),
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),
sysfonts,
tibble,
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 (>= 4.4.0)
LazyData: true
Language: en-GB