-
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.
- Loading branch information
Showing
10 changed files
with
53 additions
and
64 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
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,7 +1,7 @@ | ||
Type: Package | ||
Package: leaflet | ||
Title: Create Interactive Web Maps with the JavaScript 'Leaflet' Library | ||
Version: 2.2.0.9000 | ||
Version: 2.2.1 | ||
Authors@R: c( | ||
person("Joe", "Cheng", , "[email protected]", role = c("aut", "cre")), | ||
person("Barret", "Schloerke", , "[email protected]", role = "aut", | ||
|
@@ -54,7 +54,7 @@ Imports: | |
htmltools, | ||
htmlwidgets (>= 1.5.4), | ||
jquerylib, | ||
leaflet.providers (>= 1.13.0.9001), | ||
leaflet.providers (>= 2.0.0), | ||
magrittr, | ||
methods, | ||
png, | ||
|
@@ -79,6 +79,4 @@ Suggests: | |
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
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
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,18 +1,15 @@ | ||
## Comments | ||
|
||
This release removes dependencies on rgdal and rgeos, in addition to other general improvements and bug fixes. | ||
This is a small release to use the latest version of {leaflet.providers}. | ||
|
||
Please let us know if we can provide any more information. | ||
|
||
## revdepcheck results | ||
|
||
We checked 165 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 163 reverse dependencies, 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 | ||
|
||
* leaflet.opacity: We provided a fix to the maintainer in a pull request on 2023-08-15 (https://github.com/be-marc/leaflet.opacity/pull/3). |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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,45 +1,24 @@ | ||
# leaflet.opacity | ||
# SSDM | ||
|
||
<details> | ||
|
||
* Version: 0.1.0 | ||
* GitHub: https://github.com/be-marc/leaflet.opacity | ||
* Source code: https://github.com/cran/leaflet.opacity | ||
* Date/Publication: 2018-11-29 16:00:10 UTC | ||
* Number of recursive dependencies: 80 | ||
* 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(, "leaflet.opacity")` for more info | ||
Run `revdepcheck::cloud_details(, "SSDM")` for more info | ||
|
||
</details> | ||
|
||
## Newly broken | ||
|
||
* checking tests ... ERROR | ||
* checking installed package size ... NOTE | ||
``` | ||
Running ‘testthat.R’ | ||
Running the tests in ‘tests/testthat.R’ failed. | ||
Last 13 lines of output: | ||
y[1]: "opacity" | ||
── Failure ('test-controls.R:52:3'): Initialize map dependencies in addHigherOpacity ── | ||
res$dependencies[[1]]$name not equal to "jquery-ui". | ||
1/1 mismatches | ||
x[1]: "jquery" | ||
y[1]: "jquery-ui" | ||
── Failure ('test-controls.R:53:3'): Initialize map dependencies in addHigherOpacity ── | ||
res$dependencies[[2]]$name not equal to "opacity". | ||
1/1 mismatches | ||
x[1]: "leaflet" | ||
y[1]: "opacity" | ||
[ FAIL 6 | WARN 4 | SKIP 0 | PASS 3 ] | ||
Error: Test failures | ||
Execution halted | ||
``` | ||
## In both | ||
* checking LazyData ... NOTE | ||
``` | ||
'LazyData' is specified without a 'data' directory | ||
installed size is 5.2Mb | ||
sub-directories of 1Mb or more: | ||
R 1.5Mb | ||
doc 3.3Mb | ||
``` | ||
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