-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
30 lines (30 loc) · 907 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
Package: vetr
Title: Trust, but Verify
Description: Declarative template-based framework for verifying that objects
meet structural requirements, and auto-composing error messages when they do
not.
Version: 0.2.18
Authors@R: c(
person("Brodie", "Gaslam", email="brodie.gaslam@yahoo.com",
role=c("aut", "cre")),
person(family="Paxdiablo", role="cph", comment="Hash
table implementation in src/pfhash.h"),
person(family="R Core Team",
email="R-core@r-project.org", role="cph",
comment="Used/adapted several code snippets from R sources, see src/r-copied.c"))
Depends:
R (>= 3.2.0)
License: GPL (>=2)
URL: https://github.com/brodieG/vetr
BugReports: https://github.com/brodieG/vetr/issues
VignetteBuilder: knitr
Imports:
methods,
stats,
utils
Suggests:
knitr,
rmarkdown,
unitizer
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE, load = "installed")