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) Repository: https://data-cleaning.r-universe.dev Date/Publication: 2025-12-10 12:04:07 UTC RemoteUrl: https://github.com/data-cleaning/validatetools RemoteRef: HEAD RemoteSha: 1512f97308ffb196661ce94d239baf4309466684 NeedsCompilation: no Packaged: 2026-06-20 09:14:04 UTC; root Author: Edwin de Jonge [aut, cre] (ORCID: ), Mark van der Loo [aut], Jacco Daalmans [ctb] Maintainer: Edwin de Jonge