Skip to content

Commit 64ffed5

Browse files
committed
Update reverse dependency results
[ci skip]
1 parent 46a9d8b commit 64ffed5

4 files changed

Lines changed: 20754 additions & 21604 deletions

File tree

cran-comments.md

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,22 @@
1111

1212
## revdepcheck results
1313

14-
We checked 302 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
15-
16-
* We saw 0 new problems
17-
* We failed to check 15 packages
18-
19-
### Failed to check
20-
21-
* ctsem (NA)
22-
* doRNG (NA)
23-
* elementR (NA)
24-
* FossilSim (NA)
25-
* gscaLCA (NA)
26-
* likert (NA)
27-
* Luminescence (NA)
28-
* manifestoR (NA)
29-
* metagam (NA)
30-
* NMF (NA)
31-
* osmplotr (NA)
32-
* outsider.base (NA)
33-
* SpaDES.addins (NA)
34-
* SpaDES.core (NA)
35-
* vegtable (NA)
14+
We checked 331 reverse dependencies, comparing R CMD check results across C
15+
RAN and dev versions of this package.
16+
17+
* We saw 3 new problems
18+
* We failed to check 2 packages
19+
20+
Issues with CRAN packages are summarised below.
21+
22+
### New problems
23+
(This reports the first line of each new failure)
24+
25+
* box - Devtools is used in a box test that relies on the presense of a non-exported function from devtools. This private function was removed, which broke the test. We sent the box authors a pull request with the necessary change to fix their test. (https://github.com/klmr/box/pull/193)
26+
checking tests ... ERROR
27+
28+
* IalsaSynthesis - This is due to to removal of the `inst()` function from devtools. We notified these maintainers about this on 2020-07-30 (https://github.com/IALSA/IalsaSynthesis/issues/26), but they have not updated their package.
29+
checking tests ... ERROR
30+
31+
* NlsyLinks - This is due to to removal of the `inst()` function from devtools. We notified these maintainers about this on 2020-07-30 (https://github.com/LiveOak/NlsyLinks/issues/1), but they have not updated their package.
32+
checking tests ... ERROR

revdep/README.md

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,17 @@
11
# Revdeps
22

3-
## Failed to check (15)
3+
## Failed to check (2)
44

5-
|package |version |error |warning |note |
6-
|:-------------|:-------|:-----|:-------|:----|
7-
|ctsem |3.3.8 |1 | | |
8-
|doRNG |? | | | |
9-
|elementR |1.3.6 |1 | | |
10-
|FossilSim |? | | | |
11-
|gscaLCA |0.0.5 |1 | | |
12-
|likert |1.3.5 |1 | | |
13-
|Luminescence |? | | | |
14-
|manifestoR |1.4.0 |1 | | |
15-
|metagam |? | | | |
16-
|NMF |? | | | |
17-
|osmplotr |? | | | |
18-
|outsider.base |? | | | |
19-
|SpaDES.addins |? | | | |
20-
|SpaDES.core |? | | | |
21-
|vegtable |0.1.6 |1 | | |
5+
|package |version |error |warning |note |
6+
|:-------|:-------|:-----|:-------|:----|
7+
|ctsem |3.4.2 |1 | | |
8+
|metagam |? | | | |
229

23-
## New problems (1)
10+
## New problems (3)
2411

25-
|package |version |error |warning |note |
26-
|:----------------------------------|:-------|:------|:-------|:----|
27-
|[rfishbase](problems.md#rfishbase) |3.0.4 |__+1__ | |1 |
12+
|package |version |error |warning |note |
13+
|:--------------------------------------------|:-------|:------|:-------|:----|
14+
|[box](problems.md#box) |1.0.1 |__+1__ | | |
15+
|[IalsaSynthesis](problems.md#ialsasynthesis) |0.1.6 |__+1__ | | |
16+
|[NlsyLinks](problems.md#nlsylinks) |2.0.6 |__+1__ | |1 |
2817

0 commit comments

Comments
 (0)