-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
62 lines (62 loc) · 1.38 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
60
61
62
Package: ghactions
Title: GitHub actions for R
Version: 0.5.0
Authors@R:
c(
person(
given = "Max",
family = "Held",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4703-5388")
),
person(
given = "Jim",
family = "Hester",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2739-7082")
),
person(
given = "Verena",
family = "Held",
email = "[email protected]",
role = "ctb"
),
person(
given = "RStudio Inc.",
role = c("cph", "fnd")
)
)
Description: Provides templating functions with sensible defaults to use GitHub Actions for R projects.
License: MIT + file LICENSE
URL: https://github.com/r-lib/ghactions
BugReports: https://github.com/r-lib/ghactions/issues
Depends:
R (>= 3.5.0)
Imports:
checkmate (>= 1.8.1),
desc (>= 1.2.0),
fs (>= 1.2.6),
gh (>= 1.0.1),
glue (>= 1.3.0),
purrr (>= 0.3.0),
readr (>= 1.3.1),
rlang (>= 0.3.1),
usethis (>= 1.5.0),
yaml (>= 2.2.0)
Suggests:
devtools (>= 2.0.2),
pkgdown (>= 1.4.1),
testthat (>= 2.1.0),
knitr (>= 1.25),
covr (>= 3.3.1),
roxygen2 (>= 6.1.1),
xml2 (>= 1.2.2)
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0.9000