Package: starsTileServer Title: A Dynamic Tile Server for R Version: 0.1.1 Authors@R: person(given = "Bart", family = "Kranstauber", role = c("aut", "cre"), email = "b.kranstauber@uva.nl", comment = c(ORCID = "0000-0001-8303-780X")) Description: Makes it possible to serve map tiles for web maps (e.g. leaflet) based on a function or a stars object without having to render them in advance. This enables parallelization of the rendering, separating the data source and visualization location and to provide web services. License: GPL-3 Encoding: UTF-8 RoxygenNote: 7.2.3 URL: https://bartk.gitlab.io/starsTileServer, https://gitlab.com/bartk/starsTileServer BugReports: https://gitlab.com/bartk/starsTileServer/-/issues Suggests: knitr, rmarkdown, leaflet.extras, webshot, mapview, callr, magick, shiny, dplyr, magrittr, abind, testthat (>= 3.0.0), withr VignetteBuilder: knitr Imports: R6, leaflet, plumber, png, rlang, sf, stars, units, assertthat Config/testthat/edition: 3 Config/testthat/parallel: true Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev make libicu-dev libpng-dev libsodium-dev libuv1-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev zlib1g-dev Repository: https://bart1.r-universe.dev Date/Publication: 2023-06-16 08:52:21 UTC RemoteUrl: https://gitlab.com/bartk/starstileserver RemoteRef: HEAD RemoteSha: 40d0e95cf15181cdaf0d55409ce578e14486bfb2 NeedsCompilation: no Packaged: 2026-06-09 06:40:29 UTC; root Author: Bart Kranstauber [aut, cre] (ORCID: ) Maintainer: Bart Kranstauber