# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "assertable" in publications use:' type: software license: GPL-3.0-only title: 'assertable: Verbose Assertions for Tabular Data (Data.frames and Data.tables)' version: 0.2.8 doi: 10.32614/CRAN.package.assertable abstract: 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. authors: - family-names: Nguyen given-names: Grant email: grant.nguyen@gmail.com repository: https://gnguy.r-universe.dev commit: 605e856cb0bdb1340bcc6789d20b43547e4b0f70 date-released: '2017-01-26' contact: - family-names: Nguyen given-names: Grant email: grant.nguyen@gmail.com