forked from brodieG/vetr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 893 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
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.1.0
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/misc-alike.c and src/valname.c"
))
Depends:
R (>= 3.2.2)
License: GPL (>=2)
LazyData: true
URL: https://github.com/brodieG/vetr
BugReports: https://github.com/brodieG/vetr/issues
VignetteBuilder: knitr
Suggests:
knitr,
rmarkdown,
unitizer,
covr
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE)