Make R scripts that rely on packages 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 new 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 on CRAN at that date).
Version: | 1.2.0 |
Suggests: | rstudioapi |
Published: | 2021-01-14 |
Author: | Uri Simonsohn |
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_1.2.0.tar.gz |
Windows binaries: | r-devel: groundhog_1.2.0.zip, r-release: groundhog_1.2.0.zip, r-oldrel: groundhog_1.2.0.zip |
macOS binaries: | r-release: groundhog_1.2.0.tgz, r-oldrel: groundhog_1.2.0.tgz |
Old sources: | groundhog archive |
Please use the canonical form https://CRAN.R-project.org/package=groundhog to link to this page.