Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:jannes-m/RQGIS
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Aug 13, 2018
2 parents 30f7a2c + 46596b8 commit eafcd0c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()'
Expand All @@ -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()'
Expand Down
7 changes: 4 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<a href="https://codecov.io/gh/jannes-m/RQGIS"><img src="https://codecov.io/gh/jannes-m/RQGIS/branch/master/graph/badge.svg" alt="Coverage Status"/></a>

#### CRAN
Expand All @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<a href="https://codecov.io/gh/jannes-m/RQGIS"><img src="https://codecov.io/gh/jannes-m/RQGIS/branch/master/graph/badge.svg" alt="Coverage Status"/></a>

#### CRAN
Expand Down

0 comments on commit eafcd0c

Please sign in to comment.