-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
49 lines (49 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: relic
Title: Objects from History
Version: 0.1.0.9000
Authors@R: c(
person("Noam", "Ross", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2136-0000")),
person("EcoHealth Alliance", role = c("cph", "fnd"))
)
Description: The 'relic' package provides tools for extracting files and
objects from the revision history, including local and remote git
repositories and S3 buckets. It is a high-level
interface designed to enable comparison of objects in reproducible
research workflows, especially pipelines that use the 'targets'
package.
License: MIT + file LICENSE
URL: https://ecohealthalliance.github.io/relic,
https://ecohealthalliance.r-universe.dev/relic
BugReports: https://github.com/ecohealthalliance/relic/issues
Imports:
fs,
git2r,
gh,
rlang
Suggests:
callr,
glue,
knitr,
lintr,
minioclient,
paws.storage,
openssl,
rmarkdown,
rprojroot,
spelling,
styler,
targets,
testthat (>= 3.0.0),
withr
VignetteBuilder:
knitr
Remotes:
cboettig/minioclient#14,
ropensci/git2r
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE, roclets = c("collate", "rd", "namespace",
"devtag::dev_roclet"))
RoxygenNote: 7.2.3