Skip to content

Commit 250a006

Browse files
committed
First pass at revdep checks
1 parent ab097cc commit 250a006

4 files changed

Lines changed: 356 additions & 120 deletions

File tree

revdep/README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
22

33
## Failed to check (4)
44

5-
|package |version |error |warning |note |
6-
|:-------|:-------|:-----|:-------|:----|
7-
|ctsem |3.7.1 |1 | | |
8-
|NA |? | | | |
9-
|NA |? | | | |
10-
|nlmixr2 |? | | | |
5+
|package |version |error |warning |note |
6+
|:-----------|:-------|:-----|:-------|:----|
7+
|caugi |1.0.0 |1 | | |
8+
|ClustAssess |? | | | |
9+
|ctsem |3.10.6 |1 | | |
10+
|streamDAG |? | | | |
11+
12+
## New problems (4)
13+
14+
|package |version |error |warning |note |
15+
|:------------|:-------|:------|:-------|:----|
16+
|[ggtaxplot](problems.md#ggtaxplot)|0.0.1 |__+1__ | | |
17+
|[Luminescence](problems.md#luminescence)|1.1.2 | |__+1__ | |
18+
|[riskmetric](problems.md#riskmetric)|0.2.6 |__+1__ | | |
19+
|[srcpkgs](problems.md#srcpkgs)|0.2 |__+3__ | | |
1120

revdep/cran.md

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,32 @@
11
## revdepcheck results
22

3-
We checked 369 reverse dependencies (367 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 546 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
44

5-
* We saw 0 new problems
6-
* We failed to check 2 packages
5+
* We saw 4 new problems
6+
* We failed to check 4 packages
77

88
Issues with CRAN packages are summarised below.
99

10+
### New problems
11+
(This reports the first line of each new failure)
12+
13+
* ggtaxplot
14+
checking re-building of vignette outputs ... ERROR
15+
16+
* Luminescence
17+
checking Rd cross-references ... WARNING
18+
19+
* riskmetric
20+
checking tests ... ERROR
21+
22+
* srcpkgs
23+
checking examples ... ERROR
24+
checking tests ... ERROR
25+
checking re-building of vignette outputs ... ERROR
26+
1027
### Failed to check
1128

12-
* ctsem (NA)
13-
* nlmixr2 (NA)
29+
* caugi (NA)
30+
* ClustAssess (NA)
31+
* ctsem (NA)
32+
* streamDAG (NA)

0 commit comments

Comments
 (0)