@@ -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