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.
- Loading branch information
Showing
9 changed files
with
20 additions
and
3 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 |
---|---|---|
|
@@ -3,8 +3,10 @@ Type: Package | |
Title: Add More Interactivity to htmlWidgets | ||
Version: 0.2.0 | ||
Date: 2016-09-27 | ||
Author: Francois Guillem | ||
Maintainer: Francois Guillem <[email protected]> | ||
Authors@R: c( | ||
person("Francois", "Guillem", , "[email protected]", role = c("aut", "cre")), | ||
person("RTE", role = "cph") | ||
) | ||
Description: Like package 'manipulate' does for static graphics, this package | ||
helps to easily to add controls like slider, picker, checkboxes, etc. to an | ||
interactive plot created with htmlWidget. This way one can use controls to | ||
|
@@ -13,6 +15,6 @@ Imports: | |
shiny, | ||
miniUI, | ||
htmltools | ||
License: rte | ||
License: GPL (>= 2) + file LICENSE | ||
LazyData: TRUE | ||
RoxygenNote: 5.0.1 |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
COPYRIGHT HOLDER: RTE Réseau de transport d’électricité |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#Copyright © 2016 RTE Réseau de transport d’électricité | ||
|
||
#' Add Controls to Interactive Plots | ||
#' | ||
#' @description | ||
|
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
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,3 +1,5 @@ | ||
#Copyright © 2016 RTE Réseau de transport d’électricité | ||
|
||
#'@import shiny | ||
#'@import miniUI | ||
NULL |