Skip to content

Commit

Permalink
Attempt to resolve a NOTE about missing definition for 'assays<-' and…
Browse files Browse the repository at this point in the history
… similar
  • Loading branch information
Nick-Eagles committed Nov 21, 2024
1 parent b041199 commit b670aed
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Suggests:
rmarkdown,
sessioninfo,
Seurat,
SingleCellExperiment,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Expand All @@ -56,6 +55,7 @@ Imports:
readr,
rjson,
S4Vectors,
SingleCellExperiment,
spatialLIBD (>= 1.17.8),
stringr,
SummarizedExperiment,
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ importFrom(BiocBaseUtils,checkInstalled)
importFrom(BiocGenerics,cbind)
importFrom(Matrix,Matrix)
importFrom(S4Vectors,DataFrame)
importFrom(SingleCellExperiment,"reducedDims<-")
importFrom(SingleCellExperiment,reducedDims)
importFrom(SummarizedExperiment,"assays<-")
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
Expand Down
2 changes: 2 additions & 0 deletions R/merge_overlapping.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#' @importFrom tibble rownames_to_column
#' @importFrom Matrix Matrix
#' @importFrom BiocGenerics cbind
#' @importFrom SummarizedExperiment assays<-
#' @importFrom SingleCellExperiment reducedDims reducedDims<-
#' @export
#' @author Nicholas J. Eagles
#'
Expand Down
10 changes: 5 additions & 5 deletions man/merge_overlapping.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b670aed

Please sign in to comment.