Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mluzvercesi committed Mar 5, 2024
1 parent 42dad83 commit 043249a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ Depends:
SingleCellExperiment
Imports:
bluster,
BiocParallel,
circlize,
ComplexHeatmap (>= 2.12.1),
cowplot,
dplyr,
DT,
ggcorrplot,
ggplot2,
glue,
htmltools,
magick,
magrittr,
Expand All @@ -53,10 +53,9 @@ Imports:
shinyjs,
shinyWidgets,
tidyr,
uwot,
uwot,
viridis
Suggests:
doParallel,
knitr,
rmarkdown,
Seurat
Expand Down
2 changes: 1 addition & 1 deletion inst/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ui <- function(){
### Styling ----
tags$head(
tags$link(rel="shortcut icon", href="www/scX.ico"),
tags$script(glue::glue('document.title = {dataset_name}')),
tags$script(paste0('document.title = {dataset_name}')),
tags$style(
HTML(".tab-content { padding-left: 20px; padding-right: 30px; }")
),
Expand Down

0 comments on commit 043249a

Please sign in to comment.