-
Notifications
You must be signed in to change notification settings - Fork 505
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
3 changed files
with
18 additions
and
39 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
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 | ||
``` | ||