CRAN Package Check Results for Package teal.widgets

Last updated on 2025-03-03 05:56:59 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.3 5.21 79.59 84.80 OK
r-devel-linux-x86_64-debian-gcc 0.4.3 3.13 56.40 59.53 OK
r-devel-linux-x86_64-fedora-clang 0.4.3 134.95 OK
r-devel-linux-x86_64-fedora-gcc 0.4.3 153.70 OK
r-devel-macos-arm64 0.4.3 37.00 OK
r-devel-macos-x86_64 0.4.3 79.00 OK
r-devel-windows-x86_64 0.4.3 8.00 100.00 108.00 OK
r-patched-linux-x86_64 0.4.3 5.35 75.32 80.67 OK
r-release-linux-x86_64 0.4.3 3.69 73.57 77.26 OK
r-release-macos-arm64 0.4.3 55.00 OK
r-release-macos-x86_64 0.4.3 83.00 OK
r-release-windows-x86_64 0.4.3 7.00 98.00 105.00 OK
r-oldrel-macos-arm64 0.4.3 52.00 ERROR
r-oldrel-macos-x86_64 0.4.3 84.00 OK
r-oldrel-windows-x86_64 0.4.3 9.00 119.00 128.00 OK

Check Details

Version: 0.4.3
Check: tests
Result: ERROR Running ‘testthat.R’ [10s/11s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > pkg_name <- "teal.widgets" > library(pkg_name, character.only = TRUE) > testthat::test_check(pkg_name) [ FAIL 7 | WARN 0 | SKIP 21 | PASS 193 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • testing depth 3 is below current testing specification 5 (21): 'test-plot_with_settings_ui.R:68:5', 'test-plot_with_settings_ui.R:91:5', 'test-plot_with_settings_ui.R:163:5', 'test-plot_with_settings_ui.R:227:5', 'test-plot_with_settings_ui.R:273:5', 'test-plot_with_settings_ui.R:321:5', 'test-plot_with_settings_ui.R:364:5', 'test-plot_with_settings_ui.R:385:5', 'test-plot_with_settings_ui.R:403:3', 'test-plot_with_settings_ui.R:448:3', 'test-plot_with_settings_ui.R:469:3', 'test-table_with_settings_ui.R:48:5', 'test-table_with_settings_ui.R:68:5', 'test-table_with_settings_ui.R:115:5', 'test-table_with_settings_ui.R:181:5', 'test-table_with_settings_ui.R:209:5', 'test-table_with_settings_ui.R:243:5', 'test-table_with_settings_ui.R:309:5', 'test-table_with_settings_ui.R:336:5', 'test-table_with_settings_ui.R:359:3', 'test-verbatim_popup_ui.R:33:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-plot_with_settings.R:325:7'): plot_with_settings_srv set dimensions and download a png file - base ── <packageNotFoundError/error/condition> Error in `loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])`: there is no package called 'systemfonts' Backtrace: ▆ 1. ├─shiny::testServer(...) at test-plot_with_settings.R:319:3 2. │ ├─shiny:::withMockContext(...) 3. │ │ ├─shiny::isolate(...) 4. │ │ │ ├─shiny::..stacktraceoff..(...) 5. │ │ │ └─ctx$run(...) 6. │ │ │ ├─promises::with_promise_domain(...) 7. │ │ │ │ └─domain$wrapSync(expr) 8. │ │ │ ├─shiny::withReactiveDomain(...) 9. │ │ │ │ └─promises::with_promise_domain(...) 10. │ │ │ │ └─domain$wrapSync(expr) 11. │ │ │ │ └─base::force(expr) 12. │ │ │ ├─shiny::captureStackTraces(...) 13. │ │ │ │ └─promises::with_promise_domain(...) 14. │ │ │ │ └─domain$wrapSync(expr) 15. │ │ │ │ └─base::withCallingHandlers(expr, error = doCaptureStack) 16. │ │ │ └─env$runWith(self, func) 17. │ │ │ └─shiny (local) contextFunc() 18. │ │ │ └─shiny::..stacktraceon..(expr) 19. │ │ ├─shiny::withReactiveDomain(...) 20. │ │ │ └─promises::with_promise_domain(...) 21. │ │ │ └─domain$wrapSync(expr) 22. │ │ │ └─base::force(expr) 23. │ │ └─withr::with_options(...) 24. │ │ └─base::force(code) 25. │ └─rlang::eval_tidy(quosure, mask, rlang::caller_env()) 26. ├─testthat::expect_identical(...) at test-plot_with_settings.R:325:7 27. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 28. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 29. ├─output$plot_main 30. ├─shiny:::`$.shinyoutput`(output, plot_main) 31. │ └─.subset2(x, "impl")$getOutput(name) 32. │ └─base::stop(v$err) 33. └─shiny (local) `<fn>`(`<pckgNtFE>`) ── Error ('test-plot_with_settings.R:352:7'): plot_with_settings_srv set dimensions and download a png file - ggplot2 ── <packageNotFoundError/error/condition> Error in `loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])`: there is no package called 'systemfonts' Backtrace: ▆ 1. ├─shiny::testServer(...) at test-plot_with_settings.R:346:3 2. │ ├─shiny:::withMockContext(...) 3. │ │ ├─shiny::isolate(...) 4. │ │ │ ├─shiny::..stacktraceoff..(...) 5. │ │ │ └─ctx$run(...) 6. │ │ │ ├─promises::with_promise_domain(...) 7. │ │ │ │ └─domain$wrapSync(expr) 8. │ │ │ ├─shiny::withReactiveDomain(...) 9. │ │ │ │ └─promises::with_promise_domain(...) 10. │ │ │ │ └─domain$wrapSync(expr) 11. │ │ │ │ └─base::force(expr) 12. │ │ │ ├─shiny::captureStackTraces(...) 13. │ │ │ │ └─promises::with_promise_domain(...) 14. │ │ │ │ └─domain$wrapSync(expr) 15. │ │ │ │ └─base::withCallingHandlers(expr, error = doCaptureStack) 16. │ │ │ └─env$runWith(self, func) 17. │ │ │ └─shiny (local) contextFunc() 18. │ │ │ └─shiny::..stacktraceon..(expr) 19. │ │ ├─shiny::withReactiveDomain(...) 20. │ │ │ └─promises::with_promise_domain(...) 21. │ │ │ └─domain$wrapSync(expr) 22. │ │ │ └─base::force(expr) 23. │ │ └─withr::with_options(...) 24. │ │ └─base::force(code) 25. │ └─rlang::eval_tidy(quosure, mask, rlang::caller_env()) 26. ├─testthat::expect_identical(...) at test-plot_with_settings.R:352:7 27. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 28. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 29. ├─output$plot_main 30. ├─shiny:::`$.shinyoutput`(output, plot_main) 31. │ └─.subset2(x, "impl")$getOutput(name) 32. │ └─base::stop(v$err) 33. └─shiny (local) `<fn>`(`<pckgNtFE>`) ── Error ('test-plot_with_settings.R:381:7'): plot_with_settings_srv set dimensions and download a png file - grob ── <packageNotFoundError/error/condition> Error in `loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])`: there is no package called 'systemfonts' Backtrace: ▆ 1. ├─shiny::testServer(...) at test-plot_with_settings.R:375:3 2. │ ├─shiny:::withMockContext(...) 3. │ │ ├─shiny::isolate(...) 4. │ │ │ ├─shiny::..stacktraceoff..(...) 5. │ │ │ └─ctx$run(...) 6. │ │ │ ├─promises::with_promise_domain(...) 7. │ │ │ │ └─domain$wrapSync(expr) 8. │ │ │ ├─shiny::withReactiveDomain(...) 9. │ │ │ │ └─promises::with_promise_domain(...) 10. │ │ │ │ └─domain$wrapSync(expr) 11. │ │ │ │ └─base::force(expr) 12. │ │ │ ├─shiny::captureStackTraces(...) 13. │ │ │ │ └─promises::with_promise_domain(...) 14. │ │ │ │ └─domain$wrapSync(expr) 15. │ │ │ │ └─base::withCallingHandlers(expr, error = doCaptureStack) 16. │ │ │ └─env$runWith(self, func) 17. │ │ │ └─shiny (local) contextFunc() 18. │ │ │ └─shiny::..stacktraceon..(expr) 19. │ │ ├─shiny::withReactiveDomain(...) 20. │ │ │ └─promises::with_promise_domain(...) 21. │ │ │ └─domain$wrapSync(expr) 22. │ │ │ └─base::force(expr) 23. │ │ └─withr::with_options(...) 24. │ │ └─base::force(code) 25. │ └─rlang::eval_tidy(quosure, mask, rlang::caller_env()) 26. ├─testthat::expect_identical(...) at test-plot_with_settings.R:381:7 27. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 28. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 29. ├─output$plot_main 30. ├─shiny:::`$.shinyoutput`(output, plot_main) 31. │ └─.subset2(x, "impl")$getOutput(name) 32. │ └─base::stop(v$err) 33. └─shiny (local) `<fn>`(`<pckgNtFE>`) ── Error ('test-plot_with_settings.R:407:7'): plot_with_settings_srv set dimensions and download a png file - trellis ── <packageNotFoundError/error/condition> Error in `loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])`: there is no package called 'systemfonts' Backtrace: ▆ 1. ├─shiny::testServer(...) at test-plot_with_settings.R:401:3 2. │ ├─shiny:::withMockContext(...) 3. │ │ ├─shiny::isolate(...) 4. │ │ │ ├─shiny::..stacktraceoff..(...) 5. │ │ │ └─ctx$run(...) 6. │ │ │ ├─promises::with_promise_domain(...) 7. │ │ │ │ └─domain$wrapSync(expr) 8. │ │ │ ├─shiny::withReactiveDomain(...) 9. │ │ │ │ └─promises::with_promise_domain(...) 10. │ │ │ │ └─domain$wrapSync(expr) 11. │ │ │ │ └─base::force(expr) 12. │ │ │ ├─shiny::captureStackTraces(...) 13. │ │ │ │ └─promises::with_promise_domain(...) 14. │ │ │ │ └─domain$wrapSync(expr) 15. │ │ │ │ └─base::withCallingHandlers(expr, error = doCaptureStack) 16. │ │ │ └─env$runWith(self, func) 17. │ │ │ └─shiny (local) contextFunc() 18. │ │ │ └─shiny::..stacktraceon..(expr) 19. │ │ ├─shiny::withReactiveDomain(...) 20. │ │ │ └─promises::with_promise_domain(...) 21. │ │ │ └─domain$wrapSync(expr) 22. │ │ │ └─base::force(expr) 23. │ │ └─withr::with_options(...) 24. │ │ └─base::force(code) 25. │ └─rlang::eval_tidy(quosure, mask, rlang::caller_env()) 26. ├─testthat::expect_identical(...) at test-plot_with_settings.R:407:7 27. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 28. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 29. ├─output$plot_main 30. ├─shiny:::`$.shinyoutput`(output, plot_main) 31. │ └─.subset2(x, "impl")$getOutput(name) 32. │ └─base::stop(v$err) 33. └─shiny (local) `<fn>`(`<pckgNtFE>`) ── Error ('test-plot_with_settings.R:432:7'): plot_with_settings_srv set dimensions and download a png file - WRONG type ── <packageNotFoundError/error/condition> Error in `loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])`: there is no package called 'systemfonts' Backtrace: ▆ 1. ├─shiny::testServer(...) at test-plot_with_settings.R:426:3 2. │ ├─shiny:::withMockContext(...) 3. │ │ ├─shiny::isolate(...) 4. │ │ │ ├─shiny::..stacktraceoff..(...) 5. │ │ │ └─ctx$run(...) 6. │ │ │ ├─promises::with_promise_domain(...) 7. │ │ │ │ └─domain$wrapSync(expr) 8. │ │ │ ├─shiny::withReactiveDomain(...) 9. │ │ │ │ └─promises::with_promise_domain(...) 10. │ │ │ │ └─domain$wrapSync(expr) 11. │ │ │ │ └─base::force(expr) 12. │ │ │ ├─shiny::captureStackTraces(...) 13. │ │ │ │ └─promises::with_promise_domain(...) 14. │ │ │ │ └─domain$wrapSync(expr) 15. │ │ │ │ └─base::withCallingHandlers(expr, error = doCaptureStack) 16. │ │ │ └─env$runWith(self, func) 17. │ │ │ └─shiny (local) contextFunc() 18. │ │ │ └─shiny::..stacktraceon..(expr) 19. │ │ ├─shiny::withReactiveDomain(...) 20. │ │ │ └─promises::with_promise_domain(...) 21. │ │ │ └─domain$wrapSync(expr) 22. │ │ │ └─base::force(expr) 23. │ │ └─withr::with_options(...) 24. │ │ └─base::force(code) 25. │ └─rlang::eval_tidy(quosure, mask, rlang::caller_env()) 26. ├─testthat::expect_identical(...) at test-plot_with_settings.R:432:7 27. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 28. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 29. ├─output$plot_main 30. ├─shiny:::`$.shinyoutput`(output, plot_main) 31. │ └─.subset2(x, "impl")$getOutput(name) 32. │ └─base::stop(v$err) 33. └─shiny (local) `<fn>`(`<pckgNtFE>`) ── Error ('test-plot_with_settings.R:453:7'): plot_with_settings_srv expand no error ── <packageNotFoundError/error/condition> Error in `loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])`: there is no package called 'systemfonts' Backtrace: ▆ 1. ├─shiny::testServer(...) at test-plot_with_settings.R:448:3 2. │ ├─shiny:::withMockContext(...) 3. │ │ ├─shiny::isolate(...) 4. │ │ │ ├─shiny::..stacktraceoff..(...) 5. │ │ │ └─ctx$run(...) 6. │ │ │ ├─promises::with_promise_domain(...) 7. │ │ │ │ └─domain$wrapSync(expr) 8. │ │ │ ├─shiny::withReactiveDomain(...) 9. │ │ │ │ └─promises::with_promise_domain(...) 10. │ │ │ │ └─domain$wrapSync(expr) 11. │ │ │ │ └─base::force(expr) 12. │ │ │ ├─shiny::captureStackTraces(...) 13. │ │ │ │ └─promises::with_promise_domain(...) 14. │ │ │ │ └─domain$wrapSync(expr) 15. │ │ │ │ └─base::withCallingHandlers(expr, error = doCaptureStack) 16. │ │ │ └─env$runWith(self, func) 17. │ │ │ └─shiny (local) contextFunc() 18. │ │ │ └─shiny::..stacktraceon..(expr) 19. │ │ ├─shiny::withReactiveDomain(...) 20. │ │ │ └─promises::with_promise_domain(...) 21. │ │ │ └─domain$wrapSync(expr) 22. │ │ │ └─base::force(expr) 23. │ │ └─withr::with_options(...) 24. │ │ └─base::force(code) 25. │ └─rlang::eval_tidy(quosure, mask, rlang::caller_env()) 26. ├─testthat::expect_silent(output$plot_main) at test-plot_with_settings.R:453:7 27. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 28. │ ├─testthat (local) .capture(...) 29. │ │ ├─withr::with_output_sink(...) 30. │ │ │ └─base::force(code) 31. │ │ ├─base::withCallingHandlers(...) 32. │ │ └─base::withVisible(code) 33. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 34. ├─output$plot_main 35. ├─shiny:::`$.shinyoutput`(output, plot_main) 36. │ └─.subset2(x, "impl")$getOutput(name) 37. │ └─base::stop(v$err) 38. └─shiny (local) `<fn>`(`<pckgNtFE>`) ── Error ('test-plot_with_settings.R:468:7'): plot_with_settings_srv set dimensions and download a png file from modal ── <packageNotFoundError/error/condition> Error in `loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])`: there is no package called 'systemfonts' Backtrace: ▆ 1. ├─shiny::testServer(...) at test-plot_with_settings.R:462:3 2. │ ├─shiny:::withMockContext(...) 3. │ │ ├─shiny::isolate(...) 4. │ │ │ ├─shiny::..stacktraceoff..(...) 5. │ │ │ └─ctx$run(...) 6. │ │ │ ├─promises::with_promise_domain(...) 7. │ │ │ │ └─domain$wrapSync(expr) 8. │ │ │ ├─shiny::withReactiveDomain(...) 9. │ │ │ │ └─promises::with_promise_domain(...) 10. │ │ │ │ └─domain$wrapSync(expr) 11. │ │ │ │ └─base::force(expr) 12. │ │ │ ├─shiny::captureStackTraces(...) 13. │ │ │ │ └─promises::with_promise_domain(...) 14. │ │ │ │ └─domain$wrapSync(expr) 15. │ │ │ │ └─base::withCallingHandlers(expr, error = doCaptureStack) 16. │ │ │ └─env$runWith(self, func) 17. │ │ │ └─shiny (local) contextFunc() 18. │ │ │ └─shiny::..stacktraceon..(expr) 19. │ │ ├─shiny::withReactiveDomain(...) 20. │ │ │ └─promises::with_promise_domain(...) 21. │ │ │ └─domain$wrapSync(expr) 22. │ │ │ └─base::force(expr) 23. │ │ └─withr::with_options(...) 24. │ │ └─base::force(code) 25. │ └─rlang::eval_tidy(quosure, mask, rlang::caller_env()) 26. ├─testthat::expect_identical(...) at test-plot_with_settings.R:468:7 27. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 28. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 29. ├─output$plot_modal 30. ├─shiny:::`$.shinyoutput`(output, plot_modal) 31. │ └─.subset2(x, "impl")$getOutput(name) 32. │ └─base::stop(v$err) 33. └─shiny (local) `<fn>`(`<pckgNtFE>`) [ FAIL 7 | WARN 0 | SKIP 21 | PASS 193 ] Error: Test failures Execution halted Flavor: r-oldrel-macos-arm64