-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
executable file
·92 lines (92 loc) · 2.52 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
80
81
82
83
84
85
86
87
88
89
90
91
92
Package: csasdown
Title: Reproducible CSAS Reports with Bookdown
Version: 0.1.7
Authors@R:
c(person(given = c("Sean", "C."),
family = "Anderson",
role = c("aut", "cre"),
email = "sean.anderson@dfo-mpo.gc.ca"),
person(given = "Chris",
family = "Grandin",
role = "aut"),
person(given = c("Andrew", "M."),
family = "Edwards",
role = "aut"),
person(given = c("Matthew", "H."),
family = "Grinnell",
role = "aut"),
person(given = "Daniel",
family = "Ricard",
role = "aut"),
person(given = "Rowan",
family = "Haigh",
role = "aut",
comment = "Contributions to TeX .sty files"),
person(given = "Meghan",
family = "Burton",
role = "ctb",
comment = "Landscape pages and tables"),
person(given = c("Paul", "M."),
family = "Regular",
role = "ctb"),
person(given = "Chester",
family = "Ismay",
role = "ctb",
comment = "Development of thesisdown"),
person(given = "Nick",
family = "Solomon",
role = "ctb",
comment = "Development of thesisdown"),
person(given = "Ben",
family = "Marwick",
role = "ctb",
comment = "Development of huskydown"),
person(paste("His Majesty the King in Right of Canada, as represented by",
"the Minister of the Department of Fisheries and Oceans"),
role = "cph"))
Description: Uses the 'bookdown' R package to generate CSAS
(Canadian Science Advisory Secretariat) Research Documents, Science
Responses, and Technical Reports in PDF or Word format. The package is
based on Chester Ismay's thesisdown package and Ben Marwick's
huskydown package.
License: MIT + file LICENSE
Depends:
R (>= 4.1.0)
Imports:
bookdown,
cli,
crayon,
dplyr,
ggplot2,
glue,
here,
kableExtra,
knitr,
officer,
purrr,
rlang,
rmarkdown,
stringr,
tibble,
tinytex (>= 0.39),
utils
Suggests:
covr,
cowplot,
ggtext,
magick,
pandoc,
readr,
rosettafish,
testthat,
tidyr
Remotes:
pbs-assess/rosettafish
ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: pandoc (>= 1.18) - http://pandoc.org
Config/testthat/parallel: true
Config/testthat/edition: 2