CRAN

miniCRAN 0.2.11

Create a Mini Version of CRAN Containing Only Selected Packages

Released Jan 15, 2018 by Andrie de Vries

This package can be loaded by Renjin but 9 out 21 tests failed.

Dependencies

httr 1.3.1 igraph 1.1.2 XML 3.98-1.9

Makes it possible to create an internally consistent repository consisting of selected packages from CRAN-like repositories. The user specifies a set of desired packages, and 'miniCRAN' recursively reads the dependency tree for these packages, then downloads only this subset. The user can then install packages from this repository directly, rather than from CRAN. This is useful in production settings, e.g. server behind a firewall, or remote locations with slow (or zero) Internet access.

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>miniCRAN</artifactId>
    <version>0.2.11-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:miniCRAN')

Test Results

This package was last tested against Renjin 0.9.2582 on Jan 17, 2018.