Package: geoarrow Title: Extension Types for Spatial Data for Use with 'Arrow' Version: 0.4.3 Authors@R: c( person(given = "Dewey", family = "Dunnington", role = c("aut", "cre"), email = "dewey@dunnington.ca", comment = c(ORCID = "0000-0002-9415-4582")), person(given = "Anthony", family = "North", email = "anthony.jl.north@gmail.com", role = c("ctb")), person("Apache Software Foundation", email = "dev@arrow.apache.org", role = c("cph")), person("Ulf", "Adams", role = "cph"), person("Daniel", "Lemire", role = "cph"), person("Joao Paulo", "Magalhaes", role = "cph") ) Description: Provides extension types and conversions to between R-native object types and 'Arrow' columnar types. This includes integration among the 'arrow', 'nanoarrow', 'sf', and 'wk' packages such that spatial metadata is preserved wherever possible. Extension type implementations ensure first-class geometry data type support in the 'arrow' and 'nanoarrow' packages. License: Apache License (>= 2) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: nanoarrow (>= 0.5.0), wk (>= 0.9.0) LinkingTo: wk Config/testthat/edition: 3 URL: https://geoarrow.org/geoarrow-r/, https://github.com/geoarrow/geoarrow-r BugReports: https://github.com/geoarrow/geoarrow-r/issues Depends: R (>= 3.6.0) Suggests: arrow, R6, sf, testthat (>= 3.0.0) SystemRequirements: C++17 Config/pak/sysreqs: libzstd-dev Repository: https://r-multiverse-staging.r-universe.dev Date/Publication: 2026-06-04 02:52:41 UTC RemoteUrl: https://github.com/geoarrow/geoarrow-r RemoteRef: v0.4.3 RemoteSha: 9c305a06f6bd68f6f0d3565cb8971bcedb04a579 NeedsCompilation: yes Packaged: 2026-06-24 00:09:04 UTC; root Author: Dewey Dunnington [aut, cre] (ORCID: ), Anthony North [ctb], Apache Software Foundation [cph], Ulf Adams [cph], Daniel Lemire [cph], Joao Paulo Magalhaes [cph] Maintainer: Dewey Dunnington