Skip to content

Commit 77e443f

Browse files
authored
v2.2.2 release candidate (#907)
* Start v2.2.2 release candidate * Update URLs * Fix/update more urls * Check-in revdep results * Rbuildignore all of vignettes * Get rid of vignette yaml matter * Also remove VignetteBuilder field
1 parent dc772e7 commit 77e443f

File tree

9 files changed

+195
-54
lines changed

9 files changed

+195
-54
lines changed

Diff for: .Rbuildignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
^revdep$
3434
^CRAN-SUBMISSION$
3535
^_dev$
36-
^vignettes/articles$
36+
^vignettes$
3737
^pkgdown$

Diff for: DESCRIPTION

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: leaflet
33
Title: Create Interactive Web Maps with the JavaScript 'Leaflet' Library
4-
Version: 2.2.1.9000
4+
Version: 2.2.2
55
Authors@R: c(
66
person("Joe", "Cheng", , "[email protected]", role = c("aut", "cre")),
77
person("Barret", "Schloerke", , "[email protected]", role = "aut",
@@ -82,4 +82,3 @@ Config/Needs/website: dplyr, geojsonio, ncdf4, tidyverse/tidytemplate
8282
Encoding: UTF-8
8383
LazyData: true
8484
RoxygenNote: 7.3.1
85-
VignetteBuilder: knitr

Diff for: NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# leaflet (development version)
1+
# leaflet 2.2.2
22

33
* Fixed #893: Correctly call `terra::crs()` when checking the CRS of a `SpatVector` object in `pointData()` or `polygonData()` (thanks @mkoohafkan, #894).
44
* `{leaflet}` now has a brand new pkgdown site (@olivroy, #902)

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![R build status](https://github.com/rstudio/leaflet/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rstudio/leaflet/actions)
55
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/leaflet)](https://www.r-pkg.org/pkg/leaflet)
66
[![](https://www.r-pkg.org/badges/version/leaflet)](https://www.r-pkg.org/pkg/leaflet)
7-
[![RStudio community](https://img.shields.io/badge/community-leaflet-blue?style=social&logo=rstudio&logoColor=75AADB)](https://community.rstudio.com/new-topic?title=&tags=leaflet&body=%0A%0A%0A%20%20--------%0A%20%20%0A%20%20%3Csup%3EReferred%20here%20by%20%60leaflet%60%27s%20GitHub%3C/sup%3E%0A&u=barret)
7+
[![RStudio community](https://img.shields.io/badge/community-leaflet-blue?style=social&logo=rstudio&logoColor=75AADB)](https://forum.posit.co/new-topic?title=&tags=leaflet&body=%0A%0A%0A%20%20--------%0A%20%20%0A%20%20%3Csup%3EReferred%20here%20by%20%60leaflet%60%27s%20GitHub%3C/sup%3E%0A&u=barret)
88
<!-- badges: end -->
99

1010
[Leaflet](https://leafletjs.com) is an open-source JavaScript library for

Diff for: revdep/README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Revdeps
22

3-
## New problems (1)
3+
## Failed to check (5)
44

5-
|package |version |error |warning |note |
6-
|:-------|:-------|:-----|:-------|:------|
7-
|[SSDM](problems.md#ssdm)|0.2.9 | | |__+1__ |
5+
|package |version |error |warning |note |
6+
|:--------------------|:-------|:-----|:-------|:----|
7+
|inlmisc |? | | | |
8+
|leaflet.multiopacity |? | | | |
9+
|leaflet.opacity |? | | | |
10+
|modchart |? | | | |
11+
|palmid |? | | | |
812

Diff for: revdep/cran.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
## revdepcheck results
22

3-
We checked 163 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 167 reverse dependencies (162 from CRAN + 5 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
44

5-
* We saw 1 new problems
5+
* We saw 0 new problems
66
* We failed to check 0 packages
77

8-
Issues with CRAN packages are summarised below.
9-
10-
### New problems
11-
(This reports the first line of each new failure)
12-
13-
* SSDM
14-
checking installed package size ... NOTE
15-

Diff for: revdep/failures.md

+175-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,175 @@
1-
*Wow, no problems at all. :)*
1+
# inlmisc
2+
3+
<details>
4+
5+
* Version: NA
6+
* GitHub: NA
7+
* Source code: https://github.com/cran/inlmisc
8+
* Number of recursive dependencies: 137
9+
10+
Run `revdepcheck::cloud_details(, "inlmisc")` for more info
11+
12+
</details>
13+
14+
## Error before installation
15+
16+
### Devel
17+
18+
```
19+
20+
21+
22+
23+
24+
25+
```
26+
### CRAN
27+
28+
```
29+
30+
31+
32+
33+
34+
35+
```
36+
# leaflet.multiopacity
37+
38+
<details>
39+
40+
* Version: NA
41+
* GitHub: NA
42+
* Source code: https://github.com/cran/leaflet.multiopacity
43+
* Number of recursive dependencies: 84
44+
45+
Run `revdepcheck::cloud_details(, "leaflet.multiopacity")` for more info
46+
47+
</details>
48+
49+
## Error before installation
50+
51+
### Devel
52+
53+
```
54+
55+
56+
57+
58+
59+
60+
```
61+
### CRAN
62+
63+
```
64+
65+
66+
67+
68+
69+
70+
```
71+
# leaflet.opacity
72+
73+
<details>
74+
75+
* Version: NA
76+
* GitHub: NA
77+
* Source code: https://github.com/cran/leaflet.opacity
78+
* Number of recursive dependencies: 77
79+
80+
Run `revdepcheck::cloud_details(, "leaflet.opacity")` for more info
81+
82+
</details>
83+
84+
## Error before installation
85+
86+
### Devel
87+
88+
```
89+
90+
91+
92+
93+
94+
95+
```
96+
### CRAN
97+
98+
```
99+
100+
101+
102+
103+
104+
105+
```
106+
# modchart
107+
108+
<details>
109+
110+
* Version: NA
111+
* GitHub: NA
112+
* Source code: https://github.com/cran/modchart
113+
* Number of recursive dependencies: 123
114+
115+
Run `revdepcheck::cloud_details(, "modchart")` for more info
116+
117+
</details>
118+
119+
## Error before installation
120+
121+
### Devel
122+
123+
```
124+
125+
126+
127+
128+
129+
130+
```
131+
### CRAN
132+
133+
```
134+
135+
136+
137+
138+
139+
140+
```
141+
# palmid
142+
143+
<details>
144+
145+
* Version: NA
146+
* GitHub: NA
147+
* Source code: https://github.com/cran/palmid
148+
* Number of recursive dependencies: 128
149+
150+
Run `revdepcheck::cloud_details(, "palmid")` for more info
151+
152+
</details>
153+
154+
## Error before installation
155+
156+
### Devel
157+
158+
```
159+
160+
161+
162+
163+
164+
165+
```
166+
### CRAN
167+
168+
```
169+
170+
171+
172+
173+
174+
175+
```

Diff for: revdep/problems.md

+1-24
Original file line numberDiff line numberDiff line change
@@ -1,24 +1 @@
1-
# SSDM
2-
3-
<details>
4-
5-
* Version: 0.2.9
6-
* GitHub: https://github.com/sylvainschmitt/SSDM
7-
* Source code: https://github.com/cran/SSDM
8-
* Date/Publication: 2023-10-24 13:40:18 UTC
9-
* Number of recursive dependencies: 123
10-
11-
Run `revdepcheck::cloud_details(, "SSDM")` for more info
12-
13-
</details>
14-
15-
## Newly broken
16-
17-
* checking installed package size ... NOTE
18-
```
19-
installed size is 5.2Mb
20-
sub-directories of 1Mb or more:
21-
R 1.5Mb
22-
doc 3.3Mb
23-
```
24-
1+
*Wow, no problems at all. :)*

Diff for: vignettes/leaflet.Rmd

+5-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
---
22
title: "Introduction to leaflet"
3-
output: rmarkdown::html_vignette
4-
vignette: >
5-
%\VignetteIndexEntry{Introduction to leaflet}
6-
%\VignetteEngine{knitr::rmarkdown}
7-
%\VignetteEncoding{UTF-8}
83
---
94

105
```{r, include = FALSE}
@@ -16,7 +11,7 @@ knitr::opts_chunk$set(
1611

1712
## Introduction
1813

19-
[Leaflet](https://leafletjs.com) is one of the most popular open-source JavaScript libraries for interactive maps. It's used by websites ranging from [The New York Times](http://www.nytimes.com/projects/elections/2013/nyc-primary/mayor/map.html) and [The Washington Post](http://www.washingtonpost.com/sf/local/2013/11/09/washington-a-world-apart/) to [GitHub](https://github.com/blog/1528-there-s-a-map-for-that) and [Flickr](https://www.flickr.com/map), as well as GIS specialists like [OpenStreetMap](http://www.openstreetmap.org/), [Mapbox](http://www.mapbox.com/), and [CartoDB](http://cartodb.com/).
14+
[Leaflet](https://leafletjs.com) is one of the most popular open-source JavaScript libraries for interactive maps. It's used by websites ranging from [The New York Times](https://www.nytimes.com/projects/elections/2013/nyc-primary/mayor/map.html) and [The Washington Post](https://www.washingtonpost.com/sf/local/2013/11/09/washington-a-world-apart/) to [GitHub](https://github.blog/2013-06-13-there-s-a-map-for-that/) and [Flickr](https://www.flickr.com/map), as well as GIS specialists like [OpenStreetMap](https://www.openstreetmap.org/), [Mapbox](https://www.mapbox.com/), and [CartoDB](https://carto.com/).
2015

2116
This R package makes it easy to integrate and control Leaflet maps in R.
2217

@@ -31,7 +26,7 @@ This R package makes it easy to integrate and control Leaflet maps in R.
3126
* Popups
3227
* GeoJSON
3328
* Create maps right from the R console or RStudio
34-
* Embed maps in [knitr](http://yihui.name/knitr/)/[R Markdown](http://rmarkdown.rstudio.com/) documents and [Shiny](http://shiny.rstudio.com/) apps
29+
* Embed maps in [knitr](https://yihui.org/knitr/)/[R Markdown](https://rmarkdown.rstudio.com/) documents and [Shiny](https://shiny.posit.co/) apps
3530
* Easily render spatial objects from the `sp` or `sf` packages, or data frames with latitude/longitude columns
3631
* Use map bounds and mouse events to drive Shiny logic
3732
* Display maps in non spherical mercator projections
@@ -47,7 +42,7 @@ install.packages("leaflet")
4742
# devtools::install_github("rstudio/leaflet")
4843
```
4944

50-
Once installed, you can use this package at the R console, within [R Markdown](http://rmarkdown.rstudio.com/) documents, and within [Shiny](http://shiny.rstudio.com/) applications.
45+
Once installed, you can use this package at the R console, within [R Markdown](https://rmarkdown.rstudio.com/) documents, and within [Shiny](https://shiny.posit.co/) applications.
5146

5247
### Basic Usage
5348

@@ -69,7 +64,7 @@ m <- leaflet() %>%
6964
m # Print the map
7065
```
7166

72-
In case you're not familiar with the [magrittr](https://github.com/smbache/magrittr) pipe operator (`%>%`), here is the equivalent without using pipes:
67+
In case you're not familiar with the [magrittr](https://github.com/tidyverse/magrittr) pipe operator (`%>%`), here is the equivalent without using pipes:
7368

7469
```{r eval=FALSE}
7570
m <- leaflet()
@@ -80,6 +75,6 @@ m
8075

8176
### Next Steps
8277

83-
We highly recommend that you proceed to [The Map Widget](map_widget.html) page before exploring the rest of this site, as it describes common idioms we'll use throughout the examples on the other pages.
78+
We highly recommend that you proceed to [The Map Widget](widget.html) page before exploring the rest of this site, as it describes common idioms we'll use throughout the examples on the other pages.
8479

8580
Although we have tried to provide an R-like interface to Leaflet, you may want to check out the [API documentation](https://leafletjs.com/reference.html) of Leaflet occasionally when the meanings of certain parameters are not clear to you.

0 commit comments

Comments
 (0)