-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
59 lines (59 loc) · 1.89 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
Package: protocolhelper
Title: Helper Functions to Manage Protocols
Version: 0.6.1
Authors@R: c(
person("Hans", "Van Calster", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8595-8426", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Thierry", "Onkelinx", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-8804-4216", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Floris", "Vanderhaeghe", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-6378-6229", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Els", "Lommelen", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-3481-5684", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Research Institute for Nature and Forest (INBO)", , , "[email protected]", role = c("cph", "fnd"))
)
Description: Helper functions to manage INBO protocols.
License: GPL-3
URL: https://inbo.github.io/protocolhelper/,
https://github.com/inbo/protocolhelper
BugReports: https://github.com/inbo/protocolhelper/issues
Depends:
R (>= 3.6)
Imports:
assertthat,
bookdown,
checklist (>= 0.2.4),
commonmark,
fs,
gert,
jsonlite,
knitr,
purrr,
R6,
reactable,
rmarkdown,
rprojroot,
slickR,
stringr,
xfun,
xml2,
yaml,
ymlthis
Suggests:
dplyr,
lubridate,
magick,
pander,
png,
testthat (>= 2.1.0),
tinytex
Additional_repositories: https://inbo.r-universe.dev
Config/checklist/communities: inbo
Config/checklist/keywords: protocols; R package; Reproducible research;
Rmarkdown templates
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: Pandoc (>= 2.0.0)