-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
59 lines (59 loc) · 1.3 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: pkgcheck
Title: rOpenSci Package Checks
Version: 0.1.2.068
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265")),
person("Maëlle", "Salmon", role = "aut"),
person("Jacob", "Wujciak-Jens", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-7281-3989"))
)
Description: Check whether a package is ready for submission to rOpenSci's
peer review system.
License: GPL-3
URL: https://docs.ropensci.org/pkgcheck/,
https://github.com/ropensci-review-tools/pkgcheck
BugReports: https://github.com/ropensci-review-tools/pkgcheck/issues
Depends:
R (>= 3.5.0)
Imports:
cli,
covr,
curl,
fs,
gert,
ghql,
glue,
goodpractice,
httr,
httr2,
jsonlite,
magrittr,
methods,
pkgstats,
rappdirs,
rmarkdown,
rprojroot,
rvest,
srr,
withr
Suggests:
callr,
knitr,
pkgbuild,
roxygen2,
testthat (>= 3.0.0),
visNetwork,
VignetteBuilder:
knitr
Remotes:
mangothecat/goodpractice,
ropensci-review-tools/pkgstats,
ropensci-review-tools/srr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2