From 46596b8c97a2e30d677c45b604f4c97c6a97e0be Mon Sep 17 00:00:00 2001 From: pat-s Date: Mon, 13 Aug 2018 13:25:27 +0200 Subject: [PATCH] fix badges --- .travis.yml | 4 ++-- README.Rmd | 7 ++++--- README.md | 6 +++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index aa393c9..4174db9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ matrix: dist: trusty sudo: required latex: false - env: linux + env: linux=true install: R -q -e 'tic::install()' after_install: R -q -e 'tic::after_install()' script: R -q -e 'tic::script()' @@ -42,7 +42,7 @@ matrix: - os: osx latex: false sudo: false - env: mac + env: mac=true install: R -q -e 'tic::install()' after_install: R -q -e 'tic::after_install()' script: R -q -e 'tic::script()' diff --git a/README.Rmd b/README.Rmd index b92a042..ccfb3eb 100644 --- a/README.Rmd +++ b/README.Rmd @@ -27,9 +27,9 @@ rvers = "3.2.0" [![minimal R version](https://img.shields.io/badge/R%3E%3D-`r rvers`-6666ff.svg)](https://cran.r-project.org/) [![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-yellowgreen.svg)](/commits/master) -[![linux=true Status](https://badges.herokuapp.com/travis/jannes-m/RQGIS?env=linux=true&label=Linux&branch=master)](https://travis-ci.org/jannes-m/RQGIS) -[![mac=true Status](https://badges.herokuapp.com/travis/jannes-m/RQGIS?env=mac=true&label=macOS&branch=master)](https://travis-ci.org/jannes-m/RQGIS) -[![Build status](https://ci.appveyor.com/api/projects/status/ftk03jo1933vm3we/branch/appveyor?svg=true)](https://ci.appveyor.com/project/pat-s/rqgis/branch/appveyor) +[![linux=true Status](https://badges.herokuapp.com/travis/jannes-m/RQGIS?branch=master&env=linux=true&label=Linux)](https://travis-ci.org/jannes-m/RQGIS) +[![mac=true Status](https://badges.herokuapp.com/travis/jannes-m/RQGIS?branch=master&env=mac=true&label=macOS)](https://travis-ci.org/jannes-m/RQGIS) +[![Build status](https://ci.appveyor.com/api/projects/status/ftk03jo1933vm3we/branch/appveyor?svg=true)](https://ci.appveyor.com/project/jannes-m/rqgis/branch/appveyor) Coverage Status #### CRAN @@ -42,6 +42,7 @@ rvers = "3.2.0" /usr/share/qgis/python/plugins/processing--> ### Attention RQGIS users + Please use the QGIS LTR **2.18** since RQGIS so far does not support QGIS 3!! RQGIS establishes an interface between R and QGIS, i.e. it allows the user to access QGIS functionalities from within R. It achieves this by establishing a tunnel to the Python QGIS API via the [reticulate-package](https://github.com/rstudio/reticulate). This provides the user with an extensive suite of GIS functions, since QGIS allows you to call native as well as third-party algorithms via its processing framework (see also [https://docs.qgis.org/2.14/en/docs/user_manual/processing/index.html](https://docs.qgis.org/2.14/en/docs/user_manual/processing/index.html)). Third-party providers include among others GDAL, GRASS GIS, SAGA GIS, the Orfeo Toolbox, TauDEM and tools for LiDAR data. RQGIS brings you this incredibly powerful geoprocessing environment to the R console. diff --git a/README.md b/README.md index a14deca..402661a 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ version](https://img.shields.io/badge/R%3E%3D-3.2.0-6666ff.svg)](https://cran.r- [![Last-changedate](https://img.shields.io/badge/last%20change-2018--08--13-yellowgreen.svg)](/commits/master) [![linux=true -Status](https://badges.herokuapp.com/travis/jannes-m/RQGIS?env=linux=true&label=Linux&branch=master)](https://travis-ci.org/jannes-m/RQGIS) +Status](https://badges.herokuapp.com/travis/jannes-m/RQGIS?branch=master&env=linux=true&label=Linux)](https://travis-ci.org/jannes-m/RQGIS) [![mac=true -Status](https://badges.herokuapp.com/travis/jannes-m/RQGIS?env=mac=true&label=macOS&branch=master)](https://travis-ci.org/jannes-m/RQGIS) +Status](https://badges.herokuapp.com/travis/jannes-m/RQGIS?branch=master&env=mac=true&label=macOS)](https://travis-ci.org/jannes-m/RQGIS) [![Build -status](https://ci.appveyor.com/api/projects/status/ftk03jo1933vm3we/branch/appveyor?svg=true)](https://ci.appveyor.com/project/pat-s/rqgis/branch/appveyor) +status](https://ci.appveyor.com/api/projects/status/ftk03jo1933vm3we/branch/appveyor?svg=true)](https://ci.appveyor.com/project/jannes-m/rqgis/branch/appveyor) Coverage Status #### CRAN