# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "assertr" in publications use:' type: software license: MIT title: 'assertr: Assertive Programming for R Analysis Pipelines' version: 3.0.1 doi: 10.32614/CRAN.package.assertr abstract: Provides functionality to assert conditions that have to be met so that errors in data used in analysis pipelines can fail quickly. Similar to 'stopifnot()' but more powerful, friendly, and easier for use in pipelines. authors: - family-names: Fischetti given-names: Tony email: tony.fischetti@gmail.com repository: https://ropensci.r-universe.dev repository-code: https://github.com/ropensci/assertr commit: e484665dba582582faa343d97a09d4a097db3bb1 url: https://docs.ropensci.org/assertr/ contact: - family-names: Fischetti given-names: Tony email: tony.fischetti@gmail.com