Skip to content

Commit

Permalink
URL corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
antaldaniel committed Dec 17, 2024
1 parent 065a3b3 commit 9a44c7f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Description: The aim of the 'dataset' package is to make tidy datasets easier to
License: GPL (>= 3)
Encoding: UTF-8
URL: https://dataset.dataobservatory.eu/
BugReports: https://github.com/dataset/dataset/issues
BugReports: https://github.com/dataobservatory/dataset/issues
Roxygen: list(markdown = TRUE)
LazyData: true
Imports:
Expand Down
2 changes: 1 addition & 1 deletion R/datacite.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
#' Geolocation = "US",
#' Language = "en")
#'
#' as_datacite(iris_dataset, type="dataset")
#' as_datacite(iris_dataset)
#' @export

datacite <- function(Title,
Expand Down
1 change: 1 addition & 0 deletions R/dublincore.R
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
#' The species are Iris setosa, versicolor, and virginica."
#' )


dublincore <- function(
title,
creator,
Expand Down
2 changes: 1 addition & 1 deletion man/datacite.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vignettes/new_requirements.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Another important lesson was that the first version of the dataset package wante

## New requirement settings

The new dataset package would be streamlined to provide a tidier version of the [tidy data definition](https://cran.r-project.org/web/packages/tidyr/vignettes/tidy-data.html). "Tidy datasets provide a standardised way to link the structure of a dataset (its physical layout) with its semantics (its meaning)." The aim of the dataset package is to improve the semantic infrastructure of tidy datasets beyond the current capabilities of the tidyverse packages, relaxing the exclusive use of the semantic definitions of the SDMX statistical metadata standards.
The new dataset package would be streamlined to provide a tidier version of the [tidy data definition](https://cran.r-project.org/package=tidyr/vignettes/tidy-data.html). "Tidy datasets provide a standardised way to link the structure of a dataset (its physical layout) with its semantics (its meaning)." The aim of the dataset package is to improve the semantic infrastructure of tidy datasets beyond the current capabilities of the tidyverse packages, relaxing the exclusive use of the semantic definitions of the SDMX statistical metadata standards.

The dataset package and its dependencies (or, more specifically, new extensions) will only work with tidy datasets. In the context of tidy data, "A dataset is a collection of values, usually either numbers (if quantitative) or strings (if qualitative). Values are organised in two ways. Every value belongs to a variable and an observation."

Expand Down Expand Up @@ -141,7 +141,7 @@ To demonstrate the long-term ambition, we want to develop the following function

The [Wikibase Data Model](https://www.mediawiki.org/wiki/Wikibase/DataModel) is a relatively simple and flexible data model. It works with concepts and properties as relationships among concepts. A tidy dataset that applies the _Wikibase Data Model_ can be described (using the definitions of Wikidata, the world's largest public database created with Wikibase) the following:

The key column defines the data subject or statistical unit with a QID identifier. This identifier is denoted with a capital Q followed by an integer number. The QID is unique in one instance of a Wikibase database. The full identifier contains the URL of this database and the QID. For example, <https://www.wikidata.org/wiki/Q228> unambiguously defines the small country of Andorra in many natural languages, and with the connection of various actionable, persistent identifiers. (Check out on the linked page for example: _sovereign microstate between France and Spain, in Western Europe_, or <https://www.geonames.org/3041565/> or <https://isni.org/isni/000000012150090X>)
The key column defines the data subject or statistical unit with a QID identifier. This identifier is denoted with a capital Q followed by an integer number. The QID is unique in one instance of a Wikibase database. The full identifier contains the URL of this database and the QID. For example, <https://www.wikidata.org/wiki/Q228> unambiguously defines the small country of Andorra in many natural languages, and with the connection of various actionable, persistent identifiers. (Check out on the linked page for example: _sovereign microstate between France and Spain, in Western Europe_, or <https://www.geonames.org/3041565/> or `https://isni.org/isni/000000012150090X/`.

```{r installwbdataset, eval=FALSE}
# install.packages("devtools")
Expand Down

0 comments on commit 9a44c7f

Please sign in to comment.