CRAN Package Check Results for Maintainer ‘Dawid Kaledkowski <dawid.kaledkowski at roche.com>’

Last updated on 2024-06-21 15:53:15 CEST.

Package ERROR NOTE OK
teal 13
teal.code 13
teal.data 13
teal.logger 13
teal.modules.general 13
teal.reporter 1 12
teal.slice 1 12
teal.transform 13
teal.widgets 1 2 10

Package teal

Current CRAN status: OK: 13

Package teal.code

Current CRAN status: OK: 13

Package teal.data

Current CRAN status: OK: 13

Package teal.logger

Current CRAN status: OK: 13

Package teal.modules.general

Current CRAN status: OK: 13

Package teal.reporter

Current CRAN status: ERROR: 1, OK: 12

Version: 0.3.1
Check: examples
Result: ERROR Running examples in ‘teal.reporter-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: Renderer > ### Title: 'Renderer' > ### Aliases: Renderer > ### Keywords: internal > > ### ** Examples > > > ## ------------------------------------------------ > ## Method `Renderer$new` > ## ------------------------------------------------ > > Renderer <- getFromNamespace("Renderer", "teal.reporter") > Renderer$new() <Renderer> Public: clone: function (deep = FALSE) finalize: function () get_output_dir: function () initialize: function () render: function (blocks, yaml_header, global_knitr = getOption("teal.reporter.global_knitr"), renderRmd: function (blocks, yaml_header, global_knitr = getOption("teal.reporter.global_knitr")) Private: block2md: function (block) output_dir: /home/hornik/tmp/scratch/RtmpYuqBwn/report_2024062104420 ... pictureBlock2md: function (block) rcodeBlock2md: function (block) report_type: NULL tableBlock2md: function (block) textBlock2md: function (block) > > > ## ------------------------------------------------ > ## Method `Renderer$renderRmd` > ## ------------------------------------------------ > > library(yaml) > library(rtables) Loading required package: formatters Attaching package: ‘formatters’ The following object is masked from ‘package:base’: %||% Loading required package: magrittr Attaching package: ‘rtables’ The following object is masked from ‘package:utils’: str > library(ggplot2) > > ReportCard <- getFromNamespace("ReportCard", "teal.reporter") > card1 <- ReportCard$new() > > card1$append_text("Header 2 text", "header2") > card1$append_text("A paragraph of default text") > card1$append_plot( + ggplot(iris, aes(x = Petal.Length)) + geom_histogram() + ) `stat_bin()` using `bins = 30`. Pick better value with `binwidth`. > > ReportCard <- getFromNamespace("ReportCard", "teal.reporter") > card2 <- ReportCard$new() > > card2$append_text("Header 2 text", "header2") > card2$append_text("A paragraph of default text", "header2") > lyt <- analyze(split_rows_by(basic_table(), "Day"), "Ozone", afun = mean) > table_res2 <- build_table(lyt, airquality) Split var [Day] was not character or factor. Converting to factor Error in nlines(strsplit(s, "\n", fixed = TRUE), max_width = w) : argument "fontspec" is missing, with no default Calls: build_table ... FUN -> FUN -> vapply -> FUN -> wrap_txt -> open_font_dev Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.1
Check: tests
Result: ERROR Running ‘testthat.R’ [22s/39s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > pkg_name <- "teal.reporter" > library(pkg_name, character.only = TRUE) > testthat::test_check(pkg_name) Attaching package: 'testthat' The following object is masked from 'package:teal.reporter': Reporter Error in (function (card) : ARTIFICIAL ERROR Error in (function (card, comment) : ARTIFICIAL ERROR Error in (function () : ARTIFICIAL ERROR [ FAIL 3 | WARN 0 | SKIP 0 | PASS 281 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-Archiver.R:15:1'): (code run outside of `test_that()`) ───────── Error in `nlines(strsplit(s, "\n", fixed = TRUE), max_width = w)`: argument "fontspec" is missing, with no default Backtrace: ▆ 1. └─rtables::build_table(lyt, airquality) at test-Archiver.R:15:1 2. └─rtables::update_ref_indexing(tab) 3. ├─formatters::make_row_df(tt) 4. └─rtables::make_row_df(tt) 5. └─rtables (local) .local(...) 6. ├─formatters::make_row_df(...) 7. └─rtables::make_row_df(...) 8. └─rtables (local) .local(...) 9. ├─formatters::make_row_df(...) 10. └─rtables::make_row_df(...) 11. └─rtables (local) .local(...) 12. ├─formatters::make_row_df(...) 13. └─rtables::make_row_df(...) 14. └─rtables (local) .local(...) 15. ├─formatters::pagdfrow(...) 16. │ └─base::data.frame(...) 17. ├─formatters::nlines(tt, colwidths = colwidths, max_width = max_width) 18. └─rtables::nlines(tt, colwidths = colwidths, max_width = max_width) 19. └─rtables (local) .local(x, colwidths, max_width) 20. ├─base::unlist(...) 21. └─base::mapply(...) 22. └─rtables (local) `<fn>`(s = dots[[1L]][[1L]], w = dots[[2L]][[1L]]) 23. ├─formatters::nlines(strsplit(s, "\n", fixed = TRUE), max_width = w) 24. └─formatters::nlines(strsplit(s, "\n", fixed = TRUE), max_width = w) 25. ├─base::unlist(...) 26. └─base::vapply(...) 27. ├─formatters (local) FUN(X[[i]], ...) 28. └─formatters (local) FUN(X[[i]], ...) 29. └─base::vapply(...) 30. └─formatters (local) FUN(X[[i]], ...) 31. └─formatters::wrap_txt(xi, max_width, fontspec = fontspec) 32. └─formatters::open_font_dev(fontspec) ── Error ('test-Reporter.R:23:1'): (code run outside of `test_that()`) ───────── Error in `nlines(strsplit(s, "\n", fixed = TRUE), max_width = w)`: argument "fontspec" is missing, with no default Backtrace: ▆ 1. └─rtables::build_table(lyt, airquality) at test-Reporter.R:23:1 2. └─rtables::update_ref_indexing(tab) 3. ├─formatters::make_row_df(tt) 4. └─rtables::make_row_df(tt) 5. └─rtables (local) .local(...) 6. ├─formatters::make_row_df(...) 7. └─rtables::make_row_df(...) 8. └─rtables (local) .local(...) 9. ├─formatters::make_row_df(...) 10. └─rtables::make_row_df(...) 11. └─rtables (local) .local(...) 12. ├─formatters::make_row_df(...) 13. └─rtables::make_row_df(...) 14. └─rtables (local) .local(...) 15. ├─formatters::pagdfrow(...) 16. │ └─base::data.frame(...) 17. ├─formatters::nlines(tt, colwidths = colwidths, max_width = max_width) 18. └─rtables::nlines(tt, colwidths = colwidths, max_width = max_width) 19. └─rtables (local) .local(x, colwidths, max_width) 20. ├─base::unlist(...) 21. └─base::mapply(...) 22. └─rtables (local) `<fn>`(s = dots[[1L]][[1L]], w = dots[[2L]][[1L]]) 23. ├─formatters::nlines(strsplit(s, "\n", fixed = TRUE), max_width = w) 24. └─formatters::nlines(strsplit(s, "\n", fixed = TRUE), max_width = w) 25. ├─base::unlist(...) 26. └─base::vapply(...) 27. ├─formatters (local) FUN(X[[i]], ...) 28. └─formatters (local) FUN(X[[i]], ...) 29. └─base::vapply(...) 30. └─formatters (local) FUN(X[[i]], ...) 31. └─formatters::wrap_txt(xi, max_width, fontspec = fontspec) 32. └─formatters::open_font_dev(fontspec) ── Failure ('test-TableBlock.R:68:3'): set_content supports rtables object ───── Expected `block$set_content(rtables::build_table(l, iris))` to run without any errors. ℹ Actually got a <simpleError> with text: argument "fontspec" is missing, with no default [ FAIL 3 | WARN 0 | SKIP 0 | PASS 281 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Package teal.slice

Current CRAN status: NOTE: 1, OK: 12

Version: 0.5.1
Check: Rd cross-references
Result: NOTE Undeclared package ‘teal’ in Rd xrefs Flavor: r-devel-linux-x86_64-fedora-clang

Package teal.transform

Current CRAN status: OK: 13

Package teal.widgets

Current CRAN status: ERROR: 1, NOTE: 2, OK: 10

Version: 0.4.2
Check: tests
Result: ERROR Running ‘testthat.R’ [12s/22s] 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) Error in initialize(...) : Invalid path to Chrome Error in (function (cond) : error in evaluating the argument 'obj' in selecting a method for function 'matrix_form': argument "fontspec" is missing, with no default Error in (function (cond) : error in evaluating the argument 'obj' in selecting a method for function 'matrix_form': argument "fontspec" is missing, with no default Error in (function (cond) : error in evaluating the argument 'obj' in selecting a method for function 'matrix_form': argument "fontspec" is missing, with no default Error in initialize(...) : Invalid path to Chrome [ FAIL 9 | WARN 0 | SKIP 2 | PASS 178 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • `shinytest2::AppDriver` can not be initialized as {chromote} can not be started (2): 'test-plot_with_settings_ui.R:10:3', 'test-table_with_settings_ui.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-table_with_settings.R:29:7'): table_with_settings_srv: hiding works ── Error in `nlines(strsplit(s, "\n", fixed = TRUE), max_width = w)`: argument "fontspec" is missing, with no default Backtrace: ▆ 1. ├─shiny::testServer(...) at test-table_with_settings.R:25: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. │ │ │ └─env$runWith(self, func) 13. │ │ │ └─shiny (local) contextFunc() 14. │ │ │ └─shiny::..stacktraceon..(expr) 15. │ │ ├─shiny::withReactiveDomain(...) 16. │ │ │ └─promises::with_promise_domain(...) 17. │ │ │ └─domain$wrapSync(expr) 18. │ │ │ └─base::force(expr) 19. │ │ └─withr::with_options(...) 20. │ │ └─base::force(code) 21. │ └─rlang::eval_tidy(quosure, mask, rlang::caller_env()) 22. ├─testthat::expect_silent(output$table_out_modal$html) at test-table_with_settings.R:29:7 23. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 24. │ ├─testthat (local) .capture(...) 25. │ │ ├─withr::with_output_sink(...) 26. │ │ │ └─base::force(code) 27. │ │ ├─base::withCallingHandlers(...) 28. │ │ └─base::withVisible(code) 29. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 30. ├─output$table_out_modal 31. └─shiny:::`$.shinyoutput`(output, table_out_modal) 32. └─.subset2(x, "impl")$getOutput(name) ── Error ('test-table_with_settings.R:39:7'): table_with_settings_srv: return html table ── Error in `nlines(strsplit(s, "\n", fixed = TRUE), max_width = w)`: argument "fontspec" is missing, with no default Backtrace: ▆ 1. ├─shiny::testServer(...) at test-table_with_settings.R:35: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. │ │ │ └─env$runWith(self, func) 13. │ │ │ └─shiny (local) contextFunc() 14. │ │ │ └─shiny::..stacktraceon..(expr) 15. │ │ ├─shiny::withReactiveDomain(...) 16. │ │ │ └─promises::with_promise_domain(...) 17. │ │ │ └─domain$wrapSync(expr) 18. │ │ │ └─base::force(expr) 19. │ │ └─withr::with_options(...) 20. │ │ └─base::force(code) 21. │ └─rlang::eval_tidy(quosure, mask, rlang::caller_env()) 22. ├─testthat::expect_s3_class(output$table_out_modal$html, "html") at test-table_with_settings.R:39:7 23. │ └─testthat::quasi_label(enquo(object), arg = "object") 24. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 25. ├─output$table_out_modal 26. └─shiny:::`$.shinyoutput`(output, table_out_modal) 27. └─.subset2(x, "impl")$getOutput(name) ── Error ('test-table_with_settings.R:51:7'): table_with_settings_srv: expand works ── Error in `nlines(strsplit(s, "\n", fixed = TRUE), max_width = w)`: argument "fontspec" is missing, with no default Backtrace: ▆ 1. ├─shiny::testServer(...) at test-table_with_settings.R:46: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. │ │ │ └─env$runWith(self, func) 13. │ │ │ └─shiny (local) contextFunc() 14. │ │ │ └─shiny::..stacktraceon..(expr) 15. │ │ ├─shiny::withReactiveDomain(...) 16. │ │ │ └─promises::with_promise_domain(...) 17. │ │ │ └─domain$wrapSync(expr) 18. │ │ │ └─base::force(expr) 19. │ │ └─withr::with_options(...) 20. │ │ └─base::force(code) 21. │ └─rlang::eval_tidy(quosure, mask, rlang::caller_env()) 22. ├─testthat::expect_silent(output$table_out_modal) at test-table_with_settings.R:51:7 23. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 24. │ ├─testthat (local) .capture(...) 25. │ │ ├─withr::with_output_sink(...) 26. │ │ │ └─base::force(code) 27. │ │ ├─base::withCallingHandlers(...) 28. │ │ └─base::withVisible(code) 29. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 30. ├─output$table_out_modal 31. └─shiny:::`$.shinyoutput`(output, table_out_modal) 32. └─.subset2(x, "impl")$getOutput(name) ── Error ('test-table_with_settings.R:65:9'): type_download_srv_table: downloading different output types, custom name ── Error in `nlines(strsplit(s, "\n", fixed = TRUE), max_width = w)`: argument "fontspec" is missing, with no default Backtrace: ▆ 1. ├─shiny::testServer(...) at test-table_with_settings.R:57: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. │ │ │ └─env$runWith(self, func) 13. │ │ │ └─shiny (local) contextFunc() 14. │ │ │ └─shiny::..stacktraceon..(expr) 15. │ │ ├─shiny::withReactiveDomain(...) 16. │ │ │ └─promises::with_promise_domain(...) 17. │ │ │ └─domain$wrapSync(expr) 18. │ │ │ └─base::force(expr) 19. │ │ └─withr::with_options(...) 20. │ │ └─base::force(code) 21. │ └─rlang::eval_tidy(quosure, mask, rlang::caller_env()) 22. ├─testthat::expect_true(file.exists(output$data_download)) at test-table_with_settings.R:65:9 23. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 24. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 25. ├─base::file.exists(output$data_download) 26. ├─output$data_download 27. └─shiny:::`$.shinyoutput`(output, data_download) 28. └─.subset2(x, "impl")$getOutput(name) 29. └─private$renderFile(self$ns(name), download) 30. └─download$content(file) 31. ├─rtables::export_as_txt(...) 32. │ └─formatters:::.is_list_of_tables_or_listings(x) 33. │ └─methods::is(a_list, "list") 34. └─shiny (local) table_reactive() ── Error ('test-table_with_settings.R:83:9'): type_download_srv_table: downloading different output types, no name ── Error in `nlines(strsplit(s, "\n", fixed = TRUE), max_width = w)`: argument "fontspec" is missing, with no default Backtrace: ▆ 1. ├─shiny::testServer(...) at test-table_with_settings.R:76: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. │ │ │ └─env$runWith(self, func) 13. │ │ │ └─shiny (local) contextFunc() 14. │ │ │ └─shiny::..stacktraceon..(expr) 15. │ │ ├─shiny::withReactiveDomain(...) 16. │ │ │ └─promises::with_promise_domain(...) 17. │ │ │ └─domain$wrapSync(expr) 18. │ │ │ └─base::force(expr) 19. │ │ └─withr::with_options(...) 20. │ │ └─base::force(code) 21. │ └─rlang::eval_tidy(quosure, mask, rlang::caller_env()) 22. ├─testthat::expect_true(file.exists(output$data_download)) at test-table_with_settings.R:83:9 23. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 24. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 25. ├─base::file.exists(output$data_download) 26. ├─output$data_download 27. └─shiny:::`$.shinyoutput`(output, data_download) 28. └─.subset2(x, "impl")$getOutput(name) 29. └─private$renderFile(self$ns(name), download) 30. └─download$content(file) 31. ├─rtables::export_as_txt(...) 32. │ └─formatters:::.is_list_of_tables_or_listings(x) 33. │ └─methods::is(a_list, "list") 34. └─shiny (local) table_reactive() ── Error ('test-table_with_settings.R:102:9'): type_download_srv_table: downloading different output types, pagination ── Error in `nlines(strsplit(s, "\n", fixed = TRUE), max_width = w)`: argument "fontspec" is missing, with no default Backtrace: ▆ 1. ├─shiny::testServer(...) at test-table_with_settings.R:93: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. │ │ │ └─env$runWith(self, func) 13. │ │ │ └─shiny (local) contextFunc() 14. │ │ │ └─shiny::..stacktraceon..(expr) 15. │ │ ├─shiny::withReactiveDomain(...) 16. │ │ │ └─promises::with_promise_domain(...) 17. │ │ │ └─domain$wrapSync(expr) 18. │ │ │ └─base::force(expr) 19. │ │ └─withr::with_options(...) 20. │ │ └─base::force(code) 21. │ └─rlang::eval_tidy(quosure, mask, rlang::caller_env()) 22. ├─testthat::expect_true(file.exists(output$data_download)) at test-table_with_settings.R:102:9 23. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 24. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 25. ├─base::file.exists(output$data_download) 26. ├─output$data_download 27. └─shiny:::`$.shinyoutput`(output, data_download) 28. └─.subset2(x, "impl")$getOutput(name) 29. └─private$renderFile(self$ns(name), download) 30. └─download$content(file) 31. ├─rtables::export_as_txt(...) 32. │ └─formatters:::.is_list_of_tables_or_listings(x) 33. │ └─methods::is(a_list, "list") 34. └─shiny (local) table_reactive() ── Failure ('test-table_with_settings.R:113:3'): type_download_srv_table: pagination, lpp to small ── `shiny::testServer(...)` threw an error with unexpected message. Expected match: "Lines of repeated context" Actual message: "argument \"fontspec\" is missing, with no default" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-table_with_settings.R:113:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─shiny::testServer(...) 7. │ ├─shiny:::withMockContext(...) 8. │ │ ├─shiny::isolate(...) 9. │ │ │ ├─shiny::..stacktraceoff..(...) 10. │ │ │ └─ctx$run(...) 11. │ │ │ ├─promises::with_promise_domain(...) 12. │ │ │ │ └─domain$wrapSync(expr) 13. │ │ │ ├─shiny::withReactiveDomain(...) 14. │ │ │ │ └─promises::with_promise_domain(...) 15. │ │ │ │ └─domain$wrapSync(expr) 16. │ │ │ │ └─base::force(expr) 17. │ │ │ └─env$runWith(self, func) 18. │ │ │ └─shiny (local) contextFunc() 19. │ │ │ └─shiny::..stacktraceon..(expr) 20. │ │ ├─shiny::withReactiveDomain(...) 21. │ │ │ └─promises::with_promise_domain(...) 22. │ │ │ └─domain$wrapSync(expr) 23. │ │ │ └─base::force(expr) 24. │ │ └─withr::with_options(...) 25. │ │ └─base::force(code) 26. │ └─rlang::eval_tidy(quosure, mask, rlang::caller_env()) 27. ├─testthat::expect_true(file.exists(output$data_download)) at test-table_with_settings.R:122:11 28. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 29. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 30. ├─base::file.exists(output$data_download) 31. ├─output$data_download 32. └─shiny:::`$.shinyoutput`(output, data_download) 33. └─.subset2(x, "impl")$getOutput(name) 34. └─private$renderFile(self$ns(name), download) 35. └─download$content(file) 36. ├─rtables::export_as_txt(...) 37. │ └─formatters:::.is_list_of_tables_or_listings(x) 38. │ └─methods::is(a_list, "list") 39. └─shiny (local) table_reactive() ── Error ('test-table_with_settings.R:138:7'): type_download_srv_table: content of the table, csv ── Error in `(function (cond) .Internal(C_tryCatchHelper(addr, 1L, cond)))(structure(list(message = "argument \"fontspec\" is missing, with no default", call = nlines(strsplit(s, "\n", fixed = TRUE), max_width = w)), class = c("simpleError", "error", "condition")))`: error in evaluating the argument 'obj' in selecting a method for function 'matrix_form': argument "fontspec" is missing, with no default Backtrace: ▆ 1. ├─shiny::testServer(...) at test-table_with_settings.R:131: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. │ │ │ └─env$runWith(self, func) 13. │ │ │ └─shiny (local) contextFunc() 14. │ │ │ └─shiny::..stacktraceon..(expr) 15. │ │ ├─shiny::withReactiveDomain(...) 16. │ │ │ └─promises::with_promise_domain(...) 17. │ │ │ └─domain$wrapSync(expr) 18. │ │ │ └─base::force(expr) 19. │ │ └─withr::with_options(...) 20. │ │ └─base::force(code) 21. │ └─rlang::eval_tidy(quosure, mask, rlang::caller_env()) 22. ├─utils::read.csv(output$data_download) at test-table_with_settings.R:138:7 23. │ └─utils::read.table(...) 24. ├─output$data_download 25. ├─shiny:::`$.shinyoutput`(output, data_download) 26. │ └─.subset2(x, "impl")$getOutput(name) 27. │ └─private$renderFile(self$ns(name), download) 28. │ └─download$content(file) 29. │ ├─rtables::matrix_form(table_reactive()) 30. │ └─shiny (local) table_reactive() 31. │ └─base::stop(.value) 32. └─base (local) `<fn>`(`<smplErrr>`) ── Error ('test-table_with_settings.R:161:7'): type_download_srv_table: content of the table, txt ── Error in `nlines(strsplit(s, "\n", fixed = TRUE), max_width = w)`: argument "fontspec" is missing, with no default Backtrace: ▆ 1. ├─shiny::testServer(...) at test-table_with_settings.R:154: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. │ │ │ └─env$runWith(self, func) 13. │ │ │ └─shiny (local) contextFunc() 14. │ │ │ └─shiny::..stacktraceon..(expr) 15. │ │ ├─shiny::withReactiveDomain(...) 16. │ │ │ └─promises::with_promise_domain(...) 17. │ │ │ └─domain$wrapSync(expr) 18. │ │ │ └─base::force(expr) 19. │ │ └─withr::with_options(...) 20. │ │ └─base::force(code) 21. │ └─rlang::eval_tidy(quosure, mask, rlang::caller_env()) 22. ├─utils::read.delim(output$data_download, sep = "") at test-table_with_settings.R:161:7 23. │ └─utils::read.table(...) 24. ├─output$data_download 25. └─shiny:::`$.shinyoutput`(output, data_download) 26. └─.subset2(x, "impl")$getOutput(name) 27. └─private$renderFile(self$ns(name), download) 28. └─download$content(file) 29. ├─rtables::export_as_txt(...) 30. │ └─formatters:::.is_list_of_tables_or_listings(x) 31. │ └─methods::is(a_list, "list") 32. └─shiny (local) table_reactive() [ FAIL 9 | WARN 0 | SKIP 2 | PASS 178 ] Deleting unused snapshots: • app_pws_ui/plot_with_settings_ui/pws-download_menu.png • app_pws_ui/plot_with_settings_ui/pws-hidden.png • app_pws_ui/plot_with_settings_ui/pws-resize_menu.png • app_pws_ui/plot_with_settings_ui/pws-visible.png • app_tws_ui/table_with_settings_ui/tws-final_values.json Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4.2
Check: for detritus in the temp directory
Result: NOTE Found the following files/directories: ‘Crashpad’ Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc