-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathDESCRIPTION
More file actions
70 lines (70 loc) · 1.84 KB
/
DESCRIPTION
File metadata and controls
70 lines (70 loc) · 1.84 KB
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
Package: pkgcheck
Title: rOpenSci Package Checks
Version: 0.1.2.276
Authors@R: c(
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265")),
person("Maëlle", "Salmon", role = "aut"),
person("Jacob", "Wujciak-Jens", , "jacob@wujciak.de", role = "aut",
comment = c(ORCID = "0000-0002-7281-3989")),
person(c("Kelli", "F."), "Johnson", , "kelli.johnson@noaa.gov", role = "ctb",
comment = c(ORCID = "0000-0002-5149-451X")),
person("Eunseop", "Kim", , "markean@pm.me", role = "aut",
comment = c(ORCID = "0009-0000-2138-788X")),
person("Katrina", "Brock", , "katrinabrock266@gmail.com", role = "ctb",
comment = c(ORCID = "0009-0003-4678-9545")),
person("Andy", "Teucher", , "andy.teucher@gmail.com", role = "aut",
comment = c(ORCID = "0000-0002-7840-692X"))
)
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,
gh,
glue,
goodpractice,
httr2,
magrittr,
methods,
pkgstats,
praise,
rappdirs,
rmarkdown,
rprojroot,
rvest,
srr,
withr
Suggests:
callr,
httptest2,
jsonlite,
knitr,
memoise,
pkgbuild,
roxygen2,
testthat (>= 3.0.0),
visNetwork,
xfun
VignetteBuilder:
knitr
Remotes:
ropensci-review-tools/pkgstats,
ropensci-review-tools/srr
Config/testthat/edition: 3
Config/ropensci/maintainer: staff
Encoding: UTF-8
Language: en-GB
LazyData: true
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2