Package: h3r Type: Package Title: Hexagonal Hierarchical Geospatial Indexing System Version: 0.1.2 Date: 2024-12-12 Authors@R: c( person("David", "Cooley", ,"dcooley@symbolix.com.au", role = c("aut", "cre")), person("Ray", "Shao", ,"rshao@symbolix.com.au", role = c("aut")) ) Description: Provides access to Uber's 'H3' geospatial indexing system via 'h3lib' . 'h3r' is designed to mimic the 'H3' Application Programming Interface (API) , so that any function in the API is also available in 'h3r'. License: MIT + file LICENSE URL: https://symbolixau.github.io/h3r/ BugReports: https://github.com/symbolixau/h3r/issues Encoding: UTF-8 LazyData: true Depends: h3lib (>= 0.1.4), R (>= 2.10) LinkingTo: h3lib Suggests: sfheaders, tinytest Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Repository: https://symbolixau.r-universe.dev Date/Publication: 2024-12-13 00:03:36 UTC RemoteUrl: https://github.com/symbolixau/h3r RemoteRef: HEAD RemoteSha: 79c2b03b5ce714a833f7181151e47660278ad06f NeedsCompilation: yes Packaged: 2026-06-15 11:23:31 UTC; root Author: David Cooley [aut, cre], Ray Shao [aut] Maintainer: David Cooley