Package: validatesuggest Title: Generate Suggestions for Validation Rules Version: 0.3.2 Authors@R: c(person(given = "Edwin", family = "de Jonge", role = c("aut", "cre"), email = "edwindjonge@gmail.com", comment = c(ORCID="0000-0002-6580-4718") ), person(given = "Olav", family = "ten Bosch", role = c("aut") ) ) Description: Generate suggestions for validation rules from a reference data set, which can be used as a starting point for domain specific rules to be checked with package 'validate'. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Imports: validate, whisker, rpart URL: https://github.com/data-cleaning/validatesuggest BugReports: https://github.com/data-cleaning/validatesuggest/issues Depends: R (>= 2.10) Suggests: knitr, rmarkdown, tinytest VignetteBuilder: knitr Repository: https://data-cleaning.r-universe.dev Date/Publication: 2023-10-06 10:27:00 UTC RemoteUrl: https://github.com/data-cleaning/validatesuggest RemoteRef: HEAD RemoteSha: ad6bc2affbe406af4f59932e892ea0eb7debb9f6 NeedsCompilation: no Packaged: 2026-06-08 08:25:19 UTC; root Author: Edwin de Jonge [aut, cre] (ORCID: ), Olav ten Bosch [aut] Maintainer: Edwin de Jonge