-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.3 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: groundhog
Title: Version-Control for CRAN, GitHub, and GitLab Packages
Version: 3.2.2
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2