Learn R Programming

⚠️There's a newer version (0.3.1) of this package.Take me there.

miniCRAN (version 0.2.4)

Create a Mini Version of CRAN Containing Only Selected Packages

Description

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 broadband access.

Copy Link

Version

Install

install.packages('miniCRAN')

Monthly Downloads

1,558

Version

0.2.4

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Andrie de Vries

Last Published

March 27th, 2015

Functions in miniCRAN (0.2.4)

plot.pkgDepGraph

Plots a package dependency graph.
makeRepo

Downloads packages from CRAN to specified path and creates a local repository.
pkgAvail

Reads available packages from CRAN repository.
twodigitRversion

Get a two-digit version of the R version
addPackage

Add packages to a miniCRAN repository.
addPackageListingGithub

Add DESCRIPTION information from package on github.
pkgDep

Retrieves package dependencies.
repoPrefix

Get the path to the repo directory containing the package files.
miniCRAN-package

Create a Private Version of CRAN Containing Only Selected Packages
basePkgs

Returns names of base packages.
split_op_version

Clean package fields.
cranJuly2014

Stored version of available.packages()
checkVersions

Check for previous versions of packages in a miniCRAN repository.
getCranDescription

Scrape DESCRIPTION from CRAN for each pkg.
addOldPackage

Add old package versions to a miniCRAN repository.
updatePackages

Check for available package updates in a miniCRAN repo.
makeLibrary

Deprecated function to download packages to local folder.
makeDepGraph

Create dependency graph from available packages.
repoBinPath

Construct path to full binary location