Version-Control for CRAN, GitHub, and GitLab Packages
Show toc table with multiple packages
Get current local path to groundhog folder
Generates dataframe with all dependencies needed to install a package,...
Install & load CRAN, GitHub, and GitLab packages as current on given d...
Load a specific version of groundhog, as available on a given date
Restore default library of packages, undoing all changes made by groun...
Set groundhog folder location
Show CRAN publication dates for all versions of a given package
Attempt faster method of copying packages across libraries in the futu...
Make R scripts reproducible, by ensuring that every time a given script is run, the same version of the used packages are loaded (instead of whichever version the user running the script happens to have installed). This is achieved by using the command groundhog.library() instead of the base command library(), and including a date in the call. The date is used to call on the same version of the package every time (the most recent version available at that date). Load packages from CRAN, GitHub, or Gitlab.
Useful links