Type: Package
Package: duckspatial
Title: R Interface to 'DuckDB' Database with Spatial Extension
Version: 0.9.0
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(
        "Rafael H. M.", "Pereira", , 
        "rafa.pereira.br@gmail.com", 
        role = "aut",
        comment = c(ORCID = "0000-0003-2125-7465")
    ),
    person(
        "Egor", "Kotov", , 
        "kotov.egor@gmail.com", 
        role = "aut",
        comment = c(ORCID = "0000-0001-6690-5345")
    ))
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 <https://duckdb.org/docs/stable/core_extensions/spatial/overview>) 
             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, duckdb, geoarrow, DBI, glue, sf, wk, uuid, rlang,
        lifecycle
Suggests: areal, bench, dplyr, ggplot2 (>= 3.3.1), knitr, lwgeom,
        quadkeyr, rmarkdown, terra, testthat (>= 3.0.0)
VignetteBuilder: knitr
RoxygenNote: 7.3.3
Config/testthat/edition: 3
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2026-01-10 07:32:39 UTC; Cidre
Author: Adrián Cidre González [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-3310-3052>),
  Rafael H. M. Pereira [aut] (ORCID:
    <https://orcid.org/0000-0003-2125-7465>),
  Egor Kotov [aut] (ORCID: <https://orcid.org/0000-0001-6690-5345>)
Maintainer: Adrián Cidre González <adrian.cidre@gmail.com>
Repository: CRAN
Date/Publication: 2026-01-10 15:00:07 UTC
Built: R 4.6.0; ; 2026-01-24 04:23:46 UTC; windows
