# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "interfacer" in publications use:' type: software license: MIT title: 'interfacer: Define and Enforce Contracts for Dataframes as Function Parameters' version: 0.3.3 doi: 10.32614/CRAN.package.interfacer abstract: A dataframe validation framework for package builders who use dataframes as function parameters. It performs checks on column names, coerces data-types, and checks grouping to make sure user inputs conform to a specification provided by the package author. It provides a mechanism for package authors to automatically document supported dataframe inputs and selectively dispatch to functions depending on the format of a dataframe much like S3 does for classes. It also contains some developer tools to make working with and documenting dataframe specifications easier. It helps package developers to improve their documentation and simplifies parameter validation where dataframes are used as function parameters. authors: - family-names: Challen given-names: Robert email: rob.challen@bristol.ac.uk orcid: https://orcid.org/0000-0002-5504-7768 repository: https://ai4ci.r-universe.dev repository-code: https://github.com/ai4ci/interfacer commit: b3610d3c7906b6cf4f6942b9698f6e0571143baa url: https://ai4ci.github.io/interfacer/ contact: - family-names: Challen given-names: Robert email: rob.challen@bristol.ac.uk orcid: https://orcid.org/0000-0002-5504-7768