forked from frictionlessdata/frictionless-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.47 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
Package: frictionless
Title: Read and Write Frictionless Data Packages
Version: 0.11.0.9000
Authors@R: c(
person("Peter", "Desmet", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8442-8025")),
person("Damiano", "Oldoni", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-3445-7562")),
person("Research Institute for Nature and Forest (INBO)", , ,
"[email protected]", role = "cph"),
person("Beatriz", "Milz", , "[email protected]", role = c("rev"),
comment = c(ORCID = "0000-0002-3064-4486"))
)
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://frictionlessdata.github.io/frictionless-r/
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2