forked from rte-antares-rpackage/manipulateWidget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.52 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
Package: manipulateWidget
Type: Package
Title: Add Even More Interactivity to Interactive Charts
Version: 0.10.0
Date: 2018-06-07
Authors@R: c(
person("Jalal-Edine", "ZAWAM", email = "[email protected]", role = c("aut", "cre")),
person("Francois", "Guillem", email = "[email protected]", role = c("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
Imports:
shiny (>= 1.0.3),
miniUI,
htmltools,
htmlwidgets,
knitr,
methods,
tools,
base64enc,
grDevices,
codetools,
webshot
Suggests:
dygraphs,
leaflet,
plotly,
xts,
rmarkdown,
testthat,
covr
LazyData: TRUE
RoxygenNote: 6.0.1
VignetteBuilder: knitr
Encoding: UTF-8