Skip to content

Commit

Permalink
make sure shinyBS is loaded so that its js is added to shiny web server
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejiang committed Aug 5, 2016
1 parent acde6b1 commit 5c0cc05
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Version: 0.0.0.9000
Authors@R: person("Mike", "Jiang", email = "[email protected]", role = c("aut", "cre"))
Description: Shiny app for openCyto framework
Depends:
R (>= 3.2.0)
R (>= 3.2.0),
shinyBS
Imports:
flowCore,
flowWorkspace,
openCyto,
shinyjs,
shinyBS,
shiny
License: GPL-2
LazyData: true
Expand Down
3 changes: 0 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@ importFrom(DT,datatable)
importFrom(ggcyto,ggcyto_par_set)
importFrom(ggplot2,autoplot)
importFrom(jsonlite,toJSON)
importFrom(shinyBS,bsButton)
importFrom(shinyBS,bsModal)
importFrom(shinyBS,bsTooltip)
importFrom(shinyjs,hidden)
importFrom(shinysky,busyIndicator)
1 change: 0 additions & 1 deletion R/module_gatingTemplate.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#' @importFrom shinyBS bsButton bsTooltip bsModal
#' @importFrom shinysky busyIndicator
#' @include utils.R module_gatingMethod.R
gatingTemplateUI <- function(id){
Expand Down

0 comments on commit 5c0cc05

Please sign in to comment.