Skip to content

Commit

Permalink
#7 add ogc info link + ignore ci files from build
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Aug 26, 2018
1 parent f241cd5 commit 575721a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .Rbuildignore
@@ -1,3 +1,4 @@
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml$
^\.travis\.yml$
tests/pycsw
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions 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")))
Expand All @@ -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
2 changes: 1 addition & 1 deletion R/ows4R.R
Expand Up @@ -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
#' }
Expand Down
2 changes: 1 addition & 1 deletion man/ows4R.Rd

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

0 comments on commit 575721a

Please sign in to comment.