Skip to content

Commit

Permalink
fix NAMESPACE @importFrom methods empty
Browse files Browse the repository at this point in the history
  • Loading branch information
ammichalowski committed Dec 8, 2022
1 parent 3dcc872 commit 756de4e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion R/Sample_Names.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' @param SO Seurat-class object
#'
#' @importFrom methods slotNames
#'#'
#'
#'
#' @export
#' @return A table (data.frame) with the number of cells per each sample name (column names)
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-Metadata_Table.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# load data
seurat.object <-readRDS(test_path("fixtures", "SO_moduleScore.rds"))


# run tests
test_that("reductions are returned", {

Expand Down
2 changes: 0 additions & 2 deletions tests/testthat/test-Name_Clusters_by_Enriched_Cell_Type.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# load data
seurat.object <- readRDS(test_path("fixtures", "SO_moduleScore.rds"))

metadata <- read.csv(test_path("fixtures", "Cell_Metadata.csv"))

identities_match <- read.csv(test_path("fixtures", "ClusterNames_match.csv"))
identities_diff <- read.csv(test_path("fixtures", "ClusterNames_diff.csv"))
identities_oneMore <- read.csv(test_path("fixtures", "ClusterNames_oneMore.csv"))
Expand Down

0 comments on commit 756de4e

Please sign in to comment.