Package: chopin Title: Spatial Parallel Computing by Hierarchical Data Partitioning Version: 0.9.9-5 Authors@R: c( person("Insang", "Song", email = "geoissong@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8732-3256")), person("Kyle", "Messier", role = c("aut", "ctb"), comment = c(ORCID = "0000-0001-9508-9623")), person("Alec L.", "Robitaille", role = c("rev"), comment = "Alec reviewed the package version 0.6.3 for rOpenSci, see "), person("Eric R.", "Scott", role = c("rev"), comment = "Eric reviewed the package version 0.6.3 for rOpenSci, see ") ) Description: Geospatial data computation is parallelized by grid, hierarchy, or raster files. Based on 'future' (Bengtsson, 2024 ) and 'mirai' (Gao et al., 2025 ) parallel back-ends, 'terra' (Hijmans et al., 2025 ) and 'sf' (Pebesma et al., 2024 ) functions as well as convenience functions in the package can be distributed over multiple threads. The simplest way of parallelizing generic geospatial computation is to start from par_pad_*() functions to par_grid(), par_hierarchy(), or par_multirasters() functions. Virtually any functions accepting classes in 'terra' or 'sf' packages can be used in the three parallelization functions. A common raster-vector overlay operation is provided as a function extract_at(), which uses 'exactextractr' (Baston, 2023 ), with options for kernel weights for summarizing raster values at vector geometries. Other convenience functions for vector-vector operations including simple areal interpolation (summarize_aw()) and summation of exponentially decaying weights (summarize_sedc()) are also provided. License: MIT + file LICENSE URL: https://docs.ropensci.org/chopin/, https://github.com/ropensci/chopin BugReports: https://github.com/ropensci/chopin/issues Depends: R (>= 4.1) SystemRequirements: netcdf Encoding: UTF-8 LazyData: true LazyDataCompression: xz Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: anticlust, cli, dplyr (>= 1.1.0), exactextractr (>= 0.8.2), future, future.apply, igraph, methods, rlang, sf (>= 1.0-10), sfheaders, stars (>= 0.6-0), terra (>= 1.7-18), mirai (>= 1.3.0), collapse Suggests: covr, devtools, targets, DiagrammeR, future.mirai, knitr, lifecycle, rmarkdown, spatstat.random, testthat (>= 3.0.0), units, withr, dggridR, h3r VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libglpk-dev libxml2-dev libnetcdf-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-04-03 12:01:51 UTC RemoteUrl: https://github.com/ropensci/chopin RemoteRef: main RemoteSha: 352b79f9a7d132f053db106ec064e5145fae4d8d NeedsCompilation: no Packaged: 2026-06-02 09:04:16 UTC; root Author: Insang Song [aut, cre] (ORCID: ), Kyle Messier [aut, ctb] (ORCID: ), Alec L. Robitaille [rev] (Alec reviewed the package version 0.6.3 for rOpenSci, see ), Eric R. Scott [rev] (Eric reviewed the package version 0.6.3 for rOpenSci, see ) Maintainer: Insang Song