Skip to content

Commit f6838fc

Browse files
authored
remove geoarrow (#204)
Former-commit-id: 9c0df049157f9eebfffeac8f7247bca7c2412c55 Former-commit-id: ad68e007f8a5d4787a52f014ba5e252547050170
1 parent 35a9a8d commit f6838fc

5 files changed

Lines changed: 2 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ Imports:
5959
dplyr,
6060
duckspatial,
6161
EBImage,
62-
geoarrow,
6362
graph,
6463
Matrix,
6564
methods,

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ exportMethods(tableNames)
112112
exportMethods(tables)
113113
exportMethods(transform)
114114
exportMethods(translation)
115-
import(geoarrow)
116115
importFrom(BiocGenerics,as.data.frame)
117116
importFrom(BiocGenerics,colnames)
118117
importFrom(BiocGenerics,combine)

R/read.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ readPoint <- function(x, ...) {
9090
#' @rdname readSpatialData
9191
#' @importFrom Rarr read_zarr_attributes
9292
#' @importFrom duckspatial ddbs_open_dataset
93-
#' @import geoarrow
9493
#' @export
9594
readShape <- function(x, ...) {
9695
md <- read_zarr_attributes(x)

R/tables.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ setMethod("getTable", c("SpatialData", "character"), \(x, i, j, assay=1, drop=TR
149149
#' @export
150150
setMethod("setTable", c("SpatialData", "ANY"), \(x, i, ..., name=NULL, rk="rk", ik="ik") .invalid_i())
151151

152+
# TODO: should this comment be removed ?
152153
# it seems pull below dispatches to arrow, and a warning on as_vector was being produced
153154
#' @rdname table-utils
154155
#' @importFrom methods as

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For more details on the framework, see [Marconato et al. (2024)](https://doi.org
1717
## Key features
1818

1919
- Out-of-memory handling of images and labels using `ZarrArray` (via the [Rarr](https://bioconductor.org/packages/Rarr) package).
20-
- Points and shapes are managed using [arrow](https://cran.r-project.org/package=arrow) or [duckdb](https://cran.r-project.org/package=duckdb)-backed tables.
20+
- Points and shapes are managed using [duckdb](https://cran.r-project.org/package=duckdb)-backed tables.
2121
- Functional annotations (e.g., gene expression) are represented as `SingleCellExperiment` objects, integrated via [anndataR](https://bioconductor.org/packages/anndataR).
2222
- A system for mapping data across multiple coordinate spaces, including support for transformation graphs.
2323

0 commit comments

Comments
 (0)