Skip to content

Commit 4527393

Browse files
committed
0.99.7
1 parent 58722b5 commit 4527393

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: SpatialData.plot
22
Title: SpatialData visualization
33
Depends: R (>= 4.6), spatialdataR
4-
Version: 0.99.6
4+
Version: 0.99.7
55
Description: Visualization suit for 'spatialdataR'. Current functionality
66
includes handling of multiscale 'images', visualizing 'labels', 'points',
77
and 'shapes'. For the latter, POINT, POLYGON, and MULTIPOLYGON geometries
@@ -42,7 +42,6 @@ Suggests:
4242
knitr,
4343
magick,
4444
patchwork,
45-
Rgraphviz,
4645
SpatialData.data,
4746
testthat,
4847
vdiffr,

NAMESPACE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ importFrom(DelayedArray,realize)
1111
importFrom(MatrixGenerics,rowQuantiles)
1212
importFrom(S4Vectors,metadata)
1313
importFrom(SingleCellExperiment,colData)
14-
importFrom(SingleCellExperiment,int_colData)
15-
importFrom(SingleCellExperiment,int_metadata)
1614
importFrom(ggforce,geom_circle)
1715
importFrom(ggplot2,aes)
1816
importFrom(ggplot2,annotate)

inst/NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
changes in version 0.99.7
2+
3+
- added 'scalebar' display
4+
- near-comprehensive unit testing
5+
- default to random label coloring by instance
6+
- multi-scale adjustment (= mapping to physical space)
7+
- address R CMD check notes/warnings toward Bioc submission
8+
- support for 3D (z) and 4D (t) through slicing or max-projection
9+
- drop various code bits in favor of new 'spatialdataR' functionality
10+
111
changes in version 0.99.6
212

313
- renaming of 'SpatialData' classes

tests/testthat/test-plotImage.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
require(ggplot2, quietly=TRUE)
22
require(spatialdataR, quietly=TRUE)
3-
require(SpatialData.data, quietly=TRUE)
43

54
x <- file.path("extdata", "blobs.zarr")
65
x <- system.file(x, package="spatialdataR")

0 commit comments

Comments
 (0)