-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
21 lines (21 loc) · 912 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: validatetools
Title: Checking and Simplifying Validation Rule Sets
Version: 0.5.2
Authors@R: c( person("Edwin", "de Jonge", email = "[email protected]", role = c("aut", "cre")
, comment=c(ORCID="0000-0002-6580-4718"))
, person("Mark", "van der Loo", email = "[email protected]",role = c("aut"))
, person("Jacco", "Daalmans", role = c("ctb"))
)
Description: Rule sets with validation rules may contain redundancies or contradictions.
Functions for finding redundancies and problematic rules are provided,
given a set a rules formulated with 'validate'.
Depends: validate
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/data-cleaning/validatetools
BugReports: https://github.com/data-cleaning/validatetools/issues
Imports: methods, stats, utils, lpSolveAPI
Suggests: testthat,
covr
RoxygenNote: 7.2.3