Package: frictionless
Title: Read and Write Frictionless Data Packages
Version: 1.2.1
Date: 2025-05-23
Authors@R: c(
    person("Peter", "Desmet", , "peter.desmet@inbo.be", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-8442-8025", affiliation = "Research Institute for Nature and Forest (INBO)")),
    person("Damiano", "Oldoni", , "damiano.oldoni@inbo.be", role = "aut",
           comment = c(ORCID = "0000-0003-3445-7562", affiliation = "Research Institute for Nature and Forest (INBO)")),
    person("Pieter", "Huybrechts", , "pieter.huybrechts@inbo.be", role = "aut",
           comment = c(ORCID = "0000-0002-6658-6062", affiliation = "Research Institute for Nature and Forest (INBO)")),
    person("Sanne", "Govaert", , "sanne.govaert@inbo.be", role = "aut",
            comment = c(ORCID = "0000-0002-8939-1305", affiliation = "Research Institute for Nature and Forest (INBO)")),       
    person("Kyle", "Husmann", , "kdh38@psu.edu", role = "ctb",
           comment = c(ORCID = "0000-0001-9875-8976", affiliation = "Pennsylvania State University")),
    person("Research Institute for Nature and Forest (INBO)", role = "cph",
           comment = c(ROR = "00j54wy13")),
    person("Research Foundation - Flanders", role = "fnd",
           comment = "https://lifewatch.be"),
    person("Beatriz", "Milz", , "milz.bea@gmail.com", role = "rev",
           comment = c(ORCID = "0000-0002-3064-4486")),
    person("João", "Martins", , "joao.martins@gmx.net", role = "rev",
           comment = c(ORCID = "0000-0001-7961-4280"))
  )
Description: Read and write Frictionless Data Packages. A 'Data Package'
    (<https://specs.frictionlessdata.io/data-package/>) is a simple
    container format and standard to describe and package a collection of
    (tabular) data. It is typically used to publish FAIR
    (<https://www.go-fair.org/fair-principles/>) and open datasets.
License: MIT + file LICENSE
URL: https://github.com/frictionlessdata/frictionless-r,
        https://docs.ropensci.org/frictionless/
BugReports: https://github.com/frictionlessdata/frictionless-r/issues
Depends: R (>= 3.6.0)
Imports: cli, dplyr, httr, jsonlite, purrr, readr (>= 2.1.0), rlang,
        utils, yaml
Suggests: hms, knitr, lubridate, rmarkdown, stringi, testthat (>=
        3.0.0), tibble
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-05-23 14:45:53 UTC; peter_desmet
Author: Peter Desmet [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-8442-8025>, affiliation: Research
    Institute for Nature and Forest (INBO)),
  Damiano Oldoni [aut] (ORCID: <https://orcid.org/0000-0003-3445-7562>,
    affiliation: Research Institute for Nature and Forest (INBO)),
  Pieter Huybrechts [aut] (ORCID:
    <https://orcid.org/0000-0002-6658-6062>, affiliation: Research
    Institute for Nature and Forest (INBO)),
  Sanne Govaert [aut] (ORCID: <https://orcid.org/0000-0002-8939-1305>,
    affiliation: Research Institute for Nature and Forest (INBO)),
  Kyle Husmann [ctb] (ORCID: <https://orcid.org/0000-0001-9875-8976>,
    affiliation: Pennsylvania State University),
  Research Institute for Nature and Forest (INBO) [cph] (ROR:
    <https://ror.org/00j54wy13>),
  Research Foundation - Flanders [fnd] (https://lifewatch.be),
  Beatriz Milz [rev] (ORCID: <https://orcid.org/0000-0002-3064-4486>),
  João Martins [rev] (ORCID: <https://orcid.org/0000-0001-7961-4280>)
Maintainer: Peter Desmet <peter.desmet@inbo.be>
Repository: CRAN
Date/Publication: 2025-05-23 15:32:01 UTC
Built: R 4.4.3; ; 2025-11-01 05:06:29 UTC; windows
