CRAN
miniCRAN 0.2.11
Create a Mini Version of CRAN Containing Only Selected Packages
Released Jan 15, 2018 by Andrie de Vries
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>
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.
- addOldPackage-examples
- addPackage-examples
- addPackageListingGithub-examples
- checkVersions-examples
- github-functions.package_file_extension_is_computed_correctly_E1
- github-functions.package_file_extension_is_computed_correctly_E2
- github-functions.package_file_extension_is_computed_correctly_E3
- github-functions.package_file_extension_is_computed_correctly_E4
- github-functions.package_verson_is_extracted_correctly
- github-functions.readDescription_reads_file_E1
- github-functions.readDescription_reads_file_E2
- makeDepGraph-examples
- makeDepGraph_.makeDepGraph_and_pgkDep_gives_similar_results_for_chron
- makeDepGraph_.makeDepGraph_and_pgkDep_gives_similar_results_for_complex_query
- makeDepGraph_.makeDepGraph_and_pgkDep_gives_similar_results_for_data_table
- makeDepGraph_.makeDepGraph_and_pgkDep_gives_similar_results_for_ggplot2
- makeRepo-examples
- pkgDep-examples
- plot.pkgDepGraph-examples
- test-all
- updatePackages-examples