-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
76 lines (76 loc) · 1.95 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
76
Package: valtools
Title: Automate Validated Package Creation
Version: 0.4.1
Authors@R:
c(
person(given = "Ellis",
family = "Hughes",
role = c("aut","cre"),
email = "ellishughes@live.com",
comment = c(ORCID = "0000-0003-0637-4436")),
person(given = "Eli",
family = "Miller",
role = "aut",
email = "elimillera@gmail.com",
comment = c(ORCID = "0000-0002-2127-9456")),
person(given = "Marie",
family = "Vendettuoli",
role = "aut",
email = "mvendett@scharp.org",
comment = c(ORCID = "0000-0001-9321-1410")),
person(given = "Peyman",
family = "Eshghi",
role = "aut",
email = "peymaan.es@gmail.com",
comment = c(ORCID = "0000-0003-1613-2705")),
person(given = "Maya",
family = "Gans",
role = "ctb",
email = "maya.gans@atorusresearch.com",
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
covr,
XML,
pdftools,
bookdown,
here,
xml2,
rvest,
fs
Imports:
desc,
devtools,
R6,
roxygen2,
lubridate,
rlang,
yaml,
whoami,
usethis,
rmarkdown,
withr,
callr,
rprojroot,
whisker,
glue,
knitr,
kableExtra,
testthat,
tidyselect,
rstudioapi
VignetteBuilder: knitr
SystemRequirements:
lua
URL: https://phuse-org.github.io/valtools/