forked from EmilyMarkowitz-NOAA/NMFSReports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 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
Package: NMFSReports
Title: Easily write NOAA reports and Tech Memos in R Markdown!
Version: 0.0.1.1
Authors@R:
person(given = "Emily",
family = "Markowitz",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5757-4230"))
Description: Easily write NOAA reports and Tech Memos in R Markdown with these easy funcitons and structured workflow!
Date: `Sys.Date()`
URL: https://EmilyMarkowitz-NOAA.github.io/NMFSReports/, https://github.com/EmilyMarkowitz-NOAA/NMFSReports
BugReports: https://github.com/EmilyMarkowitz-NOAA/NMFSReports/issues/
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
dplyr,
officer,
ggplot2,
magrittr,
extrafont,
stringr,
jsonlite,
knitcitations,
XML,
googledrive
Suggests:
testthat (>= 3.0.0),
rmarkdown,
cowplot,
png,
magick,
kableExtra,
knitr
Config/testthat/edition: 3
Depends:
R (>= 2.10)
VignetteBuilder: knitr