-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 984 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
Package: validatesuggest
Title: Generate Suggestions for Validation Rules
Version: 0.3.2
Authors@R:
c(person(given = "Edwin",
family = "de Jonge",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID="0000-0002-6580-4718")
),
person(given = "Olav",
family = "ten Bosch",
role = c("aut")
)
)
Description: Generate suggestions for validation rules
from a reference data set, which can be used as a starting point for domain specific
rules to be checked with package 'validate'.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
validate,
whisker,
rpart
URL: https://github.com/data-cleaning/validatesuggest
BugReports: https://github.com/data-cleaning/validatesuggest/issues
Depends:
R (>= 2.10)
Suggests:
knitr,
rmarkdown,
tinytest
VignetteBuilder: knitr