From 61d21f3fdc7194534784b9de2e56e8c12a80f185 Mon Sep 17 00:00:00 2001 From: eblondel Date: Tue, 27 Aug 2019 13:00:02 +0200 Subject: [PATCH] update pkg date + news --- DESCRIPTION | 2 +- NEWS.md | 10 ++++++++++ R/zen4R.R | 2 +- man/zen4R.Rd | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index eb66833..b056c1a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: zen4R Version: 0.3 -Date: 2019-08-21 +Date: 2019-08-27 Title: Interface to 'Zenodo' REST API Authors@R: c( person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "emmanuel.blondel1@gmail.com", comment = c(ORCID = "0000-0002-5870-5762")), diff --git a/NEWS.md b/NEWS.md index 54846b0..efd7b5a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +## **_0.3_** + +**New features** + +* [#23](https://github.com/eblondel/zen4R/issues/23) Methods to search published records (other than own depositions) + +**Corrections** + +* [#24](https://github.com/eblondel/zen4R/issues/24) Exact search/matching with concept DOI doesn't work + ## **_0.2_** **New features** diff --git a/R/zen4R.R b/R/zen4R.R index a3e204a..cf6969f 100644 --- a/R/zen4R.R +++ b/R/zen4R.R @@ -20,7 +20,7 @@ #' Package: \tab zen4R\cr #' Type: \tab Package\cr #' Version: \tab 0.3\cr -#' Date: \tab 2019-08-21\cr +#' Date: \tab 2019-08-27\cr #' License: \tab MIT\cr #' LazyLoad: \tab yes\cr #' } diff --git a/man/zen4R.Rd b/man/zen4R.Rd index 55502be..9e2d165 100644 --- a/man/zen4R.Rd +++ b/man/zen4R.Rd @@ -15,7 +15,7 @@ Provides an Interface to 'Zenodo' () REST API, Package: \tab zen4R\cr Type: \tab Package\cr Version: \tab 0.3\cr - Date: \tab 2019-08-21\cr + Date: \tab 2019-08-27\cr License: \tab MIT\cr LazyLoad: \tab yes\cr }