-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
48 lines (47 loc) · 1.32 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: spatialwidget
Type: Package
Title: Formats Spatial Data for Use in Htmlwidgets
Version: 0.2.6
Date: 2024-05-21
Authors@R: c(
person("David", "Cooley", ,"[email protected]", role = c("aut", "cre"))
)
Description: Many packages use 'htmlwidgets' <https://CRAN.R-project.org/package=htmlwidgets>
for interactive plotting of spatial data.
This package provides functions for converting R objects, such as simple features,
into structures suitable for use in 'htmlwidgets' mapping libraries.
URL: https://symbolixau.github.io/spatialwidget/articles/spatialwidget.html
License: MIT + file LICENSE
Depends: R (>= 4.0.0)
Encoding: UTF-8
LazyData: true
Imports:
Rcpp
LinkingTo:
BH (>= 1.84.0),
colourvalues (>= 0.3.9),
geojsonsf (>= 2.0.4),
geometries (>= 0.2.4),
interleave (>= 0.1.2),
jsonify (>= 1.2.3),
rapidjsonr,
Rcpp (>= 1.0.10),
sfheaders (>= 0.4.4)
RoxygenNote: 7.3.1
Suggests:
colourvalues,
covr,
geojsonsf,
jsonify,
sfheaders,
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
remotes:
https://github.com/SymbolixAU/rapidjsonr,
https://github.com/SymbolixAU/jsonify,
https://github.com/SymbolixAU/geojsonsf,
https://github.com/dcooley/geometries,
https://github.com/dcooley/interleave,
https://github.com/dcooley/sfheaders