forked from nafc-assess/NAFOdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.54 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
Package: NAFOdown
Title: An R Markdown Template for Producing NAFO Scientific Council Documents
Version: 0.0.1.9000
Authors@R:
c(person("Paul", "Regular", email = "[email protected]",
role = c("aut", "cre")),
person("Bob", "Rogers", role = "aut"),
person("Laura", "Wheeland", role = "ctb"),
person("Sean", "Anderson", role = "ctb", comment = "Development of csasdown"),
person("Chris", "Grandin", role = "ctb", comment = "Development of csasdown"),
person("Chester", "Ismay", role = "ctb", comment = "Development of thesisdown"),
person("Nick", "Solomon", role = "ctb", comment = "Development of thesisdown"))
Description: NAFOdown uses the bookdown package to create NAFO documents, such as
SCRs or STACFIS reports, in Word format. The goal of this package is to
encourage reproducible research using simple Markdown syntax and
embedded R code, and facilitate the process of producing or updating
scientific documents that consistently follow NAFO formatting guidelines.
This package is based on Sean Anderson's csasdown and Chester Ismay's
thesisdown.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
bookdown,
knitr,
rmarkdown,
ggplot2,
ggthemes,
magrittr,
flextable,
officer,
sysfonts,
showtext
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr
URL: https://github.com/nafc-assess/NAFOdown
BugReports: https://github.com/nafc-assess/NAFOdown/issues