Package: h3o Title: H3 Geospatial Indexing System Version: 0.3.1 Authors@R: c( person("Josiah", "Parry", , "josiah.parry@gmail.com", role = c("aut", "cph"), comment = c(ORCID = "0000-0001-9910-865X")), person("Kenneth", "Vernon", , "kenneth.b.vernon@gmail.com", role = c("cre", "ctb"), comment = c(ORCID = "0000-0003-0098-5092")) ) Description: A dependency free interface to the H3 geospatial indexing system utilizing the Rust library 'h3o' via the 'extendr' library . License: MIT + file LICENSE Encoding: UTF-8 Language: en Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: Cargo (Rust's package manager), rustc >= 1.75 Imports: rlang, stats, vctrs Suggests: sf, wk Config/rextendr/version: 0.4.2 Depends: R (>= 4.2) URL: https://github.com/extendr/h3o, https://extendr.rs/h3o/ BugReports: https://github.com/extendr/h3o/issues Config/pak/sysreqs: libclang-dev Repository: https://extendr.r-universe.dev Date/Publication: 2026-02-22 16:58:46 UTC RemoteUrl: https://github.com/extendr/h3o RemoteRef: HEAD RemoteSha: ce47deb16032242fbf4dca72ad97d8043ebb8e1a NeedsCompilation: yes Packaged: 2026-06-22 10:01:31 UTC; root Author: Josiah Parry [aut, cph] (ORCID: ), Kenneth Vernon [cre, ctb] (ORCID: ) Maintainer: Kenneth Vernon