CRAN

gsg 2.0

Calculation of selection coefficients

Released Oct 17, 2014 by Michael Morrissey

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

Dependencies

numDeriv 2016.8-1 boot 1.3-20 mvtnorm 1.0-8 mgcv 1.8-24

gsg (gam selection gradients) provides a unified approach to the regression analysis of selection from longitudinal data collected from natural populations.

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>gsg</artifactId>
    <version>2.0-b39</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:gsg')

Test Results

This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.

Source

R

View GitHub Mirror

Release History