-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.14 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
Package: idstyle
Title: Providing Templates, Branding, and Style Tools for ID Research Presentation
Version: 0.0.8
Authors@R:
c(person("Michael", "DeWitt", , "medewitt@wakehealth.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8940-1967")),
person("Jennifer", "Wenner", , "jwenner@wakehealth.edu", role = c("aut"),
comment = c(ORCID = "0009-0002-6708-8847")))
Description: Provides helpful tools for branding and styling, as well as
project templates (file structure, R output templates) for consistency
and simplification of work flow used for infectious disease research at Wake
Forest University School of Medicine.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
rlang,
flextable,
fs,
here,
purrr,
rstudioapi,
usethis,
cli,
bslib,
idtools,
ggplot2,
gtsummary,
sysfonts,
dplyr,
showtext,
htmlwidgets,
htmltools
Remotes:
wf-id/idtools
Enhances:
thematic,
ggtext
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true