protomapr/DESCRIPTION

31 lines
1,007 B
Text
Raw Normal View History

2026-03-06 15:46:39 +11:00
Package: protomapr
Title: Add Protomaps Layers to Leaflet Maps
Version: 0.1.0
Authors@R: c(
person("Evan", "Morrison", , "evan@p34.au", role = c("aut", "cre")),
person("Brandon", "Liu", role = "cph",
comment = "Author of protomaps-leaflet JavaScript library"))
Description: Provides functions to add Protomaps vector tile layers to leaflet
maps in R. Wraps the 'protomaps-leaflet' JavaScript library by Brandon Liu
<https://protomaps.com/>. Supports PMTiles format, multiple built-in themes
(light, dark, white, grayscale, black), custom paint and label rules, and
various symbolizer types for styling map features.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
leaflet (>= 2.0.0),
htmltools,
htmlwidgets,
jsonlite
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
viridisLite,
RColorBrewer
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://github.com/evmo/protomapr