Type: Package
Package: toro
Title: Interactive & Customisable Maps using the 'MapLibre GL JS'
        Library
Version: 0.1.0
Authors@R: c(
    person(given = "Poppy", family = "Pakinui", email = "poppy@epi.group", role = c("aut", "cre")),
    person(given = "Jocelyn", family = "Qian", email = "jocelyn@epi.group", role = c("ctb")),
    person(given = "Nick", family = "Snellgrove", email = "nick@epi.group", role = c("ctb")),
    person("MapLibre contributors", role = "cph", comment = "MapLibre GL JS library"),
    person("Turf contributors", role = "cph", comment = "turf plugin"),
    person("Mapbox contributors", role = "cph", comment = "mapbox-gl-draw plugin"),
    person("epi", role = c("cph", "fnd")))
Description: Create interactive maps that can keep up with complex visualisations and large datasets,
    with this useful interface to the 'MapLibre GL JS' (<https://maplibre.org/maplibre-gl-js/docs/>)
    library. Users can create maps directly in the console, or as an HTML widget within 'Shiny' web
    applications, and render spatial data quickly with many customisable options (clusters, custom
    icons, map layers, and backgrounds). The goal of the package is to make it easier to interpret
    and explore large spatial datasets within the context of a 'Shiny' dashboard, without having long
    loading times waiting for a map to update with new data.
URL: https://epi-interactive-ltd.github.io/toro/,
        https://github.com/Epi-interactive-Ltd/toro/
BugReports: https://github.com/Epi-interactive-Ltd/toro/issues
License: AGPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.3
Depends: R (>= 4.5.0)
Imports: htmlwidgets, shiny, jsonlite, geojsonsf, base64enc, sf
Suggests: knitr, usethis, rmarkdown, lintr, devtools, dplyr, webshot2,
        mapview, webshot, devtools, spData, testthat (>= 3.0.0)
Config/Needs/website: rmarkdown
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-05-04 23:05:58 UTC; poppy
Author: Poppy Pakinui [aut, cre],
  Jocelyn Qian [ctb],
  Nick Snellgrove [ctb],
  MapLibre contributors [cph] (MapLibre GL JS library),
  Turf contributors [cph] (turf plugin),
  Mapbox contributors [cph] (mapbox-gl-draw plugin),
  epi [cph, fnd]
Maintainer: Poppy Pakinui <poppy@epi.group>
Repository: CRAN
Date/Publication: 2026-05-07 16:40:56 UTC
