easypackages: Easy Loading and Installing of Packages

Easily load and install multiple packages from different sources, including CRAN and GitHub. The libraries function allows you to load or attach multiple packages in the same function call. The packages function will load one or more packages, and install any packages that are not installed on your system (after prompting you). Also included is a from_import function that allows you to import specific functions from a package into the global environment.

Version: 0.1.0
Depends: R (≥ 3.0.0)
Imports: assertthat, devtools, utils
Suggests: knitr, rmarkdown
Published: 2016-12-05
Author: Jake Sherman [aut, cre]
Maintainer: Jake Sherman <jake at jakesherman.com>
License: MIT + file LICENSE
NeedsCompilation: no
Materials: README NEWS
CRAN checks: easypackages results

Documentation:

Reference manual: easypackages.pdf
Vignettes: easypackages-vignette

Downloads:

Package source: easypackages_0.1.0.tar.gz
Windows binaries: r-devel: easypackages_0.1.0.zip, r-release: easypackages_0.1.0.zip, r-oldrel: easypackages_0.1.0.zip
macOS binaries: r-release (arm64): easypackages_0.1.0.tgz, r-oldrel (arm64): easypackages_0.1.0.tgz, r-release (x86_64): easypackages_0.1.0.tgz

Linking:

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