Package: freestiler
Title: Create Vector Tiles from Spatial Data
Version: 0.1.6
Date: 2026-04-13
Authors@R: c(
    person("Kyle", "Walker", , "kyle@walker-data.com", role = c("aut", "cre"))
  )
Description: Create vector tile archives in 'PMTiles' format from 'sf' spatial
    data frames. Supports 'Mapbox Vector Tile' ('MVT') and 'MapLibre Tile'
    ('MLT') output formats. Uses a 'Rust' backend via 'extendr' for fast,
    in-memory tiling with zero external system dependencies.
License: MIT + file LICENSE
URL: https://walker-data.com/freestiler/,
        https://github.com/walkerke/freestiler/
BugReports: https://github.com/walkerke/freestiler/issues
Encoding: UTF-8
RoxygenNote: 7.3.3
Imports: sf
Suggests: arrow, DBI, duckdb, httpuv, jsonlite, mapgl, testthat (>=
        3.0.0), withr
Config/testthat/edition: 3
Config/rextendr/version: 0.4.2.9000
SystemRequirements: Cargo (Rust's package manager), rustc >= 1.70
Depends: R (>= 4.2)
NeedsCompilation: yes
Packaged: 2026-04-14 14:46:38 UTC; kylewalker
Author: Kyle Walker [aut, cre]
Maintainer: Kyle Walker <kyle@walker-data.com>
Repository: CRAN
Date/Publication: 2026-04-21 10:52:20 UTC
Built: R 4.5.3; x86_64-w64-mingw32; 2026-04-25 18:53:11 UTC; windows
Archs: x64
