From 844d19ee9e789f79bae61be93415d0422bde66ad Mon Sep 17 00:00:00 2001 From: eblondel Date: Sun, 26 May 2019 19:54:20 +0200 Subject: [PATCH] update package date/version --- DESCRIPTION | 4 ++-- R/geonapi.R | 4 ++-- README.md | 2 +- man/GNPrivConfiguration.Rd | 1 - man/geonapi.Rd | 5 ++--- 5 files changed, 7 insertions(+), 9 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1d83a08..eb4b5da 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: geonapi Type: Package Title: 'GeoNetwork' API R Interface Version: 0.3-0 -Date: 2019-03-21 +Date: 2019-05-26 Authors@R: c(person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "emmanuel.blondel1@gmail.com", comment = c(ORCID = "0000-0002-5870-5762"))) Maintainer: Emmanuel Blondel Description: Provides an R interface to the 'GeoNetwork' API () allowing to upload and publish metadata in a 'GeoNetwork' web-application and exposte it to OGC CSW. @@ -13,4 +13,4 @@ License: MIT + file LICENSE URL: https://github.com/eblondel/geonapi/wiki, https://geonetwork-opensource.org BugReports: https://github.com/eblondel/geonapi/issues LazyLoad: yes -RoxygenNote: 6.0.1 +RoxygenNote: 6.1.1 diff --git a/R/geonapi.R b/R/geonapi.R index 8bb446f..36e7298 100644 --- a/R/geonapi.R +++ b/R/geonapi.R @@ -14,8 +14,8 @@ #' \tabular{ll}{ #' Package: \tab geonapi\cr #' Type: \tab Package\cr -#' Version: \tab 0.3-0\cr -#' Date: \tab 2019-03-21\cr +#' Version: \tab 0.2-1\cr +#' Date: \tab 2019-05-26\cr #' License: \tab MIT\cr #' LazyLoad: \tab yes\cr #' } diff --git a/README.md b/README.md index e309092..15b9585 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Build Status](https://travis-ci.org/eblondel/geonapi.svg?branch=master)](https://travis-ci.org/eblondel/geonapi) [![codecov.io](http://codecov.io/github/eblondel/geonapi/coverage.svg?branch=master)](http://codecov.io/github/eblondel/geonapi?branch=master) [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/geonapi)](https://cran.r-project.org/package=geonapi) -[![Github_Status_Badge](https://img.shields.io/badge/Github-0.3--0-blue.svg)](https://github.com/eblondel/geonapi) +[![Github_Status_Badge](https://img.shields.io/badge/Github-0.2--1-blue.svg)](https://github.com/eblondel/geonapi) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1345013.svg)](https://doi.org/10.5281/zenodo.1345013) ``geonapi``: R Interface to GeoNetwork API diff --git a/man/GNPrivConfiguration.Rd b/man/GNPrivConfiguration.Rd index f0af2ae..ae4af0c 100644 --- a/man/GNPrivConfiguration.Rd +++ b/man/GNPrivConfiguration.Rd @@ -4,7 +4,6 @@ \name{GNPrivConfiguration} \alias{GNPrivConfiguration} \alias{GNPriv} -\alias{GNPrivConfiguration} \title{A GeoNetwork privilege configuration} \format{\code{\link{R6Class}} object.} \usage{ diff --git a/man/geonapi.Rd b/man/geonapi.Rd index 9afd920..46891f6 100644 --- a/man/geonapi.Rd +++ b/man/geonapi.Rd @@ -4,7 +4,6 @@ \name{geonapi} \alias{geonapi} \alias{geonapi-package} -\alias{geonapi-package} \title{'GeoNetwork' API R Interface} \description{ Provides an R interface to the 'GeoNetwork' API () @@ -15,8 +14,8 @@ Web-Services (Catalogue Service for the Web). \tabular{ll}{ Package: \tab geonapi\cr Type: \tab Package\cr - Version: \tab 0.3-0\cr - Date: \tab 2019-03-21\cr + Version: \tab 0.2-1\cr + Date: \tab 2019-05-26\cr License: \tab MIT\cr LazyLoad: \tab yes\cr }