Skip to content

Commit

Permalink
Check-in revdep results
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Mar 25, 2024
1 parent 48cc93d commit 0dabf30
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 39 deletions.
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. :)*

0 comments on commit 0dabf30

Please sign in to comment.