Skip to content

Commit

Permalink
chore: revdepcheck()
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Nov 6, 2023
1 parent 3182048 commit 4606c9a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 39 deletions.
6 changes: 3 additions & 3 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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__ |

6 changes: 3 additions & 3 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

45 changes: 12 additions & 33 deletions revdep/problems.md
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
```

0 comments on commit 4606c9a

Please sign in to comment.