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.
Version: | 3.2.1 |
Depends: | utils |
Imports: | methods |
Suggests: | git2r, remotes |
Published: | 2024-09-29 |
DOI: | 10.32614/CRAN.package.groundhog |
Author: | Uri Simonsohn [aut, cre], Hugo Gruson [ctb, aut] |
Maintainer: | Uri Simonsohn <urisohn at gmail.com> |
BugReports: | https://github.com/CredibilityLab/groundhog/issues |
License: | GPL-3 |
URL: | https://groundhogr.com/, https://github.com/CredibilityLab/groundhog |
NeedsCompilation: | no |
Materials: | README |
In views: | ReproducibleResearch |
CRAN checks: | groundhog results |
Reference manual: | groundhog.pdf |
Package source: | groundhog_3.2.1.tar.gz |
Windows binaries: | r-devel: groundhog_3.2.1.zip, r-release: groundhog_3.2.1.zip, r-oldrel: groundhog_3.2.1.zip |
macOS binaries: | r-release (arm64): groundhog_3.2.1.tgz, r-oldrel (arm64): groundhog_3.2.1.tgz, r-release (x86_64): groundhog_3.2.1.tgz, r-oldrel (x86_64): groundhog_3.2.1.tgz |
Old sources: | groundhog archive |
Please use the canonical form https://CRAN.R-project.org/package=groundhog to link to this page.