-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
32 lines (32 loc) · 978 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: h3jsr
Type: Package
Title: Access Uber's H3 Library
Version: 1.3.1
Date: 2023-01-21
Authors@R: person("Lauren", "O'Brien", email = "[email protected]", role = c('aut', 'cre'), comment = c(ORCID = "0000-0002-7336-2171"))
Description: Provides access to Uber's H3 library for geospatial indexing via its JavaScript transpile 'h3-js' <https://github.com/uber/h3-js> and 'V8' <https://github.com/jeroen/v8>.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10)
SystemRequirements:
V8 engine version 6+ is needed for modern JS and WASM support. On Debian / Ubuntu install either libv8-dev or libnode-dev, on Fedora use v8-devel.
Imports:
geojsonsf,
methods,
sf,
tidyr,
utils,
V8 (>= 4.0.0)
Suggests:
covr,
dplyr,
ggplot2,
knitr,
rmarkdown,
testthat
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://obrl-soil.github.io/h3jsr/
BugReports: https://github.com/obrl-soil/h3jsr/issues