Package: dggridR Title: Discrete Global Grids Version: 4.1.7 Date: 2026-05-29 Authors@R: c(person("Richard", "Barnes", role = "aut", email = "rijard.barnes@gmail.com"), person("Kevin", "Sahr", role = c("aut", "cph"), email = "sahrk@sou.edu"), person("Sebastian", "Krantz", role = c("ctb", "cre"), email = "sebastian.krantz@graduateinstitute.ch"), person("Gerald", "Evenden", role = "cph"), person("Angus", "Johnson", role = "cph"), person("Frank", "Warmerdam", role = "cph"), person("Even", "Rouault", role = "cph"), person("Lian", "Song", role = "ctb"), person("Edzer", "Pebesma", role = "ctb") ) Description: Spatial analyses involving binning require that every bin have the same area, but this is impossible using a rectangular grid laid over the Earth or over any projection of the Earth. Discrete global grids use hexagons, triangles, and diamonds to overcome this issue, overlaying the Earth with equally-sized bins. This package provides utilities for working with discrete global grids, along with utilities to aid in plotting such data. URL: https://github.com/r-barnes/dggridR/, https://sebkrantz.github.io/dggridR/ BugReports: https://github.com/r-barnes/dggridR/issues License: AGPL (>= 3) Encoding: UTF-8 Language: en-US NeedsCompilation: yes Depends: R (>= 4.1.0) Imports: Rcpp (>= 0.12.12), collapse (>= 1.8.0), sf (>= 1.0), wk (>= 0.9.4) LinkingTo: Rcpp RcppModules: dgfuncs, gridgens, gridstats Suggests: R.rsp, testthat, ggplot2, maps, dplyr VignetteBuilder: R.rsp RoxygenNote: 7.3.3 Config/pak/sysreqs: libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libudunits2-dev Repository: https://fastverse.r-universe.dev Date/Publication: 2026-05-28 18:40:27 UTC RemoteUrl: https://github.com/SebKrantz/dggridR RemoteRef: HEAD RemoteSha: 3676253e86de30e51b941c6d726c62de8928377c Packaged: 2026-06-09 14:03:24 UTC; root Author: Richard Barnes [aut], Kevin Sahr [aut, cph], Sebastian Krantz [ctb, cre], Gerald Evenden [cph], Angus Johnson [cph], Frank Warmerdam [cph], Even Rouault [cph], Lian Song [ctb], Edzer Pebesma [ctb] Maintainer: Sebastian Krantz