Package: frictionless
Title: Read and Write Frictionless Data Packages
Version: 1.0.0
Authors@R: c(
    person("Peter", "Desmet", , "peter.desmet.work@gmail.com",
           role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8442-8025")),
    person("Damiano", "Oldoni", , "damiano.oldoni@inbo.be", role = "aut",
           comment = c(ORCID = "0000-0003-3445-7562")),
    person("Research Institute for Nature and Forest (INBO)", , , 
           "info@inbo.be", role = "cph"),
    person("Beatriz", "Milz", , "milz.bea@gmail.com", role = c("rev"),
           comment = c(ORCID = "0000-0002-3064-4486")),
    person("João", "Martins", , "joao.martins@gmx.net", role = c("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
Imports: assertthat, dplyr, glue, httr, jsonlite, purrr, readr (>=
        2.1.0), utils, yaml
Suggests: hms, knitr, lubridate, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-02-16 14:32:40 UTC; peter_desmet
Author: Peter Desmet [aut, cre] (<https://orcid.org/0000-0002-8442-8025>),
  Damiano Oldoni [aut] (<https://orcid.org/0000-0003-3445-7562>),
  Research Institute for Nature and Forest (INBO) [cph],
  Beatriz Milz [rev] (<https://orcid.org/0000-0002-3064-4486>),
  João Martins [rev] (<https://orcid.org/0000-0001-7961-4280>)
Maintainer: Peter Desmet <peter.desmet.work@gmail.com>
Depends: R (>= 3.5.0)
Repository: CRAN
Date/Publication: 2022-02-16 20:30:05 UTC
Built: R 4.0.5; ; 2022-02-17 12:12:40 UTC; unix
