CRAN

tracerer 2.0.1

Tracer from R

Released Mar 1, 2019 by Richèl J.C. Bilderbeek

This package can be loaded by Renjin but 14 out 18 tests failed.

Dependencies

jsonlite 1.6 testit 0.9 Rcpp

'BEAST2' () is a widely used Bayesian phylogenetic tool, that uses DNA/RNA/protein data and many model priors to create a posterior of jointly estimated phylogenies and parameters. 'Tracer' () is a GUI tool to parse and analyze the files generated by 'BEAST2'. This package provides a way to parse and analyze 'BEAST2' input files without active user input, but using R function calls instead.

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>tracerer</artifactId>
    <version>2.0.1-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:tracerer')

Test Results

This package was last tested against Renjin 0.9.2724 on Mar 3, 2019.

Source

R
C
C++

View GitHub Mirror

Release History