rbundler: Rbundler manages an application's dependencies systematically and repeatedly

Rbundler manages a project-specific library for dependency package installation. By specifying dependencies in a DESCRIPTION file in a project's root directory, one may install and use dependencies in a repeatable fashion without requiring manual maintenance. rbundler creates a project-specific R library in 'PROJECT_ROOT/.Rbundle' (by default) and a project-specific 'R_LIBS_USER' value, set in 'PROJECT_ROOT/.Renviron'. It supports dependency management for R standard "Depends", "Imports", "Suggests", and "LinkingTo" package dependencies. rbundler also attempts to validate and install versioned dependencies, such as ">=", "==", "<=". Note that, due to the way R manages package installation, differing nested versioned dependencies are not allowed. For example, if your project depends on packages A (== 1), and B (== 2), but package A depends on B (== 1), then a nested dependency violation will cause rbundler to error out.

Version: 0.3.7
Depends: R (≥ 2.15.1), devtools (≥ 1.3)
Suggests: testthat (≥ 0.8), roxygen2
Published: 2014-05-08
Author: Yoni Ben-Meshulam
Maintainer: Yoni Ben-Meshulam <yoni.bmesh at gmail.com>
License: GPL-3
NeedsCompilation: no
Materials: NEWS
In views: ReproducibleResearch
CRAN checks: rbundler results

Documentation:

Reference manual: rbundler.pdf

Downloads:

Package source: rbundler_0.3.7.tar.gz
Windows binaries: r-devel: rbundler_0.3.7.zip, r-release: rbundler_0.3.7.zip, r-oldrel: rbundler_0.3.7.zip
macOS binaries: r-release (arm64): rbundler_0.3.7.tgz, r-oldrel (arm64): rbundler_0.3.7.tgz, r-release (x86_64): rbundler_0.3.7.tgz, r-oldrel (x86_64): rbundler_0.3.7.tgz
Old sources: rbundler archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=rbundler to link to this page.