forked from rte-antares-rpackage/manipulateWidget
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from TitouanRobert/develop
Develop
- Loading branch information
Showing
72 changed files
with
3,661 additions
and
2,012 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ README_files | |
^\.travis\.yml$ | ||
^codecov\.yml$ | ||
newUI | ||
^inst/examples |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
Package: manipulateWidget | ||
Type: Package | ||
Title: Add Even More Interactivity to Interactive Charts | ||
Version: 0.7.0 | ||
Date: 2017-05-24 | ||
Version: 0.8.1 | ||
Date: 2017-11-27 | ||
Authors@R: c( | ||
person("Francois", "Guillem", email = "[email protected]", role = c("aut", "cre")), | ||
person("RTE", role = "cph"), | ||
person("JJ", "Allaire", role = "ctb"), | ||
person("Marion", "Praz", email="[email protected]", role = "ctb", comment = "New user interface") | ||
person("Marion", "Praz", email="[email protected]", role = "ctb", comment = "New user interface"), | ||
person("Benoit", "Thieurmel", role = "ctb", email = "[email protected]") | ||
) | ||
Description: Like package 'manipulate' does for static graphics, this package | ||
helps to easily add controls like sliders, pickers, checkboxes, etc. that | ||
|
@@ -17,16 +18,16 @@ URL: https://github.com/rte-antares-rpackage/manipulateWidget | |
BugReports: https://goo.gl/pV7o5c | ||
License: GPL (>= 2) | file LICENSE | ||
Imports: | ||
shiny, | ||
shiny (>= 1.0.3), | ||
miniUI, | ||
htmltools, | ||
htmlwidgets, | ||
lazyeval, | ||
knitr, | ||
methods, | ||
tools, | ||
base64enc, | ||
grDevices | ||
grDevices, | ||
codetools | ||
Suggests: | ||
dygraphs, | ||
leaflet, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.