Skip to content

Commit

Permalink
[FIX] - dependencies for experiments()
Browse files Browse the repository at this point in the history
  • Loading branch information
leopoldguyot committed Jul 16, 2024
1 parent 80395e4 commit db6d9ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Imports:
shinycssloaders,
shinyFeedback,
viridisLite,
stats
stats,
SingleCellExperiment
Depends:
shinyBS,
R (>= 4.3.0)
Expand Down
3 changes: 1 addition & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Generated by roxygen2: do not edit by hand

export(importQFeatures)
import(MultiAssayExperiment)
import(SingleCellExperiment)
import(SummarizedExperiment)
importFrom(DT,dataTableOutput)
importFrom(DT,datatable)
importFrom(DT,renderDataTable)
importFrom(MultiAssayExperiment,ExperimentList)
importFrom(MultiAssayExperiment,experiments)
importFrom(MultiAssayExperiment,getWithColData)
importFrom(QFeatures,QFeatures)
importFrom(QFeatures,addAssayLink)
Expand Down
2 changes: 1 addition & 1 deletion R/server_module_box_readQFeatures.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#' @importFrom methods as
#' @import SingleCellExperiment
#' @import SummarizedExperiment
#' @importFrom MultiAssayExperiment ExperimentList experiments
#' @import MultiAssayExperiment
#'
box_readqfeatures_server <- function(id, input_table, sample_table) {
stopifnot(is.reactive(input_table))
Expand Down

0 comments on commit db6d9ba

Please sign in to comment.