Skip to content

Commit

Permalink
Check revdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jan 5, 2023
1 parent 6942cce commit 6c02f4f
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 1,011 deletions.
34 changes: 34 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,37 @@ We checked 1415 reverse dependencies (1408 from CRAN + 7 from Bioconductor), com
* We failed to check 9 packages

All breaking changes received either a patch on GitHub or an email in early November. You can see the complete set of fixes at https://github.com/tidyverse/purrr/issues/969.

## revdepcheck results

We checked 1437 reverse dependencies (1430 from CRAN + 7 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 3 new problems
* We failed to check 8 packages

Issues with CRAN packages are summarised below.

### New problems
(This reports the first line of each new failure)

* ast2ast
checking tests ... ERROR

* openalexR
checking re-building of vignette outputs ... WARNING

* rearrr
checking tests ... ERROR

Only rearr is a real problem, and it only affects their tests. The maintainer has been informed and will submit a fix ASAP.

### Failed to check

* elbird (NA)
* ggPMX (NA)
* immcp (NA)
* ImputeRobust (NA)
* numbat (NA)
* pathwayTMB (NA)
* Platypus (NA)
* RVA (NA)
27 changes: 6 additions & 21 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,11 @@
|RVA |? | | | |
|NA |? | | | |

## New problems (18)
## New problems (3)

|package |version |error |warning |note |
|:-------------|:-------|:------|:-------|:--------|
|[cattonum](problems.md#cattonum)|0.0.5 | | |1 __+1__ |
|[cheese](problems.md#cheese)|0.1.1 |__+1__ |__+1__ | |
|[connectapi](problems.md#connectapi)|0.1.2 |__+1__ | | |
|[DataFakeR](problems.md#datafaker)|0.1.2 |__+1__ |__+1__ |1 |
|[dibble](problems.md#dibble)|0.2.1 |__+1__ | | |
|[ffscrapr](problems.md#ffscrapr)|1.4.7 |__+1__ |__+1__ |1 |
|[flexsurv](problems.md#flexsurv)|2.2 |__+1__ | |2 |
|[grizbayr](problems.md#grizbayr)|1.3.2 |__+1__ | | |
|[gwasrapidd](problems.md#gwasrapidd)|0.99.13 |__+1__ | | |
|[jpstat](problems.md#jpstat)|0.3.0 |__+1__ | | |
|[naive](problems.md#naive)|1.2.1 |__+1__ | | |
|[rATTAINS](problems.md#rattains)|0.1.3 |__+1__ |__+1__ | |
|[ruta](problems.md#ruta)|1.1.0 |__+2__ |__+1__ |1 |
|[sbm](problems.md#sbm)|0.4.4 |__+1__ | | |
|[scImmuneGraph](problems.md#scimmunegraph)|1.1.3 |__+1__ | |1 |
|[simpr](problems.md#simpr)|0.2.2 |__+1__ | | |
|[skimr](problems.md#skimr)|2.1.4 |__+2__ |__+1__ | |
|[tidypredict](problems.md#tidypredict)|0.4.9 |__+1__ |__+1__ | |
|package |version |error |warning |note |
|:---------|:-------|:------|:-------|:----|
|[ast2ast](problems.md#ast2ast)|0.2.1 |__+1__ | | |
|[openalexR](problems.md#openalexr)|1.0.0 | |__+1__ | |
|[rearrr](problems.md#rearrr)|0.3.2 |__+1__ | | |

64 changes: 5 additions & 59 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,78 +1,24 @@
## revdepcheck results

We checked 1431 reverse dependencies (1424 from CRAN + 7 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 1437 reverse dependencies (1430 from CRAN + 7 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 18 new problems
* We saw 3 new problems
* We failed to check 8 packages

Issues with CRAN packages are summarised below.

### New problems
(This reports the first line of each new failure)

* cattonum
checking R code for possible problems ... NOTE

* cheese
checking examples ... ERROR
checking re-building of vignette outputs ... WARNING

* connectapi
* ast2ast
checking tests ... ERROR

* DataFakeR
checking tests ... ERROR
* openalexR
checking re-building of vignette outputs ... WARNING

* dibble
* rearrr
checking tests ... ERROR

* ffscrapr
checking tests ... ERROR
checking re-building of vignette outputs ... WARNING

* flexsurv
checking examples ... ERROR

* grizbayr
checking tests ... ERROR

* gwasrapidd
checking tests ... ERROR

* jpstat
checking tests ... ERROR

* naive
checking tests ... ERROR

* rATTAINS
checking tests ... ERROR
checking re-building of vignette outputs ... WARNING

* ruta
checking examples ... ERROR
checking tests ... ERROR
checking re-building of vignette outputs ... WARNING

* sbm
checking tests ... ERROR

* scImmuneGraph
checking examples ... ERROR

* simpr
checking tests ... ERROR

* skimr
checking examples ... ERROR
checking tests ... ERROR
checking re-building of vignette outputs ... WARNING

* tidypredict
checking tests ... ERROR
checking re-building of vignette outputs ... WARNING

### Failed to check

* elbird (NA)
Expand Down
2 changes: 1 addition & 1 deletion revdep/failures.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Status: 1 ERROR, 2 NOTEs
* checking package namespace information ... OK
* checking package dependencies ... NOTE
...
[ FAIL 1 | WARN 13 | SKIP 8 | PASS 327 ]
[ FAIL 1 | WARN 14 | SKIP 8 | PASS 327 ]
Error: Test failures
Execution halted
* checking for unstated dependencies in vignettes ... OK
Expand Down
Loading

0 comments on commit 6c02f4f

Please sign in to comment.