Package: csquares Title: Concise Spatial Query and Representation System (c-Squares) Version: 0.1.0.0001 Authors@R: person("Pepijn", "de Vries", role = c("aut", "cre"), email = "pepijn.devries@outlook.com", comment = c(ORCID = "0000-0002-7961-6646")) Author: Pepijn de Vries [aut, cre] (0000-0002-7961-6646) Description: Encode and decode c-squares, from and to simple feature (sf) or spatiotemporal arrays (stars) objects. Use c-squares codes to quickly join or query spatial data. Imports: dplyr, methods, purrr, rlang, sf, stars, stringr, tidyr, tidyselect, vctrs Suggests: curl, DiagrammeR, DiagrammeRsvg, ggplot2, htmltools, knitr, lifecycle, rmarkdown, rnaturalearth, rnaturalearthdata, testthat (>= 3.0.0), xml2 License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Depends: R (>= 4.1.0) LazyData: true Collate: 'helpers.R' 'as_csquares.R' 'as_stars.R' 'csquares-package.R' 'csquares_methods.R' 'drop.R' 'expand.R' 'ices.R' 'in.R' 'init.R' 'joins_tidy.R' 'new_csquares.R' 'orca.R' 'resample.R' 'tidyverse.R' 'st_as_sf.R' 'validate.R' 'vctrs.R' Config/testthat/edition: 3 URL: https://pepijn-devries.github.io/csquares/, https://github.com/pepijn-devries/csquares/ BugReports: https://github.com/pepijn-devries/csquares/issues VignetteBuilder: knitr Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://pepijn-devries.r-universe.dev Date/Publication: 2026-01-22 14:47:00 UTC RemoteUrl: https://github.com/pepijn-devries/csquares RemoteRef: main RemoteSha: b11b031d8aee76917450c25ee03edef57d577ae8 NeedsCompilation: no Packaged: 2026-06-21 06:52:50 UTC; root Maintainer: Pepijn de Vries