Skip to content

Commit e37d8c0

Browse files
committed
more updates
1 parent b6b1cdd commit e37d8c0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

DESCRIPTION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Imports:
7373
utils
7474
Suggests:
7575
blob,
76+
nanoarrow,
7677
covr,
7778
dplyr (>= 0.8-3),
7879
ggplot2,
@@ -107,6 +108,7 @@ Suggests:
107108
tmap (>= 2.0),
108109
vctrs,
109110
wk
111+
Remotes: paleolimbot/arrow-nanoarrow@r-pkg-conversions
110112
LinkingTo:
111113
Rcpp
112114
VignetteBuilder:

R/read.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ st_read.character = function(dsn, layer, ..., query = NA, options = NULL, quiet
267267

268268
if (use_stream) {
269269
stream = nanoarrow::nanoarrow_allocate_array_stream()
270-
info <- CPL_read_gdal_stream(stream, dsn, layer, query, as.character(options), quiet,
270+
info = CPL_read_gdal_stream(stream, dsn, layer, query, as.character(options), quiet,
271271
drivers, wkt_filter, dsn_exists, dsn_isdb, getOption("width"))
272272
process_cpl_read_ogr_stream(stream, crs = info[[1]], num_features = info[[2]], ...)
273273
} else {

0 commit comments

Comments
 (0)