Skip to content

Commit

Permalink
Fix some dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiez committed Nov 9, 2023
1 parent 04eea7c commit 7c353d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ export(sample_cells)
export(sort_features)
export(top_deg)
import(Biobase, except = combine)
import(Matrix)
import(SeuratObject)
import(SingleCellExperiment)
import(SummarizedExperiment, except = Assays)
Expand All @@ -155,6 +154,8 @@ import(tibble)
import(tidyr)
importFrom(ComplexHeatmap,Heatmap)
importFrom(ComplexHeatmap,columnAnnotation)
importFrom(GenomeInfoDb,standardChromosomes)
importFrom(Matrix,t)
importFrom(Seurat,FindClusters)
importFrom(Seurat,FindNeighbors)
importFrom(Seurat,FindVariableFeatures)
Expand Down
4 changes: 3 additions & 1 deletion R/scmisc-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
#' @import tibble dplyr tidyr ggplot2 SingleCellExperiment SeuratObject Matrix
#' @import tibble dplyr tidyr ggplot2 SingleCellExperiment SeuratObject
#' @importFrom Matrix t
#' @importFrom GenomeInfoDb standardChromosomes
#' @importFrom readr read_tsv
#' @importFrom forcats fct_inseq
#' @importFrom patchwork wrap_plots plot_layout
Expand Down

0 comments on commit 7c353d8

Please sign in to comment.