CRAN

vortexRdata 1.0.5

Example Data for R Package 'vortexR'

Released Feb 4, 2019 by Carlo Pacioni

This package can be loaded by Renjin but no tests could be found for the package.

Contains selected data from two publications, Campbell 'et' 'al'. (2016) and 'Pacioni' 'et' 'al'. (2017) . The data is provided both as raw outputs from the population viability analysis software 'Vortex' and packaged as R objects. The R package 'vortexR' uses the raw data provided here to illustrate its functionality of parsing raw 'Vortex' output into R objects.

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>vortexRdata</artifactId>
    <version>1.0.5-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:vortexRdata')

Source

R

View GitHub Mirror

Release History