Skip to content

Commit b213df4

Browse files
committed
I should have written unit tests before the last version bump. Here also make sure that plotLocalResults preserves illegal gene symbols.
1 parent b75a7fa commit b213df4

11 files changed

+346
-32
lines changed

.covrignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
inst/*
2-
R/plot*
2+

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Voyager
22
Type: Package
33
Title: From geospatial to spatial omics
4-
Version: 0.99.6
4+
Version: 0.99.7
55
Authors@R:
66
c(person("Lambda", "Moses", email = "[email protected]",
77
role = c("aut", "cre"),

R/utils.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ rowFeatureData <- function(sfe) {
218218
l[, attribute]
219219
}
220220
})
221-
data.frame(out)
221+
data.frame(out, check.names = FALSE)
222222
}
223223

224224
.get_default_attribute <- function(type) {

tests/testthat/_snaps/plot/moranplot-filled-with-color-by.svg

+8-8
Loading

tests/testthat/_snaps/plot/moranplot-filled.svg

+8-8
Loading

tests/testthat/_snaps/plot/moranplot-not-filled-coldata.svg

+1-1
Loading

0 commit comments

Comments
 (0)