CRAN

astrochron 0.9

A Computational Tool for Astrochronology

Released Jan 8, 2019 by Stephen Meyers

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

Dependencies

foreach 1.4.4 IDPmisc 1.1.18 fields 9.6 multitaper 1.0-14 iterators 1.0.10 doParallel 1.0.14

Routines for astrochronologic testing, astronomical time scale construction, and time series analysis. Also included are a range of statistical analysis and modeling routines that are relevant to time scale development and paleoclimate analysis.

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>astrochron</artifactId>
    <version>0.9-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:astrochron')

Test Results

This package was last tested against Renjin 0.9.2719 on Jan 10, 2019.

Source

R
C
Fortran

View GitHub Mirror

Release History