forked from frictionlessdata/frictionless-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
54 lines (54 loc) · 1.97 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
Package: frictionless
Title: Read and Write Frictionless Data Packages
Version: 1.0.2.9000
Authors@R: c(
person("Peter", "Desmet", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8442-8025")),
person("Damiano", "Oldoni", email = "[email protected]",
role = "aut", comment = c(ORCID = "0000-0003-3445-7562")),
person("Pieter", "Huybrechts", email = "[email protected]",
role = "aut", comment = c(ORCID = "0000-0002-6658-6062")),
person("Research Institute for Nature and Forest (INBO)",
role = "cph", comment = "https://www.vlaanderen.be/inbo/en-gb/"),
person("LifeWatch Belgium",
role = "fnd", comment = "https://lifewatch.be"),
person("Beatriz", "Milz", email = "[email protected]",
role = "rev", comment = c(ORCID = "0000-0002-3064-4486")),
person("João", "Martins", email = "[email protected]",
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
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/checklist/communities: inbo
Config/checklist/keywords: R package; frictionlessdata
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3