-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
79 lines (79 loc) · 2.32 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Package: ratlas
Title: ATLAS Formatting Functions and Templates
Version: 0.1.0
Authors@R:
c(person(given = "W. Jake",
family = "Thompson",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7339-0300")),
person(given = "Noelle",
family = "Pablo",
role = "aut",
email = "[email protected]"),
person(given = "Jeffrey",
family = "Hoover",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-0276-0308")),
person(given = "University of Kansas",
role = c("cph", "fnd")))
Description: Provides templates, formatting tools, and 'ggplot2' themes
tailored for the Accessible Teaching, Learning, and Assessment Systems (ATLAS)
organization. These templates facilitate the creation of topic guides and
technical reports, while the formatting functions enable users to customize
numbers and tables to meet specific requirements. Additionally, the themes
ensure a uniform visual style across graphics.
License: GPL-3
VignetteBuilder: knitr
URL: https://ratlas.netlify.app,
https://github.com/atlas-aai/ratlas
BugReports: https://github.com/atlas-aai/ratlas/issues
Depends:
R (>= 3.5.0)
Imports:
bookdown (>= 0.9),
colorspace (>= 1.4.1),
dplyr (>= 0.8.1),
extrafont (>= 0.17),
fs (>= 1.2.7),
ggplot2 (>= 3.3.2),
ggtext (>= 0.1.1),
glue (>= 1.3.1),
grDevices,
hrbrthemes (>= 0.6.0),
knitr (>= 1.22),
magrittr (>= 1.5),
officedown (>= 0.2.2),
purrr (>= 0.3.4),
rlang (>= 0.3.4),
scales (>= 1.0.0),
stringr (>= 1.4.0),
tibble (>= 2.1.3),
tidyr (>= 0.8.3),
xaringan (>= 0.11),
xfun (>= 0.12)
Suggests:
covr (>= 3.2.1),
cowplot (>= 1.0.0),
dichromat (>= 2.0.0),
english (>= 1.2.3),
here (>= 0.1),
kableExtra (>= 1.1.0),
lintr (>= 1.0.3),
magick (>= 2.2),
pkgdown (>= 2.0.7),
rmarkdown (>= 1.12),
spelling (>= 2.1),
testthat (>= 2.1.0),
tinytex (>= 0.13),
usethis (>= 1.6.0),
vdiffr (>= 0.3.1),
viridis (>= 0.5.1),
withr (>= 2.2.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-US