Package: pmtiles Type: Package Title: R Interface to PMTiles Version: 0.1.2 Date: 2025-11-30 Authors@R: c( person("Kyle", "Walker", email = "kyle@walker-data.com", role = c("aut", "cre")), person("Brandon", "Liu", role = "cph", comment = "go-pmtiles library author"), person("Protomaps LLC", role = "cph", comment = "go-pmtiles library copyright holder") ) Description: Provides R bindings to the PMTiles command-line interface for working with PMTiles archives. PMTiles is a single-file archive format for tiled data that enables efficient cloud-native storage and retrieval of map tiles. This package wraps the go-pmtiles CLI to provide functions for inspecting, extracting, converting, and serving PMTiles archives. License: MIT + file LICENSE Copyright: Includes go-pmtiles library (BSD-3-Clause), see inst/COPYRIGHTS Encoding: UTF-8 SystemRequirements: tippecanoe (optional, for pm_create()) Imports: processx, jsonlite, tools, httpuv, stringi Suggests: mapgl, sf, yyjsonr RoxygenNote: 7.3.2 URL: https://github.com/walkerke/pmtiles BugReports: https://github.com/walkerke/pmtiles/issues Config/pak/sysreqs: make libicu-dev zlib1g-dev Repository: https://walkerke.r-universe.dev Date/Publication: 2025-11-30 18:57:25 UTC RemoteUrl: https://github.com/walkerke/pmtiles RemoteRef: HEAD RemoteSha: 67553858146500fb49f86fb1b7697a8b8cdac7b9 NeedsCompilation: no Packaged: 2026-05-29 06:01:40 UTC; root Author: Kyle Walker [aut, cre], Brandon Liu [cph] (go-pmtiles library author), Protomaps LLC [cph] (go-pmtiles library copyright holder) Maintainer: Kyle Walker Depends: R (>= 4.1.0)