Type: Package Package: duckspatial Title: R Interface to 'DuckDB' Database with Spatial Extension Version: 1.1.2 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 & memory-efficient functions to analyze and manipulate large spatial data data sets. 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.1), geoarrow, glue, jsonlite, lifecycle, nanoarrow, rlang, sf, tibble, tools, units, uuid, withr, wk Suggests: areal, bench, duckdbfs, 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-06-21 17:04:26 UTC RemoteUrl: https://github.com/Cidree/duckspatial RemoteRef: HEAD RemoteSha: 46f3fad52edc51fa21f86258ec760e2d3cea463a NeedsCompilation: no Packaged: 2026-06-21 17:36:11 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