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.

Version: 3.2.0
Depends: utils
Imports: methods
Suggests: git2r, remotes
Published: 2024-02-03
Author: Uri Simonsohn ORCID iD [aut, cre], Hugo Gruson ORCID iD [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

Documentation:

Reference manual: groundhog.pdf

Downloads:

Package source: groundhog_3.2.0.tar.gz
Windows binaries: r-devel: groundhog_3.2.0.zip, r-release: groundhog_3.2.0.zip, r-oldrel: groundhog_3.2.0.zip
macOS binaries: r-release (arm64): groundhog_3.2.0.tgz, r-oldrel (arm64): groundhog_3.2.0.tgz, r-release (x86_64): groundhog_3.2.0.tgz
Old sources: groundhog archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=groundhog to link to this page.