forked from phuse-org/valtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
75 lines (75 loc) · 1.9 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
63
64
65
66
67
68
69
70
71
72
73
74
75
Package: valtools
Title: Automate Validated Package Creation
Version: 0.4.0
Authors@R:
c(
person(given = "Ellis",
family = "Hughes",
role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0637-4436")),
person(given = "Eli",
family = "Miller",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-2127-9456")),
person(given = "Marie",
family = "Vendettuoli",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-9321-1410")),
person(given = "Peyman",
family = "Eshghi",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1613-2705")),
person(given = "Maya",
family = "Gans",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-5452-6089")),
person(given = "PHUSE",
role = "cph")
)
Description: Automate the steps necessary to create a validation ready package
to make the process of validation simple. This includes setting up the
specifications, test cases, test code, and validation report. Also provides
tools to be able to execute the validation report from a variety of
situations to provide documentation for validation.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
covr,
XML,
pdftools,
bookdown,
here,
xml2,
rvest
Imports:
desc,
devtools,
R6,
roxygen2,
lubridate,
fs,
rlang,
yaml,
whoami,
usethis,
rmarkdown,
withr,
callr,
rprojroot,
whisker,
glue,
knitr,
kableExtra,
testthat,
tidyselect
VignetteBuilder: knitr
SystemRequirements:
lua