bmewing/VersionControl: Version Control Packages Used in Code

Provides capabilities to install multiple, specific versions of packages side-by-side and load specific versions of packages for use in code. This approach is designed to minimize the duplication of 'frozen' libraries on your system while still providing flexibility in what packages are used in what code. By 'freezing' the version of a package used with code, the code becomes far more reproducible. Additionally, the approach taken here makes it explicit which version of a package is being used.

Getting started

Package details

AuthorMark Ewing
MaintainerMark Ewing <b.mark@ewingsonline.com>
LicenseUnlicensed
Version0.1.0
URL https://github.com/bmewing/VersionControl
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("bmewing/VersionControl")
bmewing/VersionControl documentation built on May 23, 2019, 7:21 a.m.