From 4606c9a4d47ffcc19c86331b3e9ba23f213d50a0 Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Mon, 6 Nov 2023 15:32:21 -0500 Subject: [PATCH] chore: revdepcheck() --- revdep/README.md | 6 +++--- revdep/cran.md | 6 +++--- revdep/problems.md | 45 ++++++++++++--------------------------------- 3 files changed, 18 insertions(+), 39 deletions(-) diff --git a/revdep/README.md b/revdep/README.md index c610ba699..c56bedb10 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -2,7 +2,7 @@ ## New problems (1) -|package |version |error |warning |note | -|:---------------|:-------|:------|:-------|:----| -|[leaflet.opacity](problems.md#leafletopacity)|0.1.0 |__+1__ | |1 | +|package |version |error |warning |note | +|:-------|:-------|:-----|:-------|:------| +|[SSDM](problems.md#ssdm)|0.2.9 | | |__+1__ | diff --git a/revdep/cran.md b/revdep/cran.md index 22e182b7b..126dedee6 100644 --- a/revdep/cran.md +++ b/revdep/cran.md @@ -1,6 +1,6 @@ ## 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 failed to check 0 packages @@ -10,6 +10,6 @@ Issues with CRAN packages are summarised below. ### New problems (This reports the first line of each new failure) -* leaflet.opacity - checking tests ... ERROR +* SSDM + checking installed package size ... NOTE diff --git a/revdep/problems.md b/revdep/problems.md index f92141cfc..dd3e96999 100644 --- a/revdep/problems.md +++ b/revdep/problems.md @@ -1,45 +1,24 @@ -# leaflet.opacity +# SSDM
-* 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
## 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 ```