-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
48 lines (48 loc) · 1.5 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
Package: manipulateWidget
Type: Package
Title: Add Even More Interactivity to Interactive Charts
Version: 0.11.1
Authors@R: c(
person("Veronique", "Bachelier", email = "[email protected]", role = c("aut", "cre")),
person("Jalal-Edine", "ZAWAM", role = "aut"),
person("Francois", "Guillem", role = "aut"),
person("RTE", role = "cph"),
person("JJ", "Allaire", role = "ctb"),
person("Marion", "Praz", email="[email protected]", role = "ctb", comment = "New user interface"),
person("Benoit", "Thieurmel", role = "ctb", email = "[email protected]"),
person(given = "Titouan", family = "Robert", email = "[email protected]", role = "ctb"),
person("Duncan", "Murdoch", email = "[email protected]", role = "ctb")
)
Description: Like package 'manipulate' does for static graphics, this package
helps to easily add controls like sliders, pickers, checkboxes, etc. that
can be used to modify the input data or the parameters of an interactive
chart created with package 'htmlwidgets'.
URL: https://github.com/rte-antares-rpackage/manipulateWidget
License: GPL (>= 2) | file LICENSE
Depends:
R (>= 2.10)
Imports:
shiny (>= 1.0.3),
miniUI,
htmltools,
htmlwidgets,
knitr,
methods,
tools,
base64enc,
grDevices,
codetools,
webshot,
shinyjs
Suggests:
dygraphs,
leaflet,
plotly,
xts,
rmarkdown,
testthat,
covr
LazyData: TRUE
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Encoding: UTF-8