-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
64 lines (64 loc) · 2.64 KB
/
DESCRIPTION
File metadata and controls
64 lines (64 loc) · 2.64 KB
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
Package: RDataTracker
Title: Provenance Collector for R
Version: 3.0.1
Date: 2018-10-04
Authors@R: c( person( "Emery", "Boose", role = "aut",
email = "boose@fas.harvard.edu"),
person("Barbara", "Lerner", role = c("aut", "cre"),
email = "blerner@mtholyoke.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.francis.pasquier@gmail.com"),
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")
)
Author: Emery Boose [aut], Barbara Lerner [aut, cre], Elizabeth Fong [aut],
Luis Perez [aut], Thomas Pasquier [ctb], Matthew Lau [ctb], Yada Pruksachatkun [ctb],
Alex Liu [ctb], Moe Pwint Phyu [ctb], Connor Gregorich-Trevor [ctb],
Aaron Ellison [res], Margo Seltzer [res], Joe Wonsil [res], Orenna Brand [res]
Maintainer: Emery Boose <boose@fas.harvard.edu>
Copyright: President and Fellows of Harvard College, Trustees of Mount Holyoke College
Depends: R (>= 3.5.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 | file LICENSE
URL: https://github.com/End-to-end-provenance/RDataTracker
BugReports: https://github.com/End-to-end-provenance/RDataTracker/issues
Imports:
curl,
devtools,
digest,
ggplot2,
grDevices,
gtools,
jsonlite,
knitr,
methods,
stringr,
tools,
utils,
XML
Suggests:
testthat,
provViz
RoxygenNote: 6.0.1