Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Mar 27, 2024
2 parents dccc7de + ad02db0 commit b827f4a
Show file tree
Hide file tree
Showing 9 changed files with 192 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
^revdep$
^CRAN-SUBMISSION$
^_dev$
^vignettes/articles$
^vignettes$
^pkgdown$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: leaflet
Title: Create Interactive Web Maps with the JavaScript 'Leaflet' Library
Version: 2.2.1.9000
Version: 2.2.2.9000
Authors@R: c(
person("Joe", "Cheng", , "joe@posit.co", role = c("aut", "cre")),
person("Barret", "Schloerke", , "barret@posit.co", role = "aut",
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# leaflet (development version)

# leaflet 2.2.2

* Fixed #893: Correctly call `terra::crs()` when checking the CRS of a `SpatVector` object in `pointData()` or `polygonData()` (thanks @mkoohafkan, #894).
* `{leaflet}` now has a brand new pkgdown site (@olivroy, #902)
* Replace `{viridis}` dependency by `{viridisLite}` (@olivroy, #897)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![R build status](https://github.com/rstudio/leaflet/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rstudio/leaflet/actions)
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/leaflet)](https://www.r-pkg.org/pkg/leaflet)
[![](https://www.r-pkg.org/badges/version/leaflet)](https://www.r-pkg.org/pkg/leaflet)
[![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)
[![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)
<!-- badges: end -->

[Leaflet](https://leafletjs.com) is an open-source JavaScript library for
Expand Down
12 changes: 8 additions & 4 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Revdeps

## New problems (1)
## Failed to check (5)

|package |version |error |warning |note |
|:-------|:-------|:-----|:-------|:------|
|[SSDM](problems.md#ssdm)|0.2.9 | | |__+1__ |
|package |version |error |warning |note |
|:--------------------|:-------|:-----|:-------|:----|
|inlmisc |? | | | |
|leaflet.multiopacity |? | | | |
|leaflet.opacity |? | | | |
|modchart |? | | | |
|palmid |? | | | |

12 changes: 2 additions & 10 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
## revdepcheck results

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

* We saw 1 new problems
* We saw 0 new problems
* We failed to check 0 packages

Issues with CRAN packages are summarised below.

### New problems
(This reports the first line of each new failure)

* SSDM
checking installed package size ... NOTE

176 changes: 175 additions & 1 deletion revdep/failures.md
Original file line number Diff line number Diff line change
@@ -1 +1,175 @@
*Wow, no problems at all. :)*
# inlmisc

<details>

* Version: NA
* GitHub: NA
* Source code: https://github.com/cran/inlmisc
* Number of recursive dependencies: 137

Run `revdepcheck::cloud_details(, "inlmisc")` for more info

</details>

## Error before installation

### Devel

```
```
### CRAN

```
```
# leaflet.multiopacity

<details>

* Version: NA
* GitHub: NA
* Source code: https://github.com/cran/leaflet.multiopacity
* Number of recursive dependencies: 84

Run `revdepcheck::cloud_details(, "leaflet.multiopacity")` for more info

</details>

## Error before installation

### Devel

```
```
### CRAN

```
```
# leaflet.opacity

<details>

* Version: NA
* GitHub: NA
* Source code: https://github.com/cran/leaflet.opacity
* Number of recursive dependencies: 77

Run `revdepcheck::cloud_details(, "leaflet.opacity")` for more info

</details>

## Error before installation

### Devel

```
```
### CRAN

```
```
# modchart

<details>

* Version: NA
* GitHub: NA
* Source code: https://github.com/cran/modchart
* Number of recursive dependencies: 123

Run `revdepcheck::cloud_details(, "modchart")` for more info

</details>

## Error before installation

### Devel

```
```
### CRAN

```
```
# palmid

<details>

* Version: NA
* GitHub: NA
* Source code: https://github.com/cran/palmid
* Number of recursive dependencies: 128

Run `revdepcheck::cloud_details(, "palmid")` for more info

</details>

## Error before installation

### Devel

```
```
### CRAN

```
```
25 changes: 1 addition & 24 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -1,24 +1 @@
# SSDM

<details>

* Version: 0.2.9
* GitHub: https://github.com/sylvainschmitt/SSDM
* Source code: https://github.com/cran/SSDM
* Date/Publication: 2023-10-24 13:40:18 UTC
* Number of recursive dependencies: 123

Run `revdepcheck::cloud_details(, "SSDM")` for more info

</details>

## Newly broken

* checking installed package size ... NOTE
```
installed size is 5.2Mb
sub-directories of 1Mb or more:
R 1.5Mb
doc 3.3Mb
```
*Wow, no problems at all. :)*
2 changes: 1 addition & 1 deletion vignettes/articles/leaflet.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ m

### Next Steps

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.
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.

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 comments on commit b827f4a

Please sign in to comment.