-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
66 lines (66 loc) · 2.36 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Package: rdtLite
Title: Provenance Collector
Version: 1.4
Date: 2022-06-28
Authors@R: c( person("Barbara", "Lerner", role = c("aut", "cre"),
email = "blerner@mtholyoke.edu"),
person("Emery", "Boose", role = "aut",
email = "boose@fas.harvard.edu"),
person("Elizabeth", "Fong", role = "aut",
email = "fong22e@mtholyoke.edu"),
person("Luis", "Perez", role = "aut",
email = "luis.perez.live@gmail.com"),
person("Thomas", "Pasquier", role = "ctb",
email = "thomas.pasquier@bristol.ac.uk"),
person("Matthew", "Lau", role = "ctb",
email = "matthewklau@fas.harvard.edu"),
person("Yada", "Pruksachatkun", role = "ctb",
email = "pruks22y@mtholyoke.edu"),
person("Alex", "Liu", role = "ctb",
email = "uilxela7@gmail.com"),
person("Moe Pwint Phyu", role = "ctb",
email = "phyu22m@mtholyoke.edu"),
person("Connor", "Gregorich-Trevor", role = "ctb",
email = "gregoric@grinnell.edu"),
person("Aaron", "Ellison", role = "res",
email = "aellison@fas.harvard.edu"),
person("Margo", "Seltzer", role = "res",
email = "margo@eecs.harvard.edu"),
person("Joe", "Wonsil", role = "res",
email = "jwonsil@carthage.edu"),
person("Orenna", "Brand", role = "res",
email = "o.brand@columbia.edu")
)
Copyright: President and Fellows of Harvard College, Trustees of Mount Holyoke College
Depends: R (>= 3.6.0)
Description: Defines functions that can be used to collect provenance as
an 'R' script executes or during a console session. The output is a text
file in 'PROV-JSON' format.
License: GPL-3
URL: https://github.com/End-to-end-provenance/rdtLite
BugReports: https://github.com/End-to-end-provenance/rdtLite/issues
Imports:
curl,
digest,
grDevices,
gtools,
jsonlite,
knitr,
methods,
provViz (>= 1.0.6),
rlang,
rmarkdown,
sessioninfo,
stringi,
tools,
utils,
XML
Suggests:
ggplot2,
provSummarizeR,
roxygen2,
testthat,
vroom
VignetteBuilder: knitr
RoxygenNote: 7.2.0
Encoding: UTF-8