-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
60 lines (60 loc) · 1.84 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: datapackage.r
Type: Package
Title: Data Package 'Frictionless Data'
Version: 1.3.4
Date: 2021-12-22
Authors@R: c(person("Kleanthis", "Koupidis", email = "koupidis.okfgr@gmail.com", 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.okfgr@gmail.com>
Description: Work with 'Frictionless Data Packages' (<https://specs.frictionlessdata.io//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.1.1
VignetteBuilder: knitr