Type: Package
Package: leaflet
Title: Create Interactive Web Maps with the JavaScript 'Leaflet' Library
Version: 2.2.0
Authors@R: c(
    person("Joe", "Cheng", , "joe@posit.co", role = c("aut", "cre")),
    person("Barret", "Schloerke", , "barret@posit.co", role = "aut",
           comment = c(ORCID = "0000-0001-9986-114X")),
    person("Bhaskar", "Karambelkar", role = "aut"),
    person("Yihui", "Xie", role = "aut"),
    person("Hadley", "Wickham", role = "ctb"),
    person("Kenton", "Russell", role = "ctb"),
    person("Kent", "Johnson", role = "ctb"),
    person("Vladimir", "Agafonkin", role = c("ctb", "cph"),
           comment = "Leaflet library"),
    person("CloudMade", role = "cph",
           comment = "Leaflet library"),
    person("Leaflet contributors", role = "ctb",
           comment = "Leaflet library"),
    person("Brandon Copeland", role = c("ctb", "cph"),
           comment = "leaflet-measure plugin"),
    person("Joerg Dietrich", role = c("ctb", "cph"),
           comment = "Leaflet.Terminator plugin"),
    person("Benjamin Becquet", role = c("ctb", "cph"),
           comment = "Leaflet.MagnifyingGlass plugin"),
    person("Norkart AS", role = c("ctb", "cph"),
           comment = "Leaflet.MiniMap plugin"),
    person("L. Voogdt", role = c("ctb", "cph"),
           comment = "Leaflet.awesome-markers plugin"),
    person("Daniel Montague", role = c("ctb", "cph"),
           comment = "Leaflet.EasyButton plugin"),
    person("Kartena AB", role = c("ctb", "cph"),
           comment = "Proj4Leaflet plugin"),
    person("Robert Kajic", role = c("ctb", "cph"),
           comment = "leaflet-locationfilter plugin"),
    person("Mapbox", role = c("ctb", "cph"),
           comment = "leaflet-omnivore plugin"),
    person("Michael Bostock", role = c("ctb", "cph"),
           comment = "topojson"),
    person("Posit Software, PBC", role = c("cph", "fnd"))
  )
Description: Create and customize interactive maps using the 'Leaflet'
    JavaScript library and the 'htmlwidgets' package. These maps can be
    used directly from the R console, from 'RStudio', in Shiny
    applications and R Markdown documents.
License: GPL-3
URL: https://rstudio.github.io/leaflet/,
    https://github.com/rstudio/leaflet
BugReports: https://github.com/rstudio/leaflet/issues
Depends:
    R (>= 3.1.0)
Imports:
    crosstalk,
    htmltools,
    htmlwidgets (>= 1.5.4),
    jquerylib,
    leaflet.providers (>= 1.8.0),
    magrittr,
    methods,
    png,
    raster (>= 3.6.3),
    RColorBrewer,
    scales (>= 1.0.0),
    sp,
    stats,
    viridis (>= 0.5.1),
    xfun
Suggests:
    knitr,
    maps,
    purrr,
    R6,
    RJSONIO,
    s2,
    sf (>= 0.9-6),
    shiny,
    terra,
    testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
