Skip to content

Commit

Permalink
add copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
jalazawa committed Oct 6, 2016
1 parent 7e51931 commit d589b4d
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 3 deletions.
8 changes: 5 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -13,6 +15,6 @@ Imports:
shiny,
miniUI,
htmltools
License: rte
License: GPL (>= 2) + file LICENSE
LazyData: TRUE
RoxygenNote: 5.0.1
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
COPYRIGHT HOLDER: RTE Réseau de transport d’électricité
2 changes: 2 additions & 0 deletions R/combineWidgets.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions R/controls.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#Copyright © 2016 RTE Réseau de transport d’électricité

#' Add a Slider to a manipulateWidget gadget
#'
#' @param min
Expand Down
2 changes: 2 additions & 0 deletions R/manipulateWidget.R
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
Expand Down
2 changes: 2 additions & 0 deletions R/mwControlsUI.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions R/mwUI.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions R/processOutput.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions R/zzz.R
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

0 comments on commit d589b4d

Please sign in to comment.