CRAN

monographaR 1.2.0

Taxonomic Monographs Tools

Released Jul 13, 2016 by Marcelo Reginato

This package can be loaded by Renjin but 1 out 10 tests failed.

Dependencies

raster 2.6-7 maptools 0.9-3 rmarkdown 1.10 png 0.1-7 circular 0.4-93 sp 1.3-1

Contains functions intended to facilitate the production of plant taxonomic monographs. The package includes functions to convert tables into taxonomic descriptions, lists of collectors, examined specimens, and can generate a monograph skeleton. Additionally, wrapper functions to batch the production of phenology charts and distributional and diversity maps are also available.

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>monographaR</artifactId>
    <version>1.2.0-b24</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:monographaR')

Test Results

This package was last tested against Renjin 0.9.2689 on Aug 27, 2018.

Source

R

View GitHub Mirror

Release History