-
Notifications
You must be signed in to change notification settings - Fork 53
/
DESCRIPTION
48 lines (48 loc) · 1.12 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
Package: rhub
Title: Tools for R Package Developers
Version: 2.0.0.9000
Authors@R: c(
person("Gábor", "Csárdi",, "[email protected]", role = c("aut", "cre")),
person("Maëlle", "Salmon", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-2815-0399")),
person("R Consortium", role = c("fnd")))
Description: R-hub v2 uses GitHub Actions to run 'R CMD check' and
similar package checks. The 'rhub' package helps you set up
R-hub v2 for your R package, and start running checks.
License: MIT + file LICENSE
URL: https://github.com/r-hub/rhub, https://r-hub.github.io/rhub/
BugReports: https://github.com/r-hub/rhub/issues
RoxygenNote: 7.3.1.9000
Roxygen: list(markdown = TRUE)
Depends:
R (>= 4.0)
Imports:
callr,
cli,
curl,
desc,
gert,
glue,
gitcreds,
jsonlite,
pkgbuild,
processx,
rappdirs,
rematch,
R6,
rprojroot,
utils,
whoami
Suggests:
asciicast,
debugme,
knitr,
mockery,
pillar,
rmarkdown,
testthat (>= 3.0.0),
webfakes,
withr
Encoding: UTF-8
Config/testthat/edition: 3