-
Notifications
You must be signed in to change notification settings - Fork 506
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged origin/main into johnbaums-patch-1
- Loading branch information
Showing
46 changed files
with
21,533 additions
and
34,986 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,4 @@ | |
^cran-comments\.md$ | ||
^revdep$ | ||
^\.github$ | ||
^CRAN-SUBMISSION$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,84 @@ | ||
Package: leaflet | ||
Type: Package | ||
Package: leaflet | ||
Title: Create Interactive Web Maps with the JavaScript 'Leaflet' Library | ||
Version: 2.1.2.9000 | ||
Version: 2.2.0.9000 | ||
Authors@R: c( | ||
person("Joe", "Cheng", email = "[email protected]", role = c("aut", "cre")), | ||
person("Barret", "Schloerke", role = c("aut")), | ||
person("Bhaskar", "Karambelkar", role = c("aut")), | ||
person("Yihui", "Xie", role = c("aut")), | ||
person("Hadley", "Wickham", role = c("ctb")), | ||
person("Kenton", "Russell", role = c("ctb")), | ||
person("Kent", "Johnson", role = c("ctb")), | ||
person("Vladimir", "Agafonkin", role = c("ctb", "cph"), comment = "Leaflet library"), | ||
person("CloudMade", role = c("cph"), comment = "Leaflet library"), | ||
person("Leaflet contributors", role = c("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("RStudio", role = c("cph")) | ||
) | ||
person("Joe", "Cheng", , "[email protected]", role = c("aut", "cre")), | ||
person("Barret", "Schloerke", , "[email protected]", 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. | ||
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/ | ||
URL: https://rstudio.github.io/leaflet/, | ||
https://github.com/rstudio/leaflet | ||
BugReports: https://github.com/rstudio/leaflet/issues | ||
Depends: R (>= 3.1.0) | ||
Depends: | ||
R (>= 3.1.0) | ||
Imports: | ||
xfun, | ||
crosstalk, | ||
htmlwidgets (>= 1.5.4), | ||
htmltools, | ||
htmlwidgets (>= 1.5.4), | ||
jquerylib, | ||
leaflet.providers (>= 1.13.0.9001), | ||
magrittr, | ||
methods, | ||
png, | ||
RColorBrewer, | ||
raster (>= 3.6.3), | ||
RColorBrewer, | ||
scales (>= 1.0.0), | ||
sp, | ||
stats, | ||
viridis (>= 0.5.1), | ||
leaflet.providers (>= 1.8.0) | ||
xfun | ||
Suggests: | ||
knitr, | ||
maps, | ||
sf (>= 0.9-6), | ||
shiny, | ||
purrr, | ||
R6, | ||
RJSONIO, | ||
purrr, | ||
testthat (>= 3.0.0), | ||
s2, | ||
terra | ||
RoxygenNote: 7.2.3 | ||
sf (>= 0.9-6), | ||
shiny, | ||
terra, | ||
testthat (>= 3.0.0) | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Config/testthat/edition: 3 | ||
Remotes: | ||
rstudio/leaflet.providers | ||
RoxygenNote: 7.2.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.