CRAN

genasis 1.0

Global ENvironmental ASsessment Information System (GENASIS) computational tools

Released Jun 7, 2014 by Jiri Kalina

This package can be loaded by Renjin but 5 out 15 tests failed.

Dependencies

Kendall 2.2 fitdistrplus 1.0-9

genasis package contains methods for air pollution assessment. Concerned on persistent organic pollutants, the package allows to compute trends of their concentrations, compare different datasets and estimate relations between values from active and passive air samplers.

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>genasis</artifactId>
    <version>1.0-b238</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:genasis')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.

Source

R

View GitHub Mirror

Release History