Package: validatetools
Title: Checking and Simplifying Validation Rule Sets
Version: 0.4.3
Authors@R: c( person("Edwin", "de Jonge", email = "edwindjonge@gmail.com", role = c("aut", "cre"))
            , 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
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: 6.0.1
NeedsCompilation: no
Packaged: 2018-03-27 20:13:46 UTC; edwin
Author: Edwin de Jonge [aut, cre],
  Mark van der Loo [aut],
  Jacco Daalmans [ctb]
Maintainer: Edwin de Jonge <edwindjonge@gmail.com>
Repository: CRAN
Date/Publication: 2018-03-27 20:29:20 UTC
