CRAN Package Check Results for Package spork

Last updated on 2024-03-28 23:55:21 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.2 8.92 89.93 98.85 OK
r-devel-linux-x86_64-debian-gcc 0.3.2 6.49 68.32 74.81 OK
r-devel-linux-x86_64-fedora-clang 0.3.2 121.31 OK
r-devel-linux-x86_64-fedora-gcc 0.3.2 115.02 OK
r-devel-windows-x86_64 0.3.2 8.00 99.00 107.00 OK
r-patched-linux-x86_64 0.3.2 7.15 88.73 95.88 OK
r-release-linux-x86_64 0.3.2 5.37 88.32 93.69 OK
r-release-macos-arm64 0.3.2 40.00 OK
r-release-macos-x86_64 0.3.2 79.00 OK
r-release-windows-x86_64 0.3.2 11.00 119.00 130.00 OK
r-oldrel-macos-arm64 0.3.2 41.00 ERROR
r-oldrel-windows-x86_64 0.3.2 11.00 102.00 113.00 ERROR

Check Details

Version: 0.3.2
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/5s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: 1. ├─... %>% as_preview() at test-spork.R:297:1 2. ├─spork::as_preview(.) 3. └─spork:::as_preview.plotmath(.) 4. ├─latexpdf::as.png(...) 5. └─spork:::as.png.plotmath(...) 6. ├─ggplot2::ggplot(x, ...) 7. └─spork:::ggplot.plotmath(x, ...) 8. ├─ggplot2::ggplot(data.frame(x = 1, y = 1, label = (x))) 9. └─base::data.frame(x = 1, y = 1, label = (x)) 10. ├─base::as.data.frame(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors) 11. └─base::as.data.frame.default(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors) [ FAIL 1 | WARN 0 | SKIP 7 | PASS 101 ] Error: Test failures Execution halted Flavor: r-oldrel-macos-arm64

Version: 0.3.2
Check: tests
Result: ERROR Running 'testthat.R' [13s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(spork) > > test_check("spork") [ FAIL 1 | WARN 0 | SKIP 7 | PASS 101 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test-spork.R:451:3', 'test-spork.R:469:3', 'test-spork.R:490:3', 'test-spork.R:540:3', 'test-spork.R:567:3', 'test-spork.R:615:3', 'test-spork.R:623:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-spork.R:297:1'): spork to plotmath is stable ─────────────────── Error in `as.data.frame.default(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)`: cannot coerce class '"plotmath"' to a data.frame Backtrace: ▆ 1. ├─... %>% as_preview() at test-spork.R:297:1 2. ├─spork::as_preview(.) 3. └─spork:::as_preview.plotmath(.) 4. ├─latexpdf::as.png(...) 5. └─spork:::as.png.plotmath(...) 6. ├─ggplot2::ggplot(x, ...) 7. └─spork:::ggplot.plotmath(x, ...) 8. ├─ggplot2::ggplot(data.frame(x = 1, y = 1, label = (x))) 9. └─base::data.frame(x = 1, y = 1, label = (x)) 10. ├─base::as.data.frame(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors) 11. └─base::as.data.frame.default(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors) [ FAIL 1 | WARN 0 | SKIP 7 | PASS 101 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64