Package: interfacer
Title: Define and Enforce Contracts for Dataframes as Function
        Parameters
Version: 0.3.3
Authors@R: 
    person("Robert", "Challen", , "rob.challen@bristol.ac.uk", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0002-5504-7768"))
Description: 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.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2.9003
Language: en-GB
Imports: dplyr, glue, magrittr, purrr, rlang, tibble, tidyselect,
        stringr, forcats, knitr, digest, roxygen2
Suggests: rmarkdown, devtools, ggplot2, testthat (>= 3.0.0), fs, readr,
        usethis, whisker, clipr, tidyr, binom, spelling
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends: R (>= 2.10)
URL: https://ai4ci.github.io/interfacer/,
        https://github.com/ai4ci/interfacer
BugReports: https://github.com/ai4ci/interfacer/issues
NeedsCompilation: no
Packaged: 2025-02-03 16:42:54 UTC; vp22681
Author: Robert Challen [aut, cre, cph]
    (<https://orcid.org/0000-0002-5504-7768>)
Maintainer: Robert Challen <rob.challen@bristol.ac.uk>
Repository: CRAN
Date/Publication: 2025-02-03 17:10:02 UTC
Built: R 4.3.3; ; 2025-04-07 02:18:16 UTC; windows
