CRAN
timetree 1.0
Interface to the TimeTree of Life Webpage
Released Apr 28, 2015 by Franz-Sebastian Krah
This package is available for Renjin and there are no known compatibility issues.
Dependencies
A interface to the TimeTree of Life Webpage (www.timetree.org). TimeTree is a public database for information on the evolutionary timescale of life. This package includes functions for searching divergence time for taxa or all nodes of a phylogeny.
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>timetree</artifactId> <version>1.0-b38</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:timetree')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.