Package: dataverifyr
Type: Package
Title: A Lightweight, Flexible, and Fast Data Validation Package that
        Can Handle All Sizes of Data
Version: 0.1.8
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, RSQLite,
        testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2024-01-10 12:12:47 UTC; david
Author: David Zimmermann-Kollenda [aut, cre],
  Beniamino Green [ctb]
Maintainer: David Zimmermann-Kollenda <david_j_zimmermann@hotmail.com>
Repository: CRAN
Date/Publication: 2024-01-10 12:43:09 UTC
Built: R 4.6.0; ; 2025-07-18 04:02:45 UTC; unix
