-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 908 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 908 Bytes
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
Package: mapboxer
Title: An R Interface to 'Mapbox GL JS'
Version: 0.4.2
Date: 2021-11-11
Authors@R: person("Stefan", "Kuethe", email = "crazycapivara@gmail.com", role = c("aut", "cre"))
Maintainer: Stefan Kuethe <crazycapivara@gmail.com>
Description: Makes 'Mapbox GL JS' <https://docs.mapbox.com/mapbox-gl-js/api/>,
an open source JavaScript library that uses WebGL to render interactive maps,
available within R via the 'htmlwidgets' package. Visualizations can be used from the R console,
in R Markdown documents and in Shiny apps.
License: MIT + file LICENSE
Depends: R (>= 2.10)
Imports:
magrittr,
htmlwidgets,
htmltools,
yaml,
purrr,
geojsonsf,
methods
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests:
knitr,
rmarkdown,
shiny
VignetteBuilder: knitr
URL: https://github.com/crazycapivara/mapboxer
BugReports: https://github.com/crazycapivara/mapboxer/issues