-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
61 lines (61 loc) · 1.95 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
61
Package: dataset
Title: Create Data Frames that are Easier to Exchange and Reuse
Date: 2024-10-18
Version: 0.3.20
Authors@R:
c(person(given = "Daniel", family = "Antal",
email = "daniel.antal@dataobservatory.eu",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7513-6760")
),
person(given = "Marcelo", family = "Perlin",
role = c("rev"),
comment = c(ORCID = "0000-0002-9839-4268")
)
)
Description: The aim of the 'dataset' package is to make tidy datasets easier to release,
exchange and reuse. It organizes and formats data frame 'R' objects into well-referenced,
well-described, interoperable datasets into release and reuse ready form. A subjective
interpretation of the W3C DataSet recommendation and the datacube model <https://www.w3.org/TR/vocab-data-cube/>,
which is also used in the global Statistical Data and Metadata eXchange standards,
the application of the connected Dublin Core <https://www.dublincore.org/specifications/dublin-core/dcmi-terms/>
and DataCite <https://support.datacite.org/docs/datacite-metadata-schema-44/> standards
preferred by European open science repositories to improve the findability, accessibility,
interoperability and reusability of the datasets.
License: GPL (>= 3)
URL: https://github.com/dataobservatory-eu/dataset
BugReports: https://github.com/dataobservatory-eu/dataset/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 2.10)
LazyData: true
Imports:
assertthat,
ISOcodes,
stats,
utils
Suggests:
dataspice,
covr,
declared,
dplyr,
eurostat,
here,
kableExtra,
knitr,
rdflib,
readxl,
rmarkdown,
spelling,
statcodelists,
testthat (>= 3.0.0),
tidyr,
tibble,
nycflights13,
tsibble,
data.table
VignetteBuilder: knitr
Config/testthat/edition: 3
Language: en-GB