Package: dataverifyr Type: Package Title: A Lightweight, Flexible, and Fast Data Validation Package that Can Handle All Sizes of Data Version: 0.1.11 Authors@R: c( person(given = "David", family = "Zimmermann-Kollenda", role = c("aut","cre"), email = "david_j_zimmermann@hotmail.com"), person(given = "Beniamino", family = "Green", role = "ctb", email = "beniamino.green@tutanota.com") ) Description: Allows you to define rules which can be used to verify a given dataset. The package acts as a thin wrapper around more powerful data packages such as 'dplyr', 'data.table', 'arrow', and 'DBI' ('SQL'), which do the heavy lifting. License: MIT + file LICENSE URL: https://github.com/DavZim/dataverifyr, https://davzim.github.io/dataverifyr/ BugReports: https://github.com/DavZim/dataverifyr/issues Imports: yaml Suggests: arrow, data.table, DBI, dplyr, dbplyr, duckdb (>= 1.5.1), RSQLite, testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://nmrgroup.r-universe.dev Date/Publication: 2026-04-10 18:04:42 UTC RemoteUrl: https://github.com/DavZim/dataverifyr RemoteRef: HEAD RemoteSha: 420f9c064c64c466f31556c399d5957b5d92dabc NeedsCompilation: no Packaged: 2026-06-09 06:25:00 UTC; root Author: David Zimmermann-Kollenda [aut, cre], Beniamino Green [ctb] Maintainer: David Zimmermann-Kollenda