CRAN

managelocalrepo 0.1.5

Manage a CRAN-Style Local Repository

Released Apr 21, 2015 by Imanuel Costigan

This package can be loaded by Renjin but no tests could be found for the package.

Dependencies

assertthat 0.2.0 stringr 1.3.1

This will allow easier management of a CRAN-style repository on local networks (i.e. not on CRAN). This might be necessary where hosted packages contain intellectual property owned by a corporation.

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>managelocalrepo</artifactId>
    <version>0.1.5-b34</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:managelocalrepo')

Source

R

View GitHub Mirror

Release History