From 575721ab23e94cd129b69f57a0e62f140649bf90 Mon Sep 17 00:00:00 2001 From: eblondel Date: Sun, 26 Aug 2018 21:04:05 +0200 Subject: [PATCH] #7 add ogc info link + ignore ci files from build --- .Rbuildignore | 3 ++- .travis.yml | 1 + DESCRIPTION | 4 ++-- R/ows4R.R | 2 +- man/ows4R.Rd | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index b6e6aca..e04ae88 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,3 +1,4 @@ ^.*\.Rproj$ ^\.Rproj\.user$ -^\.travis\.yml$ \ No newline at end of file +^\.travis\.yml$ +tests/pycsw \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index cf32594..08d1588 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ before_install: - docker run --name geonetwork -d -p 8282:8080 pobsteta/docker-geonetwork:3.0.5 # --> pycsw - docker pull geopython/pycsw:latest + - ls $TRAVIS_BUILD_DIR/tests - docker run --name pycsw -v $TRAVIS_BUILD_DIR/tests/pycsw/pycsw.cfg:/etc/pycsw/pycsw.cfg -d -p 8000:8000 geopython/pycsw:latest r: diff --git a/DESCRIPTION b/DESCRIPTION index b32e90b..5ebc5ce 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ows4R Version: 0.1-0 -Date: 2018-08-19 +Date: 2018-08-26 Title: Interface to OGC Web-Services (OWS) Authors@R: c(person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "emmanuel.blondel1@gmail.com", comment = c(ORCID = "0000-0002-5870-5762")), person("Norbert", "Billet", role = c("ctb"))) @@ -13,7 +13,7 @@ Description: Provides an Interface to Web-Services defined as standards by the O OGC Filter Encoding. The long-term purpose is to add support for additional OGC service standards such as Web Coverage Service (WCS) and Web Processing Service (WPS). License: MIT + file LICENSE -URL: https://github.com/eblondel/ows4R +URL: https://github.com/eblondel/ows4R, http://www.opengeospatial.org/standards BugReports: https://github.com/eblondel/ows4R/issues LazyLoad: yes RoxygenNote: 6.0.1 diff --git a/R/ows4R.R b/R/ows4R.R index 992b511..b2a086d 100644 --- a/R/ows4R.R +++ b/R/ows4R.R @@ -16,7 +16,7 @@ #' Type: \tab Package\cr #' Version #' : \tab 0.1-0\cr -#' Date: \tab 2018-08-19\cr +#' Date: \tab 2018-08-26\cr #' License: \tab MIT\cr #' LazyLoad: \tab yes\cr #' } diff --git a/man/ows4R.Rd b/man/ows4R.Rd index 7cce02c..e844540 100644 --- a/man/ows4R.Rd +++ b/man/ows4R.Rd @@ -18,7 +18,7 @@ Web Processing Service (WPS). Type: \tab Package\cr Version : \tab 0.1-0\cr - Date: \tab 2018-08-19\cr + Date: \tab 2018-08-26\cr License: \tab MIT\cr LazyLoad: \tab yes\cr }