Package: groundhog
Title: Version-Control for CRAN, GitHub, and GitLab Packages
Version: 3.2.3
Authors@R: c(
    person(given = "Uri",
           family = "Simonsohn",
           role = c("aut", "cre"),
           email = "urisohn@gmail.com",
           comment = c(ORCID = "0000-0002-8601-7211")),
    person(given = "Hugo",
           family = "Gruson",
           role = c("ctb", "aut"),
           email = "hugo.gruson+R@normalesup.org",
           comment = c(ORCID = "0000-0002-4094-1476"))
    )
Description: 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.
URL: https://groundhogr.com/,
        https://github.com/CredibilityLab/groundhog
BugReports: https://github.com/CredibilityLab/groundhog/issues
Depends: utils
Imports: methods
Suggests: git2r, remotes
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-05-12 05:50:02 UTC; uri_s
Author: Uri Simonsohn [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-8601-7211>),
  Hugo Gruson [ctb, aut] (ORCID: <https://orcid.org/0000-0002-4094-1476>)
Maintainer: Uri Simonsohn <urisohn@gmail.com>
Repository: CRAN
Date/Publication: 2025-05-12 06:00:01 UTC
Built: R 4.5.2; ; 2025-11-08 02:38:40 UTC; windows
