CRAN Package Check Results for Package spork

Last updated on 2024-04-23 11:55:59 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.3 6.52 90.89 97.41 OK
r-devel-linux-x86_64-debian-gcc 0.3.3 6.63 67.42 74.05 OK
r-devel-linux-x86_64-fedora-clang 0.3.3 125.65 OK
r-devel-linux-x86_64-fedora-gcc 0.3.3 117.24 OK
r-prerel-macos-arm64 0.3.3 36.00 OK
r-prerel-macos-x86_64 0.3.3 88.00 OK
r-prerel-windows-x86_64 0.3.3 9.00 96.00 105.00 OK
r-patched-linux-x86_64 0.3.3 8.55 88.75 97.30 OK
r-release-linux-x86_64 0.3.3 6.08 88.44 94.52 OK
r-release-macos-arm64 0.3.3 44.00 OK
r-release-macos-x86_64 0.3.3 104.00 OK
r-release-windows-x86_64 0.3.3 12.00 113.00 125.00 OK
r-oldrel-macos-arm64 0.3.3 46.00 ERROR
r-oldrel-windows-x86_64 0.3.3 12.00 105.00 117.00 ERROR

Check Details

Version: 0.3.3
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/7s] 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 102 ] Error: Test failures Execution halted Flavor: r-oldrel-macos-arm64

Version: 0.3.3
Check: tests
Result: ERROR Running 'testthat.R' [14s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(spork) > > test_check("spork") [ FAIL 1 | WARN 0 | SKIP 7 | PASS 102 ] ══ 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 102 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64