Skip to content

Commit af12523

Browse files
committed
Update revdeps
1 parent f186b91 commit af12523

File tree

4 files changed

+26
-40
lines changed

4 files changed

+26
-40
lines changed

cran-comments.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
## R CMD check results
2-
3-
0 errors | 0 warnings | 0 note
4-
5-
61
## Revdeps
72

8-
We detected two problems and provided patches to the authors:
3+
We detected one problem due to assumptions about messages generated by lifecycle and provided a patch to the authors:
94

10-
- https://github.com/tidyverse/readr/pull/1439
115
- https://github.com/pharmaverse/admiral/pull/1482
6+
7+
This is a unit-test only breakage.

revdep/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
|package |version |error |warning |note |
1313
|:-------|:-------|:------|:-------|:----|
1414
|[admiral](problems.md#admiral)|0.8.2 |__+1__ | | |
15-
|[readr](problems.md#readr)|2.1.2 |__+1__ | |1 |
15+
|[rapbase](problems.md#rapbase)|1.23.0 |__+1__ | | |
1616

revdep/cran.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## revdepcheck results
22

3-
We checked 221 reverse dependencies (220 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 220 reverse dependencies (219 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
44

55
* We saw 2 new problems
66
* We failed to check 1 packages
@@ -13,7 +13,7 @@ Issues with CRAN packages are summarised below.
1313
* admiral
1414
checking tests ... ERROR
1515

16-
* readr
16+
* rapbase
1717
checking tests ... ERROR
1818

1919
### Failed to check

revdep/problems.md

Lines changed: 20 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -36,51 +36,41 @@ Run `cloud_details(, "admiral")` for more info
3636
Execution halted
3737
```
3838
39-
# readr
39+
# rapbase
4040
4141
<details>
4242
43-
* Version: 2.1.2
44-
* GitHub: https://github.com/tidyverse/readr
45-
* Source code: https://github.com/cran/readr
46-
* Date/Publication: 2022-01-30 22:30:02 UTC
47-
* Number of recursive dependencies: 73
43+
* Version: 1.23.0
44+
* GitHub: https://github.com/Rapporteket/rapbase
45+
* Source code: https://github.com/cran/rapbase
46+
* Date/Publication: 2022-08-17 14:20:02 UTC
47+
* Number of recursive dependencies: 110
4848
49-
Run `cloud_details(, "readr")` for more info
49+
Run `cloud_details(, "rapbase")` for more info
5050
5151
</details>
5252
5353
## Newly broken
5454
5555
* checking tests ... ERROR
5656
```
57-
Running ‘first_edition.R’
58-
Running ‘second_edition.R’
59-
Running the tests in ‘tests/second_edition.R’ failed.
57+
Running ‘testthat.R’
58+
Running the tests in ‘tests/testthat.R’ failed.
6059
Last 13 lines of output:
61-
>
62-
> test_check("readr")
63-
[ FAIL 1 | WARN 0 | SKIP 36 | PASS 710 ]
64-
65-
══ Skipped tests ═══════════════════════════════════════════════════════════════
66-
• On CRAN (22)
67-
• edition_first() is not TRUE (14)
68-
6960
══ Failed tests ════════════════════════════════════════════════════════════════
70-
── Failure (test-read-fwf.R:65:3): ragged last column shrunk with warning ──────
71-
`x <- read_fwf("1a\n2ab\n3abc", fwf_widths(c(1, 3)))` did not throw the expected warning.
61+
── Failure (test-github.R:6:3): contributors are provided ──────────────────────
62+
class(getGithub("contributors", "rapbase")) not equal to "character".
63+
1/1 mismatches
64+
x[1]: "NULL"
65+
y[1]: "character"
66+
── Failure (test-github.R:10:3): key can be provided ───────────────────────────
67+
grepl("ssh-rsa", getGithub("keys", "areedv")) is not TRUE
68+
69+
`actual`:
70+
`expected`: TRUE
7271
73-
[ FAIL 1 | WARN 0 | SKIP 36 | PASS 710 ]
72+
[ FAIL 2 | WARN 0 | SKIP 25 | PASS 190 ]
7473
Error: Test failures
7574
Execution halted
7675
```
7776
78-
## In both
79-
80-
* checking installed package size ... NOTE
81-
```
82-
installed size is 10.8Mb
83-
sub-directories of 1Mb or more:
84-
libs 9.9Mb
85-
```
86-

0 commit comments

Comments
 (0)