You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The R package ecosystem is one of the cornerstones of the success seen by R.
As of this writing, over 6200 packages are on CRAN,
several hundred more at BioConductor and at
OmegaHat.
Support for multiple repositories is built deeply into R; mostly via the
(default) package utils. The
update.packages
function (along with several others from the utils package) can used with
ease for these three default repositories as well as many others. But it
seemed that support for simple creation and use of local repositories was
missing.
Drat tries to help here and supports two principal modes:
GitHub by leveraging gh-pages
Other repos by using other storage where you can write and provide html access
The package is now available from CRAN. A few
possible improvements, additions and next steps are listed in the
TODO.md
file.
A few drat repositories are starting to appear (besides this one). Via a
combination of looking at the direct forks as well as GitHub search, I became
aware of these: