Skip to content

Commit 6c02f4f

Browse files
committed
Check revdeps
1 parent 6942cce commit 6c02f4f

File tree

5 files changed

+96
-1011
lines changed

5 files changed

+96
-1011
lines changed

cran-comments.md

+34
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,37 @@ We checked 1415 reverse dependencies (1408 from CRAN + 7 from Bioconductor), com
1010
* We failed to check 9 packages
1111

1212
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.
13+
14+
## revdepcheck results
15+
16+
We checked 1437 reverse dependencies (1430 from CRAN + 7 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
17+
18+
* We saw 3 new problems
19+
* We failed to check 8 packages
20+
21+
Issues with CRAN packages are summarised below.
22+
23+
### New problems
24+
(This reports the first line of each new failure)
25+
26+
* ast2ast
27+
checking tests ... ERROR
28+
29+
* openalexR
30+
checking re-building of vignette outputs ... WARNING
31+
32+
* rearrr
33+
checking tests ... ERROR
34+
35+
Only rearr is a real problem, and it only affects their tests. The maintainer has been informed and will submit a fix ASAP.
36+
37+
### Failed to check
38+
39+
* elbird (NA)
40+
* ggPMX (NA)
41+
* immcp (NA)
42+
* ImputeRobust (NA)
43+
* numbat (NA)
44+
* pathwayTMB (NA)
45+
* Platypus (NA)
46+
* RVA (NA)

revdep/README.md

+6-21
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,11 @@
2020
|RVA |? | | | |
2121
|NA |? | | | |
2222

23-
## New problems (18)
23+
## New problems (3)
2424

25-
|package |version |error |warning |note |
26-
|:-------------|:-------|:------|:-------|:--------|
27-
|[cattonum](problems.md#cattonum)|0.0.5 | | |1 __+1__ |
28-
|[cheese](problems.md#cheese)|0.1.1 |__+1__ |__+1__ | |
29-
|[connectapi](problems.md#connectapi)|0.1.2 |__+1__ | | |
30-
|[DataFakeR](problems.md#datafaker)|0.1.2 |__+1__ |__+1__ |1 |
31-
|[dibble](problems.md#dibble)|0.2.1 |__+1__ | | |
32-
|[ffscrapr](problems.md#ffscrapr)|1.4.7 |__+1__ |__+1__ |1 |
33-
|[flexsurv](problems.md#flexsurv)|2.2 |__+1__ | |2 |
34-
|[grizbayr](problems.md#grizbayr)|1.3.2 |__+1__ | | |
35-
|[gwasrapidd](problems.md#gwasrapidd)|0.99.13 |__+1__ | | |
36-
|[jpstat](problems.md#jpstat)|0.3.0 |__+1__ | | |
37-
|[naive](problems.md#naive)|1.2.1 |__+1__ | | |
38-
|[rATTAINS](problems.md#rattains)|0.1.3 |__+1__ |__+1__ | |
39-
|[ruta](problems.md#ruta)|1.1.0 |__+2__ |__+1__ |1 |
40-
|[sbm](problems.md#sbm)|0.4.4 |__+1__ | | |
41-
|[scImmuneGraph](problems.md#scimmunegraph)|1.1.3 |__+1__ | |1 |
42-
|[simpr](problems.md#simpr)|0.2.2 |__+1__ | | |
43-
|[skimr](problems.md#skimr)|2.1.4 |__+2__ |__+1__ | |
44-
|[tidypredict](problems.md#tidypredict)|0.4.9 |__+1__ |__+1__ | |
25+
|package |version |error |warning |note |
26+
|:---------|:-------|:------|:-------|:----|
27+
|[ast2ast](problems.md#ast2ast)|0.2.1 |__+1__ | | |
28+
|[openalexR](problems.md#openalexr)|1.0.0 | |__+1__ | |
29+
|[rearrr](problems.md#rearrr)|0.3.2 |__+1__ | | |
4530

revdep/cran.md

+5-59
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,24 @@
11
## revdepcheck results
22

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

5-
* We saw 18 new problems
5+
* We saw 3 new problems
66
* We failed to check 8 packages
77

88
Issues with CRAN packages are summarised below.
99

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

13-
* cattonum
14-
checking R code for possible problems ... NOTE
15-
16-
* cheese
17-
checking examples ... ERROR
18-
checking re-building of vignette outputs ... WARNING
19-
20-
* connectapi
13+
* ast2ast
2114
checking tests ... ERROR
2215

23-
* DataFakeR
24-
checking tests ... ERROR
16+
* openalexR
2517
checking re-building of vignette outputs ... WARNING
2618

27-
* dibble
19+
* rearrr
2820
checking tests ... ERROR
2921

30-
* ffscrapr
31-
checking tests ... ERROR
32-
checking re-building of vignette outputs ... WARNING
33-
34-
* flexsurv
35-
checking examples ... ERROR
36-
37-
* grizbayr
38-
checking tests ... ERROR
39-
40-
* gwasrapidd
41-
checking tests ... ERROR
42-
43-
* jpstat
44-
checking tests ... ERROR
45-
46-
* naive
47-
checking tests ... ERROR
48-
49-
* rATTAINS
50-
checking tests ... ERROR
51-
checking re-building of vignette outputs ... WARNING
52-
53-
* ruta
54-
checking examples ... ERROR
55-
checking tests ... ERROR
56-
checking re-building of vignette outputs ... WARNING
57-
58-
* sbm
59-
checking tests ... ERROR
60-
61-
* scImmuneGraph
62-
checking examples ... ERROR
63-
64-
* simpr
65-
checking tests ... ERROR
66-
67-
* skimr
68-
checking examples ... ERROR
69-
checking tests ... ERROR
70-
checking re-building of vignette outputs ... WARNING
71-
72-
* tidypredict
73-
checking tests ... ERROR
74-
checking re-building of vignette outputs ... WARNING
75-
7622
### Failed to check
7723

7824
* elbird (NA)

revdep/failures.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Status: 1 ERROR, 2 NOTEs
120120
* checking package namespace information ... OK
121121
* checking package dependencies ... NOTE
122122
...
123-
[ FAIL 1 | WARN 13 | SKIP 8 | PASS 327 ]
123+
[ FAIL 1 | WARN 14 | SKIP 8 | PASS 327 ]
124124
Error: Test failures
125125
Execution halted
126126
* checking for unstated dependencies in vignettes ... OK

0 commit comments

Comments
 (0)