Package: datapackage.r
Type: Package
Title: Data Package 'Frictionless Data'
Version: 0.1.2
Date: 2019-11-25
Authors@R: c(person("Kleanthis", "Koupidis", email = "koupidis@okfn.gr", role = c("aut", "cre")), 
            person("Lazaros", "Ioannidis", email = "larjohn@gmail.com", role = "aut"),
            person("Charalampos", "Bratsas", email = "cbratsas@math.auth.gr", role = "aut"),
            person("Open Knowledge International", email = "info@okfn.org", role = "cph"))
Maintainer: Kleanthis Koupidis <koupidis@okfn.gr>
Description: Work with 'Frictionless Data Packages' (<https://frictionlessdata.io/specs/data-package/>). Allows to load and validate any descriptor for a data package profile, create and modify descriptors and provides expose methods for reading and streaming data in the package. When a descriptor is a 'Tabular Data Package', it uses the 'Table Schema' package (<https://CRAN.R-project.org/package=tableschema.r>) and exposes its functionality, for each resource object in the resources field.
URL: https://github.com/frictionlessdata/datapackage-r
License: MIT + file LICENSE
BugReports: https://github.com/frictionlessdata/datapackage-r/issues
Encoding: UTF-8
LazyData: true
Imports: config, future, httr, iterators, jsonlite, jsonvalidate,
        purrr, R6, R.utils, readr, rlist, stringr, tableschema.r,
        tools, urltools, utils, V8
Suggests: covr, curl, data.table, DBI, devtools, foreach, httptest,
        knitr, rmarkdown, RSQLite, testthat
Collate: 'DataPackageError.R' 'Package.R' 'helpers.R' 'profile.R'
        'binary.readable.connection.r' 'binary.readable.r'
        'datapackage.r.R' 'infer.R' 'is.valid.R' 'resource.R'
        'validate.R'
RoxygenNote: 7.0.0
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-11-25 10:37:56 UTC; kleanthis-okfngr
Author: Kleanthis Koupidis [aut, cre],
  Lazaros Ioannidis [aut],
  Charalampos Bratsas [aut],
  Open Knowledge International [cph]
Repository: CRAN
Date/Publication: 2019-11-25 11:40:03 UTC
