Package: s2 Title: Spherical Geometry Operators Using the S2 Geometry Library Version: 1.1.11 Authors@R: c( person(given = "Dewey", family = "Dunnington", role = c("aut"), email = "dewey@fishandwhistle.net", comment = c(ORCID = "0000-0002-9415-4582")), person(given = "Edzer", family = "Pebesma", role = c("aut", "cre"), email = "edzer.pebesma@uni-muenster.de", comment = c(ORCID = "0000-0001-8049-7069")), person("Ege", "Rubak", email="rubak@math.aau.dk", role = c("aut")), person("Jeroen", "Ooms", , "jeroen.ooms@stat.ucla.edu", role = "ctb", comment = "configure script"), person(family = "Google, Inc.", role = "cph", comment = "Original s2geometry.io source code") ) Description: Provides R bindings for Google's s2 library for geometric calculations on the sphere. High-performance constructors and exporters provide high compatibility with existing spatial packages, transformers construct new geometries from existing geometries, predicates provide a means to select geometries based on spatial relationships, and accessors extract information about geometries. License: Apache License (== 2.0) Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) SystemRequirements: cmake, OpenSSL >= 1.0.1, Abseil >= 20230802.0 LinkingTo: Rcpp, wk Imports: Rcpp, wk (>= 0.6.0) Suggests: bit64, testthat (>= 3.0.0), vctrs URL: https://r-spatial.github.io/s2/, https://github.com/r-spatial/s2, https://s2geometry.io/ BugReports: https://github.com/r-spatial/s2/issues Depends: R (>= 3.0.0) Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libabsl-dev cmake libssl-dev Repository: https://r-spatial.r-universe.dev Date/Publication: 2026-06-01 09:36:33 UTC RemoteUrl: https://github.com/r-spatial/s2 RemoteRef: HEAD RemoteSha: 94da6b5d422f5162a7f5bce4b721a8132bc4c573 NeedsCompilation: yes Packaged: 2026-06-24 01:32:54 UTC; root Author: Dewey Dunnington [aut] (ORCID: ), Edzer Pebesma [aut, cre] (ORCID: ), Ege Rubak [aut], Jeroen Ooms [ctb] (configure script), Google, Inc. [cph] (Original s2geometry.io source code) Maintainer: Edzer Pebesma