Skip to content

Commit

Permalink
update package date/version
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed May 26, 2019
1 parent 39e1ca8 commit 844d19e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]", comment = c(ORCID = "0000-0002-5870-5762")))
Maintainer: Emmanuel Blondel <[email protected]>
Description: Provides an R interface to the 'GeoNetwork' API (<https://geonetwork-opensource.org/#api>) allowing to upload and publish metadata in a 'GeoNetwork' web-application and exposte it to OGC CSW.
Expand All @@ -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
4 changes: 2 additions & 2 deletions R/geonapi.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
#' }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion man/GNPrivConfiguration.Rd

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

5 changes: 2 additions & 3 deletions man/geonapi.Rd

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

0 comments on commit 844d19e

Please sign in to comment.