Type: Package Package: duckspatial Title: R Interface to 'DuckDB' Database with Spatial Extension Version: 1.2.1 Authors@R: c( person( "Adrián", "Cidre González", email = "adrian.cidre@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3310-3052") ), person( "Egor", "Kotov", , "kotov.egor@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-6690-5345") ), person( "Rafael H. M.", "Pereira", , "rafa.pereira.br@gmail.com", role = "aut", comment = c(ORCID = "0000-0003-2125-7465") )) Description: Fast and memory-efficient functions to analyze and manipulate large spatial datasets. It leverages the fast analytical capabilities of ‘DuckDB’ and its spatial extension (see ) while maintaining compatibility with R’s spatial data ecosystem to work with spatial vector data. URL: https://cidree.github.io/duckspatial/, https://github.com/Cidree/duckspatial BugReports: https://github.com/Cidree/duckspatial/issues License: GPL (>= 3) Depends: R (>= 4.1.0) Imports: arrow, cli, DBI, dbplyr (>= 2.0.0), dplyr, duckdb (>= 1.5.4.2), geoarrow, glue, jsonlite, lifecycle, nanoarrow, rlang, sf, tibble, tools, units, uuid, withr, wk Suggests: areal, bench, duckdbfs, geojsonsf, ggplot2 (>= 3.3.1), knitr, lwgeom, patchwork, quadkeyr, quarto, rmarkdown, scales, terra, testthat (>= 3.0.0) VignetteBuilder: quarto Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libzstd-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev xz-utils Repository: https://e-kotov.r-universe.dev Date/Publication: 2026-07-04 06:52:53 UTC RemoteUrl: https://github.com/Cidree/duckspatial RemoteRef: HEAD RemoteSha: d33e11df65f174a36356f746158efb9b9625b56c NeedsCompilation: no Packaged: 2026-07-04 09:23:49 UTC; root Author: Adrián Cidre González [aut, cre] (ORCID: ), Egor Kotov [aut] (ORCID: ), Rafael H. M. Pereira [aut] (ORCID: ) Maintainer: Adrián Cidre González