-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
45 lines (45 loc) · 982 Bytes
/
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
Package: autotest
Title: Automatic Package Testing
Version: 0.0.2.211
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265")),
person("Jouni", "Helske", role = "ctb",
comment = c(ORCID = "0000-0001-7130-793X"))
)
Description: Automatic testing of R packages via a simple YAML schema.
License: GPL-3
URL: https://docs.ropensci.org/autotest/,
https://github.com/ropensci-review-tools/autotest
BugReports: https://github.com/ropensci-review-tools/autotest/issues
Imports:
cli,
data.table,
digest,
here,
magrittr,
memoise,
methods,
pkgload,
rlang,
testthat,
tibble,
withr,
yaml
Suggests:
devtools,
dplyr,
DT,
fs,
knitr,
rmarkdown,
roxygen2,
tidyr,
usethis
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1