Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromiguelm committed Mar 14, 2023
1 parent 698ee35 commit fd44cd3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions dev/requirements.R
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ autoscan.pkgs <- function() {
## Install basic shiny packages
##---------------------------------------------------------------------

base.pkg = c("shiny","flexdashboard","shinydashboard",
"shinydashboardPlus",'R.utils','shinythemes')
base.pkg = c("shiny","flexdashboard","shinydashboard", "shinyBS","systemfonts","shinyjs",
"shinydashboardPlus",'R.utils','shinythemes',"shinybusy","shinycssloaders",
"shinyWidgets")
install.pkgs(base.pkg, force=FALSE)

##---------------------------------------------------------------------
Expand All @@ -124,10 +125,10 @@ pkg.used <- unique(renv.out$Package)
## check if they are actually used or needed.
pkg.extra <- c(
"BioBase","SingleCellExperiment","preprocessCore",
"liger","monocle3","bsutils","reshape",
"liger","monocle3","bsutils","reshape","waiter","sever",
"RSpectra","SmartSVA","SILGGM","flashClust",
"TCGAbiolinks","TCGAutils","GEOmetadb",
'wordcloud2', 'optparse', 'docopt',
"TCGAbiolinks","TCGAutils","GEOmetadb","Rtsne",
'wordcloud2', 'optparse', 'docopt',"DT","plotly",
'kableExtra', 'shinythemes', 'rworldmap',
"HiddenMarkov","coin","rjags","argparse",
"RcppParallel", "KEGGgraph",
Expand Down

0 comments on commit fd44cd3

Please sign in to comment.