Package: errorlocate
Type: Package
Title: Locate Errors with Validation Rules
Version: 0.4
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")))
Description: Errors in data can be located and removed using validation rules from package 'validate'.
License: GPL-3
LazyData: TRUE
URL: https://github.com/data-cleaning/errorlocate
BugReports: https://github.com/data-cleaning/errorlocate/issues
Depends: validate
Imports: lpSolveAPI, methods
Suggests: testthat (>= 2.1.0), covr
RoxygenNote: 7.1.1
Encoding: UTF-8
Collate: 'MipRules.R' 'addnoise.R' 'categorical.R' 'conditional.R'
        'dnf.R' 'errorlocalizer.R' 'errorlocate-package.r'
        'errorlocation.R' 'expr_manip.R' 'linear.R' 'locate-errors.R'
        'mip_lpsolve.R' 'mip_rule.R' 'replace-errors.R' 'soft-rule.R'
        'utils.R' 'values.R'
NeedsCompilation: no
Packaged: 2020-09-29 12:14:46 UTC; edwindj
Author: Edwin de Jonge [aut, cre] (<https://orcid.org/0000-0002-6580-4718>),
  Mark van der Loo [aut]
Maintainer: Edwin de Jonge <edwindjonge@gmail.com>
Repository: CRAN
Date/Publication: 2020-09-29 12:40:06 UTC
