groundhog: Version-Control for CRAN, GitHub, and GitLab Packages

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.

Getting started

Package details

AuthorUri Simonsohn [aut, cre] (<https://orcid.org/0000-0002-8601-7211>), Hugo Gruson [ctb, aut] (<https://orcid.org/0000-0002-4094-1476>)
MaintainerUri Simonsohn <urisohn@gmail.com>
LicenseGPL-3
Version3.2.0
URL https://groundhogr.com/ https://github.com/CredibilityLab/groundhog
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("groundhog")

Try the groundhog package in your browser

Any scripts or data that you put into this service are public.

groundhog documentation built on May 29, 2024, 7:55 a.m.