Package: fr
Title: Frictionless Standards
Version: 0.5.2
Authors@R: c(
    person("Cole", "Brokamp", email = "cole@colebrokamp.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0002-0289-3151")),
    person("Tomasz", "Kalinowski", role = "ctb")
    )
Description: A "tabular-data-resource" (<https://specs.frictionlessdata.io/tabular-data-resource/>) is a simple format to describe a singular tabular data resource such as a CSV file. It includes support both for metadata such as author and title and a schema to describe the data, for example the types of the fields/columns in the data. Create a tabular-data-resource by providing a data.frame and specifying metadata. Write and read tabular-data-resources to and from disk. 
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: cli, purrr, vroom, S7 (>= 0.1.1), tibble, tidyselect, yaml,
        dplyr, rlang
Suggests: testthat (>= 3.0.0), withr, fs, knitr, rmarkdown, curl
Config/testthat/edition: 3
Config/testthat/parallel: true
URL: https://github.com/cole-brokamp/fr,
        https://cole-brokamp.github.io/fr/
BugReports: https://github.com/cole-brokamp/fr/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-11-07 19:00:24 UTC; cole
Author: Cole Brokamp [aut, cre, cph] (<https://orcid.org/0000-0002-0289-3151>),
  Tomasz Kalinowski [ctb]
Maintainer: Cole Brokamp <cole@colebrokamp.com>
Repository: CRAN
Date/Publication: 2024-11-07 19:10:02 UTC
Built: R 4.5.1; ; 2025-10-06 02:58:56 UTC; windows
