-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.45 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
Package: checkhelper
Title: Deal with Check Outputs
Version: 0.1.1.9000
Authors@R: c(
person("Sebastien", "Rochette", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1565-9313")),
person("Vincent", "Guyader", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-0671-9270")),
person("Arthur", "Bréant", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-1668-0963")),
person("Murielle", "Delmotte", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-1339-2424")),
person("ThinkR", role = "cph")
)
Description: Deal with packages 'check' outputs and reduce the risk of
rejection by 'CRAN' by following policies.
License: MIT + file LICENSE
URL: https://thinkr-open.github.io/checkhelper/,
https://github.com/ThinkR-open/checkhelper
BugReports: https://github.com/ThinkR-open/checkhelper/issues
Depends:
R (>= 2.10)
Imports:
cli,
desc,
devtools,
dplyr,
glue,
lifecycle,
magrittr,
pkgbuild,
purrr,
rcmdcheck,
roxygen2,
stringr,
tools,
utils,
whisker (>= 0.4),
withr
Suggests:
attachment,
callr,
knitr,
rmarkdown,
testthat,
usethis
VignetteBuilder:
knitr
Config/fusen/version: 0.5.0.9009
Config/Needs/website: ThinkR-open/thinkrtemplate
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0