-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.05 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
Package: twriTemplates
Type: Package
Title: Templates for TWRI reports
Version: 0.3.0
Authors@R: c(
person(given = "Michael",
family = "Schramm",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1876-6592")),
person(family = "Texas Water Resources Institute",
role = "cph"),
person(given = "Laura",
family = "DeCicco",
role = "ctb",
comment = "'ggplot_box_legend()'")
)
Description: Provides word and pdf Rmarkdown templates that meet TWRI branding guidance.
License: CC0
Encoding: UTF-8
LazyData: true
Imports:
bookdown,
cowplot,
fs,
ggplot2,
lifecycle,
methods,
officedown,
rlang,
systemfonts
Suggests:
testthat (>= 3.0.0),
flextable,
magick,
ragg,
rmarkdown,
tinytex
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
URL: https://github.com/TxWRI/twriTemplates,
https://txwri.github.io/twriTemplates/
BugReports: https://github.com/TxWRI/twriTemplates/issues