Type: Package
Package: leaflet.providers
Title: Leaflet Providers
Version: 2.0.0
Authors@R: c(
    person("Leslie", "Huang", , "lesliehuang@nyu.edu", role = "aut"),
    person("Barret", "Schloerke", , "barret@posit.co", role = c("ctb", "cre"),
           comment = c(ORCID = "0000-0001-9986-114X")),
    person("Leaflet Providers contributors", role = c("ctb", "cph"),
           comment = "Leaflet Providers plugin"),
    person("Posit Software, PBC", role = c("cph", "fnd"))
  )
Description: Contains third-party map tile provider information from
    'Leaflet.js', <https://github.com/leaflet-extras/leaflet-providers>,
    to be used with the 'leaflet' R package. Additionally,
    'leaflet.providers' enables users to retrieve up-to-date provider
    information between package updates.
License: BSD_2_clause + file LICENSE
URL: https://rstudio.github.io/leaflet.providers/,
    https://github.com/rstudio/leaflet.providers
BugReports: https://github.com/rstudio/leaflet.providers/issues
Depends:
    R (>= 2.10)
Imports: 
    htmltools
Suggests:
    jsonlite,
    testthat (>= 3.0.0),
    V8
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Collate:
    'providers_data.R'
    'get_current_providers.R'
    'leaflet.providers-package.R'
    'zzz.R'
