From d3bee927076f3f0bcf541cccae49e188a4ab96a1 Mon Sep 17 00:00:00 2001 From: antaldaniel Date: Fri, 21 Feb 2025 13:39:16 +0100 Subject: [PATCH] 0.1.1018 --- DESCRIPTION | 4 ++-- NAMESPACE | 1 + README.Rmd | 8 +++++++- README.md | 8 +++++++- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index dec270f..75eef88 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: wbdataset Title: Making Datasets Truly Interoperable and Reusable in R with Wikibase -Version: 0.1.1017 -Date: 2024-02-20 +Version: 0.1.1018 +Date: 2024-02-21 Authors@R: c(person(given="Daniel", family="Antal", email= "daniel.antal@dataobservatory.eu", diff --git a/NAMESPACE b/NAMESPACE index 1af3971..e7576f8 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -14,6 +14,7 @@ export(get_csrf_token) export(get_property_definition) export(get_wikidata_item) export(here) +export(initialise_logfile) export(is_pid) export(is_qid) export(left_join_column) diff --git a/README.Rmd b/README.Rmd index 6aaca6f..d3fc29f 100644 --- a/README.Rmd +++ b/README.Rmd @@ -18,7 +18,7 @@ knitr::opts_chunk$set( [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) [![CRAN status](https://www.r-pkg.org/badges/version/wbdataset)](https://CRAN.R-project.org/package=wbdataset) -[![devel-version](https://img.shields.io/badge/devel%20version-0.1.1017-blue.svg)](https://github.com/dataobservatory-eu/wbdataset) +[![devel-version](https://img.shields.io/badge/devel%20version-0.1.1018-blue.svg)](https://github.com/dataobservatory-eu/wbdataset) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13972192.svg) [![Codecov test coverage](https://codecov.io/gh/dataobservatory-eu/wbdataset/graph/badge.svg)](https://app.codecov.io/gh/dataobservatory-eu/wbdataset) @@ -35,6 +35,12 @@ devtools::install_github("antaldaniel/dataset") devtools::install_github("dataobservatory-eu/wbdataset") ``` +Once installed, + +```{r loadwbdataset} +library(wbdataset) +``` + ## Example This is a basic example which shows you how to solve a common problem: diff --git a/README.md b/README.md index c811363..016666f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) [![CRAN status](https://www.r-pkg.org/badges/version/wbdataset)](https://CRAN.R-project.org/package=wbdataset) -[![devel-version](https://img.shields.io/badge/devel%20version-0.1.1017-blue.svg)](https://github.com/dataobservatory-eu/wbdataset) +[![devel-version](https://img.shields.io/badge/devel%20version-0.1.1018-blue.svg)](https://github.com/dataobservatory-eu/wbdataset) \[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13972192.svg) [![Codecov test coverage](https://codecov.io/gh/dataobservatory-eu/wbdataset/graph/badge.svg)](https://app.codecov.io/gh/dataobservatory-eu/wbdataset) @@ -33,6 +33,12 @@ devtools::install_github("antaldaniel/dataset") devtools::install_github("dataobservatory-eu/wbdataset") ``` +Once installed, + +``` r +library(wbdataset) +``` + ## Example This is a basic example which shows you how to solve a common problem: