-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.37 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Type: Package
Package: adlgraphs
Title: Create Graphs with ADL Style and Branding
Version: 0.3.6
Authors@R:
person("Jacob", "Dennen", , "[email protected]", role = c("aut", "cre"))
Description: The main goal of adlgraphs is toward improving the efficiency and
ease of cleaning, analyzing, and visualizing survey data, so that the
turnaround time between data collection and presentation of analysis and
findings could be as minimized as much as possible. In addition, this has
ensured that the presentation of data and results is consistent across
projects.
License: MIT + file LICENSE
URL: https://github.com/JDenn0514/adlgraphs,
https://jdenn0514.github.io/adlgraphs/
BugReports: https://github.com/JDenn0514/adlgraphs/issues
Depends:
R (>= 3.5)
Imports:
broom.helpers,
cli,
data.table,
dplyr,
forcats,
furrr,
ggplot2,
glue,
grDevices,
gt,
gto,
highcharter,
haven,
jtools,
mvtnorm,
officer,
prismatic,
psych,
purrr,
readr,
rlang,
rstudioapi,
stats,
stringr,
systemfonts,
tibble,
tidyr,
tidyselect,
waldo,
withr,
writexl,
vctrs
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
labelled
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
VignetteBuilder: knitr