Skip to content

Commit c8a2dc3

Browse files
committed
SpatialData -> spatialdataR
1 parent 9324e77 commit c8a2dc3

17 files changed

Lines changed: 25 additions & 42 deletions

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: SpatialData.plot
22
Title: SpatialData visualization
3-
Depends: R (>= 4.6), SpatialData
3+
Depends: R (>= 4.6), spatialdataR
44
Version: 0.99.6
5-
Description: Visualization suit for 'SpatialData' (R). Current functionality
5+
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
88
are supported. For all but 'images', there is support to pass information
@@ -49,7 +49,7 @@ Suggests:
4949
testthat,
5050
vdiffr
5151
Remotes:
52-
HelenaLC/SpatialData,
52+
HelenaLC/spatialdataR,
5353
HelenaLC/SpatialData.data
5454
biocViews:
5555
Spatial,

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exportMethods(plotImage)
55
exportMethods(plotLabel)
66
exportMethods(plotPoint)
77
exportMethods(plotShape)
8-
import(SpatialData)
8+
import(spatialdataR)
99
importFrom(DelayedArray,realize)
1010
importFrom(MatrixGenerics,rowQuantiles)
1111
importFrom(S4Vectors,metadata)

R/data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
#'
99
#' @examples
1010
#' x <- file.path("extdata", "blobs.zarr")
11-
#' x <- system.file(x, package="SpatialData")
11+
#' x <- system.file(x, package="spatialdataR")
1212
#' (x <- readSpatialData(x))
1313
NULL

R/plotFrame.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#'
1111
#' @examples
1212
#' x <- file.path("extdata", "blobs.zarr")
13-
#' x <- system.file(x, package="SpatialData")
13+
#' x <- system.file(x, package="spatialdataR")
1414
#' x <- readSpatialData(x)
1515
#'
1616
#' # shapes

R/plotImage.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#'
2424
#' @examples
2525
#' x <- file.path("extdata", "blobs.zarr")
26-
#' x <- system.file(x, package="SpatialData")
26+
#' x <- system.file(x, package="spatialdataR")
2727
#' x <- readSpatialData(x, tables=FALSE)
2828
#'
2929
#' ms <- lapply(seq(3), \(.)
@@ -39,7 +39,7 @@
3939
#' cl <- rep(list(c(0, 1/3)), 3)
4040
#' plotSpatialData() + plotImage(x, k=1, c=cmy, cl=cl)
4141
#'
42-
#' @import SpatialData
42+
#' @import spatialdataR
4343
NULL
4444

4545
.check_cl <- \(cl, d) {

R/plotLabel.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#' @param nan character string; color for missing values (hidden by default).
1919
#'
2020
#' @examples
21-
#' x <- system.file("extdata", "blobs.zarr", package="SpatialData")
21+
#' x <- system.file("extdata", "blobs.zarr", package="spatialdataR")
2222
#' x <- readSpatialData(x)
2323
#'
2424
#' i <- "blobs_labels"

inst/tests/testthat.R

Lines changed: 0 additions & 17 deletions
This file was deleted.

man/blobs.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/plotFrame.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/plotImage.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)