Skip to content

Commit

Permalink
more precise statement for importing from shinyBS
Browse files Browse the repository at this point in the history
  • Loading branch information
federicomarini committed Jun 5, 2024
1 parent 224bbf1 commit dc5bd4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export(returnSelectedDeconvolutions)
export(selectGenesByScore)
import(omnideconv)
import(shiny, except = c(renderDataTable, dataTableOutput))
import(shinyBS)
importFrom(BioQC,entropySpecificity)
importFrom(BioQC,gini)
importFrom(ComplexHeatmap,Heatmap)
Expand Down Expand Up @@ -86,6 +85,7 @@ importFrom(rintrojs,introjsUI)
importFrom(rintrojs,readCallback)
importFrom(rlang,.data)
importFrom(shiny,addResourcePath)
importFrom(shinyBS,bsPopover)
importFrom(shinycssloaders,withSpinner)
importFrom(shinydashboard,box)
importFrom(shinydashboard,dashboardBody)
Expand Down
2 changes: 1 addition & 1 deletion R/DeconvExplorer-pkg.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#' @importFrom corrplot corrplot
#' @importFrom SummarizedExperiment assays
#' @importFrom BioQC entropySpecificity gini
#' @import shinyBS
#' @importFrom shinyBS bsPopover
#'
#' @name DeconvExplorer-pkg
#' @docType package
Expand Down

0 comments on commit dc5bd4e

Please sign in to comment.