-
Notifications
You must be signed in to change notification settings - Fork 32
/
DESCRIPTION
45 lines (45 loc) · 1.44 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
Package: leafgl
Title: High-Performance 'WebGl' Rendering for Package 'leaflet'
Version: 0.2.2
Authors@R:
c(person(given = "Tim",
family = "Appelhans",
role = c("cre", "aut", "cph"),
email = "[email protected]"),
person(given = "Colin",
family = "Fay",
role = "ctb",
email = "[email protected]",
comment = structure("0000-0001-7343-1846", .Names = "ORCID")),
person(given = "Robert",
family = "Plummer",
role = "ctb",
comment = "Leaflet.glify plugin"),
person(given = "Kent",
family = "Johnson",
role = "ctb",
email = "[email protected]"),
person(given = "Sebastian",
family = "Gatscha",
role = "ctb",
email = "[email protected]"),
person(given = "Olivier",
family = "Roy",
role = "ctb"))
Description: Provides bindings to the 'Leaflet.glify' JavaScript library which extends the 'leaflet' JavaScript library to render large data in the browser using 'WebGl'.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports:
geojsonsf,
htmltools,
jsonify,
leaflet,
sf,
grDevices
Suggests:
colourvalues,
shiny,
testthat (>= 2.1.0)
URL: https://github.com/r-spatial/leafgl, https://r-spatial.github.io/leafgl/
BugReports: https://github.com/r-spatial/leafgl/issues