-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
128 lines (123 loc) · 3.64 KB
/
_pkgdown.yml
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
url: https://dataset.dataobservatory.eu
template:
bootstrap: 5
bslib:
base_font: {google: "Roboto"}
heading_font: {google: "Roboto Slab"}
code_font: {google: "JetBrains Mono"}
home:
links:
- text: http://dataset.dataobservatory.eu
href: http://dataset.dataobservatory.eu
authors:
Daniel Antal:
href: https://reprex.nl/authors/daniel_antal/
Reprex:
href: https://reprex.nl/
html: <img src="https://reprex.nl/authors/admin/avatar_hud66277e7f64fbf44513e7a4881e2a94f_35557_270x270_fill_lanczos_center_2.png"
height="24" />
articles:
- title: "Datasets"
desc: >
Our `dataset` R package aims to help the Findability, Accessibility, Interoperability,
and Reuse of digital assets, particularly datacubes and datasets used in statistics and data
analysis.
contents:
- dataset
- motivation
- title: More Valuable Datasets
desc: >
Increase the (re-)use value of a dataset by increasing semantic information
about the variables (columns), observations (rows), and the structure of the
dataset.
contents:
- columns
- rows
- DSD
- title: "Metadata"
desc: >
Our `dataset` R package creates new classes and an interface to easily add,
retrieve or modify descriptive, provenance or structural metadata to a
dataset.
contents:
- metadata
- datacite
- dublincore
- provenance
- title: "Data Linking"
desc: >
Linking datasets.
contents:
- data-linking
- RDF
- title: "Planned functionality"
desc: >
This package is in an early development phase. The current dataset S3 class is inherited
from the base R data.frame. Later versions may change to the modern
[tibble](https://tibble.tidyverse.org/), which carries a larger dependency footprint
but easier to work with. Easy interoperability with the
[data.table](https://cran.r-project.org/web/packages/data.table/index.html) package remains a top development priority.
contents:
- new-requirements
- survey
reference:
- title: "Dataset"
desc: >
Work with DataSet objects that resemble the [W3C](https://www.w3.org/TR/vocab-data-cube/) and SDMX datacube model.
contents:
- dataset
- subsetting
- id_to_column
- head.dataset
- dataset_bibentry
- describe
- provenance
- DataStructure
- title: "Replication Dataset"
desc: >
Edgar Anderson's Iris Dataset with dataset metadata recorded as attributes.
contents:
- iris_dataset
- statwales
- title: "Default namespace"
desc: >
Some popular namespace prefix abbreviations for the linking of datasets.
contents:
- dataset_namespace
- title: "FAIR metadata"
desc: >
Add and read [FAIR metadata](https://www.go-fair.org/fair-principles/)
to improve the Findability, Accessibility, Interoperability, and Reuse of digital datasets.
contents:
- dublincore
- datacite
- dataset_title
- identifier
- creator
- publisher
- geolocation
- datasource_get
- datasource_set
- publication_year
- subject
- size
- language
- description
- rights
- version
- related_item
- var_labels
- title: "Data Linking"
desc: >
Linking
contents:
- xsd_convert
- get_prefix
- dataset_to_triples
- dataset_ttl_write
- title: "Reproducible research workflows"
desc: >
Improve reproducability with recording data lifecycle, processing history as
standardized metadata.
contents:
- dataset_download