forked from frictionlessdata/frictionless-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
60 lines (60 loc) · 2.44 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: frictionless
Title: Read and Write Frictionless Data Packages
Version: 1.1.0.9000
Date: 2024-03-29
Authors@R: c(
person("Peter", "Desmet", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8442-8025", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Damiano", "Oldoni", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-3445-7562", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Pieter", "Huybrechts", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-6658-6062", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Sanne", "Govaert", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-8939-1305", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Kyle", "Husmann", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-9875-8976", affiliation = "Pennsylvania State University")),
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 protected]", role = "rev",
comment = c(ORCID = "0000-0002-3064-4486")),
person("João", "Martins", , "[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
Depends:
R (>= 3.5.0)
Imports:
cli,
dplyr,
httr,
jsonlite,
purrr,
readr (>= 2.1.0),
rlang,
utils,
yaml
Suggests:
hms,
knitr,
lubridate,
rmarkdown,
stringi,
testthat (>= 3.0.0),
tibble
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2