From d589b4d00bfa3f66cb8ea4a6b353dbe9f35ec5af Mon Sep 17 00:00:00 2001 From: ZAWAM Jalal-Edine Date: Thu, 6 Oct 2016 15:33:44 +0200 Subject: [PATCH] add copyright --- DESCRIPTION | 8 +++++--- LICENSE | 1 + R/combineWidgets.R | 2 ++ R/controls.R | 2 ++ R/manipulateWidget.R | 2 ++ R/mwControlsUI.R | 2 ++ R/mwUI.R | 2 ++ R/processOutput.R | 2 ++ R/zzz.R | 2 ++ 9 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 LICENSE diff --git a/DESCRIPTION b/DESCRIPTION index a669116..a210d76 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 +Authors@R: c( + person("Francois", "Guillem", , "francois.guillem@rte-france.com", 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 diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a7d6e13 --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +COPYRIGHT HOLDER: RTE Réseau de transport d’électricité diff --git a/R/combineWidgets.R b/R/combineWidgets.R index 3e22364..45ebcc8 100644 --- a/R/combineWidgets.R +++ b/R/combineWidgets.R @@ -1,3 +1,5 @@ +#Copyright © 2016 RTE Réseau de transport d’électricité + #' Combine several interactive plots #' #' This function combines different interactive plots in a unique view. It is diff --git a/R/controls.R b/R/controls.R index eba73d5..1dc2154 100644 --- a/R/controls.R +++ b/R/controls.R @@ -1,3 +1,5 @@ +#Copyright © 2016 RTE Réseau de transport d’électricité + #' Add a Slider to a manipulateWidget gadget #' #' @param min diff --git a/R/manipulateWidget.R b/R/manipulateWidget.R index c22b07b..b0d064f 100644 --- a/R/manipulateWidget.R +++ b/R/manipulateWidget.R @@ -1,3 +1,5 @@ +#Copyright © 2016 RTE Réseau de transport d’électricité + #' Add Controls to Interactive Plots #' #' @description diff --git a/R/mwControlsUI.R b/R/mwControlsUI.R index cd6de63..1906d4b 100644 --- a/R/mwControlsUI.R +++ b/R/mwControlsUI.R @@ -1,3 +1,5 @@ +#Copyright © 2016 RTE Réseau de transport d’électricité + #' Generate controls UI of a manipulateWidget gadget #' #' This function can be used if you want to create a custom UI for your gadget diff --git a/R/mwUI.R b/R/mwUI.R index b3e01b5..646e285 100644 --- a/R/mwUI.R +++ b/R/mwUI.R @@ -1,3 +1,5 @@ +#Copyright © 2016 RTE Réseau de transport d’électricité + #' Generate the UI of a manipulateWidget gadget #' #' This function can be used if you desire to create a gadget that has the same diff --git a/R/processOutput.R b/R/processOutput.R index b6cbfa2..f8e7c1f 100644 --- a/R/processOutput.R +++ b/R/processOutput.R @@ -1,3 +1,5 @@ +#Copyright © 2016 RTE Réseau de transport d’électricité + #' Prepare widgets and other types of objects to be displayed in the shiny #' gadget #' @noRd diff --git a/R/zzz.R b/R/zzz.R index e201b0c..55bb315 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -1,3 +1,5 @@ +#Copyright © 2016 RTE Réseau de transport d’électricité + #'@import shiny #'@import miniUI NULL