-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
61 lines (61 loc) · 1.03 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
Package: experiment
Type: Package
Title: Interactive History in R
Version: 0.1
Date: 2016-12-06
Authors@R: person("Lukasz", "Bartnik", email = "[email protected]", role = c("aut", "cre"))
Description: Utilities to ease interactive work.
License: MIT + file LICENSE
URL: https://github.com/lbartnik/experiment
BugReports: https://github.com/lbartnik/experiment/issues
Depends:
R (>= 3.2.0)
Imports:
broom,
crayon,
defer,
digest,
formatR,
ggplot2,
htmltools,
htmlwidgets,
jsonlite,
lazyeval,
miniUI,
rstudioapi,
rsvg,
shiny,
storage,
stringi
Suggests:
devtools,
dplyr,
evaluate,
knitr,
lubridate,
magrittr,
mockery,
readr,
stringr,
testthat
Collate:
'commit.R'
'compare.R'
'data.R'
'debug.R'
'dialogs.R'
'examples.R'
'graph.R'
'package.R'
'query.R'
'result.R'
'shiny.R'
'track.R'
'utils.R'
'widget.R'
Remotes:
lbartnik/defer,
lbartnik/storage
VignetteBuilder: knitr
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE)