mbojan/devlibrary: Maintaining developers' library tree

While developing new or patching existing packages it is convenient to be able to load different versions of the same package. Standard R package library cannot store different versions of the same package. Package 'devlib' enables that by managing a "developers library" in which every package is essentially stored in its own library sub-tree. Wrapper functions hide all the mechanics from the end-user.

Getting started

Package details

AuthorMichal Bojanowski
MaintainerMichal Bojanowski <michal2992@gmail.com>
LicenseGPL 2
Version0.2-0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("mbojan/devlibrary")
mbojan/devlibrary documentation built on April 30, 2020, 8:55 a.m.