Package: h3lib
Type: Package
Title: Exposes the 'Uber' 'H3' Library to R Packages
Version: 0.1.5
Date: 2025-08-17
Authors@R: c(
person("David", "Cooley", ,"dcooley@symbolix.com.au", role = c("aut", "cre")),
person("Ray", "Shao", ,"rshao@symbolix.com.au", role = c("ctb"))
)
Description: 'H3' is a hexagonal hierarchical spatial index developed
by 'Uber' . This package exposes the source
code of 'H3' (written in 'C') to routines that are callable
through 'R'.
URL: https://github.com/symbolixau/h3lib
BugReports: https://github.com/symbolixau/h3lib/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: tinytest
Depends: R (>= 3.0.0)
Repository: https://symbolixau.r-universe.dev
Date/Publication: 2025-08-18 11:16:05 UTC
RemoteUrl: https://github.com/symbolixau/h3lib
RemoteRef: HEAD
RemoteSha: bf6ed516e192bc5d804353d426ce819c4554bae7
NeedsCompilation: yes
Packaged: 2026-06-24 05:02:01 UTC; root
Author: David Cooley [aut, cre],
Ray Shao [ctb]
Maintainer: David Cooley