Skip to content

Commit 35525cf

Browse files
committed
+SpatialData.data
1 parent edf5ce0 commit 35525cf

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Suggests:
5353
testthat
5454
remotes:
5555
HelenaLC/SpatialData
56+
HelenaLC/SpatialData.data
5657
biocViews:
5758
Spatial,
5859
SingleCell,

tests/testthat/test-plotImage.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
require(SpatialData, quietly=TRUE)
2+
require(SpatialData.data, quietly=TRUE)
3+
24
x <- file.path("extdata", "blobs.zarr")
35
x <- system.file(x, package="SpatialData")
46
x <- readSpatialData(x, tables=FALSE)

vignettes/SpatialData.plot.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ library(ggplot2)
2626
library(patchwork)
2727
library(ggnewscale)
2828
library(SpatialData)
29+
library(SpatialData.data)
2930
library(SpatialData.plot)
3031
library(SingleCellExperiment)
3132
```

0 commit comments

Comments
 (0)