Skip to content

Commit

Permalink
0.1.1018
Browse files Browse the repository at this point in the history
  • Loading branch information
antaldaniel committed Feb 21, 2025
1 parent a5c2dcd commit d3bee92
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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= "[email protected]",
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 7 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ knitr::opts_chunk$set(
<!-- badges: start -->
[![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)
<!-- badges: end -->
Expand All @@ -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:
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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:
Expand Down

0 comments on commit d3bee92

Please sign in to comment.