-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
21 lines (21 loc) · 942 Bytes
/
DESCRIPTION
File metadata and controls
21 lines (21 loc) · 942 Bytes
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.6.1
Authors@R: c( person("Edwin", "de Jonge", email = "edwindjonge@gmail.com", role = c("aut", "cre")
, comment=c(ORCID="0000-0002-6580-4718"))
, person("Mark", "van der Loo", email = "mark.vanderloo@gmail.com",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, R (>= 4.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
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.3.2
Roxygen: list(markdown = TRUE)