Package: RQGIS
Date: 2018-08-14
Type: Package
Title: Integrating R with QGIS
Version: 1.0.4
Authors@R: c(
    person("Jannes", "Muenchow",
    email = "jannes.muenchow@uni-jena.de", 
    role = c("aut", "cre"),
    comment = c(ORCID = '0000-0001-7834-4717')),
    person("Patrick", "Schratz", ,
    email = "patrick.schratz@uni-jena.de", 
    role = c("aut"),
    comment = c(ORCID = '0000-0003-0748-6624')
    ))
Description: Establishes an interface between R and 'QGIS', i.e. it allows
    the user to access 'QGIS' functionalities from the R console. It achieves this
    by using the 'QGIS' Python API via the command line. Hence, RQGIS extends R's
    statistical power by the incredible vast geo-functionality of 'QGIS' (including
    also 'GDAL', 'SAGA'- and 'GRASS'-GIS among other third-party providers).
    This in turn creates a powerful environment for advanced and innovative
    (geo-)statistical geocomputing. 'QGIS' is licensed under GPL version 2 or
    greater and is available from <http://www.qgis.org/en/site/>.
URL: https://github.com/jannes-m/RQGIS
BugReports: https://github.com/jannes-m/RQGIS/issues
License: GPL-3
LazyData: TRUE
Encoding: UTF-8
RoxygenNote: 6.1.0
ByteCompile: true
Depends: R (>= 3.2.0), reticulate (>= 1.2)
Imports: raster, RCurl, readr, rgdal, sf (>= 0.4-2), sp, stringr,
        tools, XML
SystemRequirements: Python (>= 2.7), QGIS (>= 2.14 & < 3)
Suggests: knitr, rgrass7, rmarkdown, testthat, RSAGA
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-08-13 10:08:35 UTC; jannes
Author: Jannes Muenchow [aut, cre] (<https://orcid.org/0000-0001-7834-4717>),
  Patrick Schratz [aut] (<https://orcid.org/0000-0003-0748-6624>)
Maintainer: Jannes Muenchow <jannes.muenchow@uni-jena.de>
Repository: CRAN
Date/Publication: 2018-08-13 10:30:03 UTC
Built: R 4.0.0; ; 2020-04-10 09:42:07 UTC; windows
