Skip to content

Commit e481e28

Browse files
authored
v2.2.3 (#960)
* Increment version number to 2.2.3 * chore: polish news * chore: update maintainer * chore: document * chore: fix cran check issues * fix(articles): building projections article * chore: revdepcheck * chore: update CRAN comments * ci: check on ubuntu-latest * chore: use my posit email * `devtools::document()` (GitHub Actions) --------- Co-authored-by: gadenbuie <gadenbuie@users.noreply.github.com>
1 parent 06bb819 commit e481e28

File tree

13 files changed

+732
-425
lines changed

13 files changed

+732
-425
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
uses: rstudio/shiny-workflows/.github/workflows/R-CMD-check.yaml@v1
2424
with:
2525
minimum-r-version: "3.5.0"
26-
ubuntu: "ubuntu-20.04"
26+
ubuntu: "ubuntu-latest"

DESCRIPTION

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
Type: Package
22
Package: leaflet
33
Title: Create Interactive Web Maps with the JavaScript 'Leaflet' Library
4-
Version: 2.2.2.9000
4+
Version: 2.2.3
55
Authors@R: c(
6-
person("Joe", "Cheng", , "joe@posit.co", role = c("aut", "cre")),
6+
person("Joe", "Cheng", , "joe@posit.co", role = "aut"),
77
person("Barret", "Schloerke", , "barret@posit.co", role = "aut",
88
comment = c(ORCID = "0000-0001-9986-114X")),
99
person("Bhaskar", "Karambelkar", role = "aut"),
1010
person("Yihui", "Xie", role = "aut"),
11+
person("Garrick", "Aden-Buie", , "garrick@posit.co", role = c("aut", "cre"),
12+
comment = c(ORCID = "0000-0002-7111-0077")),
1113
person("Hadley", "Wickham", role = "ctb"),
1214
person("Kenton", "Russell", role = "ctb"),
1315
person("Kent", "Johnson", role = "ctb"),

NEWS.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# leaflet (development version)
1+
# leaflet 2.2.3
22

3-
* `{leaflet}` no longer install sp by default and attempts to convert object to sf internally before creating a map and warns when it fails conversion (@olivroy, #942).
3+
* `{leaflet}` is now licensed under the MIT license (was GPL-2) (#958).
4+
5+
* `{leaflet}` no longer install `{sp}` by default and attempts to convert object to sf internally before creating a map and warns when it fails conversion (@olivroy, #942).
46

57
* The `breweries91`, `atlStorms2005`, and `gadmCHE` datasets are now `{sf}` objects (@olivroy, #944).
68

@@ -10,7 +12,7 @@
1012

1113
* Updated vignettes to replace `{sp}`/`{raster}` usage with `{sf}`/`{terra}` and their corresponding examples. (@jack-davison, #928)
1214

13-
* Updated vignettes to replace `{sp}`/`{raster}` usage with `{sf}`/`{terra} and their corresponding examples. (@jack-davison, #928)
15+
* Updated vignettes to replace `{sp}`/`{raster}` usage with `{sf}`/`{terra}` and their corresponding examples. (@jack-davison, #928)
1416

1517
* `addProviderTiles()` will now error if the chosen `provider` does not match any currently loaded provider (by default, those in `providers`). This behaviour can be toggled off by setting the new `check` argument to `FALSE` (@jack-davison, #929)
1618

0 commit comments

Comments
 (0)