CRAN

vapour 0.2.0

Lightweight Access to the 'Geospatial Data Abstraction Library' ('GDAL')

Released May 6, 2019 by Michael Sumner

This package can be loaded by Renjin but there was an error compiling C/FORTRAN sources and 19 out 22 tests failed.

Dependencies

Rcpp

Provides low-level access to 'GDAL' functionality for R packages. The aim is to minimize the level of interpretation put on the 'GDAL' facilities, to enable direct use of it for a variety of purposes. 'GDAL' is the 'Geospatial Data Abstraction Library' a translator for raster and vector geospatial data formats that presents a single raster abstract data model and single vector abstract data model to the calling application for all supported formats . Other available packages 'rgdal' and 'sf' also provide access to the 'GDAL' library, but neither can be used for these lower level tasks, and both do many other tasks.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>vapour</artifactId>
    <version>0.2.0-b1</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:vapour')

Test Results

This package was last tested against Renjin 0.9.2726 on May 7, 2019.

Source

R
C
C++

View GitHub Mirror

Release History