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
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2026-04-10 18:43:07 UTC; dazimme
Author: David Zimmermann-Kollenda [aut, cre],
  Beniamino Green [ctb]
Maintainer: David Zimmermann-Kollenda <david_j_zimmermann@hotmail.com>
Repository: CRAN
Date/Publication: 2026-04-10 19:00:01 UTC
Built: R 4.6.0; ; 2026-04-23 01:27:37 UTC; windows
