Package: assertable
Type: Package
Title: Verbose Assertions for Tabular Data (Data.frames and
        Data.tables)
Version: 0.2.8
Authors@R: c(
    person("Grant", "Nguyen", email="grant.nguyen@gmail.com", role = c("aut", "cre")),
    person("Max", "Czapanskiy", email="maxczapanskiy@gmail.com", role = c("ctb"))
    )
Maintainer: Grant Nguyen <grant.nguyen@gmail.com>
Description: Simple, flexible, assertions on data.frame or data.table objects with verbose output for vetting. While other assertion packages apply towards more general use-cases, assertable is tailored towards tabular data. It includes functions to check variable names and values, whether the dataset contains all combinations of a given set of unique identifiers, and whether it is a certain length. In addition, assertable includes utility functions to check the existence of target files and to efficiently import multiple tabular data files into one data.table.
Depends: R (>= 3.1.0)
Imports: data.table, parallel
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-01-27 01:36:59 UTC; grantng
Author: Grant Nguyen [aut, cre],
  Max Czapanskiy [ctb]
Repository: CRAN
Date/Publication: 2021-01-27 06:30:15 UTC
Built: R 4.5.2; ; 2025-11-01 01:05:09 UTC; windows
