* using log directory 'd:/RCompile/CRANincoming/R-devel/autoslider.core.Rcheck' * using R Under development (unstable) (2025-06-12 r88305 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.2.0 GNU Fortran (GCC) 14.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'autoslider.core/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'autoslider.core' version '0.2.5' * package encoding: UTF-8 * checking CRAN incoming feasibility ... OK * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'autoslider.core' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [16s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [46s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [185s] ERROR Running 'testthat.R' [185s] Running the tests in 'tests/testthat.R' failed. Complete output: > pkg_name <- "autoslider.core" > library(testthat) > test_check(pkg_name, reporter = ParallelProgressReporter$new()) Loading required package: autoslider.core Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Loading required package: formatters Attaching package: 'formatters' The following object is masked from 'package:base': %||% Loading required package: magrittr Attaching package: 'magrittr' The following objects are masked from 'package:testthat': equals, is_less_than, not Attaching package: 'rtables' The following object is masked from 'package:utils': str Attaching package: 'purrr' The following object is masked from 'package:magrittr': set_names The following object is masked from 'package:formatters': %||% The following object is masked from 'package:testthat': is_null Loading required package: ggplot2 ✔ | F W S OK | Context ⠋ [ FAIL 0 | WARN 0 | SKIP 0 | PASS 0 ] Starting up... Loading required package: filters ✔ | 1 | bad_filters ✔ | 1 0 | data_snapshot [[1]] [[1]] [[2]] ✔ | 1 9 | decorate [1.5s] ──────────────────────────────────────────────────────────────────────────────── Warning ('test-decorate.R:71:3'): Test ph_with_img not to throw Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. └─autoslider.core:::do_call(add_slide, x = ppt, master = ppt_master) at test-decorate.R:71:3 2. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 3. └─officer (local) ``(x = ``, master = "Office Theme") 4. └─base::.Deprecated(...) ──────────────────────────────────────────────────────────────────────────────── ✔ | 1 0 | filter_spec-verbose ✔ | 6 | formats ✔ | 5 9 | g_mean_slides [1.7s] ✔ | 1 1 | helper_functions Loading required package: tibble Attaching package: 'tibble' The following object is masked from 'package:assertthat': has_name ✔ | 1 0 | l_ae_slide [11.2s] v Total number of success 100/100 v Total number of success 99/100 x Total number of failures 1/100 ✔ | 2 | log [1] "test title" [1] "test title" [1] "test title" [1] "test title" [1] "test title" ✔ | 5 5 | output-table-format [5.3s] ──────────────────────────────────────────────────────────────────────────────── Warning ('test-output-table-format.R:7:3'): save an autoslider output Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_no_error(...) at test-output-table-format.R:7:3 2. │ └─testthat:::expect_no_(...) 3. │ └─testthat:::quasi_capture(enquo(object), NULL, capture) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─rlang::try_fetch(...) 6. │ │ ├─base::tryCatch(...) 7. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 8. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 10. │ │ └─base::withCallingHandlers(...) 11. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 12. └─autoslider.core::generate_slides(output, outfile = outfile, table_format = autoslider_format) 13. └─autoslider.core:::table_to_slide(...) 14. └─autoslider.core:::do_call(...) 15. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 16. └─officer (local) ``(x = ``, master = "Office Theme") 17. └─base::.Deprecated(...) Warning ('test-output-table-format.R:15:3'): save an autoslider output Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_no_error(...) at test-output-table-format.R:15:3 2. │ └─testthat:::expect_no_(...) 3. │ └─testthat:::quasi_capture(enquo(object), NULL, capture) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─rlang::try_fetch(...) 6. │ │ ├─base::tryCatch(...) 7. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 8. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 10. │ │ └─base::withCallingHandlers(...) 11. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 12. └─autoslider.core::generate_slides(...) 13. └─autoslider.core:::table_to_slide(...) 14. └─autoslider.core:::do_call(...) 15. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 16. └─officer (local) ``(x = ``, master = "Office Theme") 17. └─base::.Deprecated(...) Warning ('test-output-table-format.R:24:3'): save an autoslider output Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_no_error(...) at test-output-table-format.R:24:3 2. │ └─testthat:::expect_no_(...) 3. │ └─testthat:::quasi_capture(enquo(object), NULL, capture) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─rlang::try_fetch(...) 6. │ │ ├─base::tryCatch(...) 7. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 8. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 10. │ │ └─base::withCallingHandlers(...) 11. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 12. └─autoslider.core::generate_slides(...) 13. └─autoslider.core:::table_to_slide(...) 14. └─autoslider.core:::do_call(...) 15. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 16. └─officer (local) ``(x = ``, master = "Office Theme") 17. └─base::.Deprecated(...) Warning ('test-output-table-format.R:33:3'): save an autoslider output Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_no_error(...) at test-output-table-format.R:33:3 2. │ └─testthat:::expect_no_(...) 3. │ └─testthat:::quasi_capture(enquo(object), NULL, capture) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─rlang::try_fetch(...) 6. │ │ ├─base::tryCatch(...) 7. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 8. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 10. │ │ └─base::withCallingHandlers(...) 11. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 12. └─autoslider.core::generate_slides(...) 13. └─autoslider.core:::table_to_slide(...) 14. └─autoslider.core:::do_call(...) 15. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 16. └─officer (local) ``(x = ``, master = "Office Theme") 17. └─base::.Deprecated(...) Warning ('test-output-table-format.R:42:3'): save an autoslider output Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_no_error(...) at test-output-table-format.R:42:3 2. │ └─testthat:::expect_no_(...) 3. │ └─testthat:::quasi_capture(enquo(object), NULL, capture) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─rlang::try_fetch(...) 6. │ │ ├─base::tryCatch(...) 7. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 8. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 10. │ │ └─base::withCallingHandlers(...) 11. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 12. └─autoslider.core::generate_slides(...) 13. └─autoslider.core:::table_to_slide(...) 14. └─autoslider.core:::do_call(...) 15. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 16. └─officer (local) ``(x = ``, master = "Office Theme") 17. └─base::.Deprecated(...) ──────────────────────────────────────────────────────────────────────────────── [1] "test title" ✔ | 1 1 3 | save_output [1.9s] ──────────────────────────────────────────────────────────────────────────────── Warning ('test-save_output.R:48:3'): save an output Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_no_error(...) at test-save_output.R:48:3 2. │ └─testthat:::expect_no_(...) 3. │ └─testthat:::quasi_capture(enquo(object), NULL, capture) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─rlang::try_fetch(...) 6. │ │ ├─base::tryCatch(...) 7. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 8. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 10. │ │ └─base::withCallingHandlers(...) 11. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 12. └─autoslider.core::slides_from_rds(file.path(output_dir, "t_ds_output.rds")) 13. └─autoslider.core::generate_slides(outputs, outfile, template) 14. └─autoslider.core:::table_to_slide(...) 15. └─autoslider.core:::do_call(...) 16. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 17. └─officer (local) ``(x = ``, master = "Office Theme") 18. └─base::.Deprecated(...) ──────────────────────────────────────────────────────────────────────────────── ✔ | 1 1 | slides_preview v 16/51 outputs matched the filter condition `program %in% c("t_ds_slide", "t_dd_slide", "t_ae_slide", "t_ae_sae_slide", `. v 16/51 outputs matched the filter condition ` "t_ae_pt_slide", "t_ae_pt_soc_slide", "t_ae_pt_diff_slide", `. v 16/51 outputs matched the filter condition ` "t_ae_pt_diff_soc_slide", "g_vs_slide", "g_lab_slide", "g_eg_slide", `. v 16/51 outputs matched the filter condition ` "t_dm_slide", "gt_t_dm_slide", "t_ae_summ_slide", "l_ae_slide")`. > Running program `t_ds_slide` with suffix 'FAS'. Filter 'FAS' matched target ADSL. 400/400 records matched the filter condition `FASFL == 'Y'`. > Running program `t_dm_slide` with suffix 'FAS'. Filter 'FAS' matched target ADSL. 400/400 records matched the filter condition `FASFL == 'Y'`. > Running program `gt_t_dm_slide` with suffix 'FAS'. Filter 'FAS' matched target ADSL. 400/400 records matched the filter condition `FASFL == 'Y'`. > Running program `t_dm_slide` with suffix 'FAS'. Filter 'FAS' matched target ADSL. 400/400 records matched the filter condition `FASFL == 'Y'`. > Running program `t_ae_summ_slide` with suffix 'SE'. Filter 'SE' matched target ADSL. 400/400 records matched the filter condition `SAFFL == 'Y'`. > Running program `t_ae_pt_slide` with suffix 'X10PER_SE'. Filter 'SE' matched target ADSL. 400/400 records matched the filter condition `SAFFL == 'Y'`. Filter 'X10PER' matched target ADAE. 1934/1934 records matched the filter condition `1 == 1`. > Running program `t_ae_pt_slide` with suffix 'G34_X2PER_SE'. Filter 'SE' matched target ADSL. 400/400 records matched the filter condition `SAFFL == 'Y'`. Filters 'G34', 'X2PER' matched target ADAE. 560/1934 records matched the filter condition `AETOXGR %in% c('3', '4') & 1 == 1`. > Running program `t_ae_pt_soc_slide` with suffix 'X10PER_SE'. Filter 'SE' matched target ADSL. 400/400 records matched the filter condition `SAFFL == 'Y'`. Filter 'X10PER' matched target ADAE. 1934/1934 records matched the filter condition `1 == 1`. > Running program `t_ae_pt_soc_slide` with suffix 'G34_X2PER_SE'. Filter 'SE' matched target ADSL. 400/400 records matched the filter condition `SAFFL == 'Y'`. Filters 'G34', 'X2PER' matched target ADAE. 560/1934 records matched the filter condition `AETOXGR %in% c('3', '4') & 1 == 1`. > Running program `t_dd_slide` with suffix 'SE'. Filter 'SE' matched target ADSL. 400/400 records matched the filter condition `SAFFL == 'Y'`. > Running program `g_vs_slide` with suffix 'FAS_SYSBP'. Filter 'FAS' matched target ADSL. 400/400 records matched the filter condition `FASFL == 'Y'`. Filter 'SYSBP' matched target ADVS. 2800/16800 records matched the filter condition `PARAMCD == 'SYSBP'`. > Running program `g_eg_slide` with suffix 'FAS_EGHR'. Filter 'FAS' matched target ADSL. 400/400 records matched the filter condition `FASFL == 'Y'`. Filter 'EGHR' matched target ADEG. 3600/13600 records matched the filter condition `PARAMCD == 'HR'`. > Running program `l_ae_slide` with suffix 'SE'. Filter 'SE' matched target ADSL. 400/400 records matched the filter condition `SAFFL == 'Y'`. > Running program `t_ae_sae_slide` with suffix 'SE'. ! Error: object 't_ae_sae_slide' of mode 'function' was not found > Running program `g_vs_slide` with suffix 'ADSL_SYSBP'. Filter 'ADSL' matched target ADSL. 400/400 records matched the filter condition `1 == 1`. Filter 'SYSBP' matched target ADVS. 2800/16800 records matched the filter condition `PARAMCD == 'SYSBP'`. > Running program `g_eg_slide` with suffix 'ADSL_HR'. Filter 'ADSL' matched target ADSL. 400/400 records matched the filter condition `1 == 1`. Filter 'HR' matched target ADEG. 3600/13600 records matched the filter condition `PARAMCD == 'HR'`. object 't_ae_sae_slide' of mode 'function' was not found v Output saved in path D:\temp\2025_06_13_07_25_17_1634\RtmpmSTCzk/t_ds_slide_FAS v Output saved in path D:\temp\2025_06_13_07_25_17_1634\RtmpmSTCzk/t_dm_slide_FAS v Output saved in path D:\temp\2025_06_13_07_25_17_1634\RtmpmSTCzk/gt_t_dm_slide_FAS v Output saved in path D:\temp\2025_06_13_07_25_17_1634\RtmpmSTCzk/t_dm_slide_FAS v Output saved in path D:\temp\2025_06_13_07_25_17_1634\RtmpmSTCzk/t_ae_summ_slide_SE v Output saved in path D:\temp\2025_06_13_07_25_17_1634\RtmpmSTCzk/t_ae_pt_slide_X10PER_SE v Output saved in path D:\temp\2025_06_13_07_25_17_1634\RtmpmSTCzk/t_ae_pt_slide_G34_X2PER_SE v Output saved in path D:\temp\2025_06_13_07_25_17_1634\RtmpmSTCzk/t_ae_pt_soc_slide_X10PER_SE v Output saved in path D:\temp\2025_06_13_07_25_17_1634\RtmpmSTCzk/t_ae_pt_soc_slide_G34_X2PER_SE v Output saved in path D:\temp\2025_06_13_07_25_17_1634\RtmpmSTCzk/t_dd_slide_SE v Output saved in path v Output saved in path v Output saved in path D:\temp\2025_06_13_07_25_17_1634\RtmpmSTCzk/l_ae_slide_SE x Saving output t_ae_sae_slide_SE failed in step filter dataset with error message: object 't_ae_sae_slide' of mode 'function' was not found v Output saved in path v Output saved in path v Total number of success 15/16 x Total number of failures 1/16 ✔ | 287 2 | srep_outputs [130.0s] ──────────────────────────────────────────────────────────────────────────────── Warning ('test-srep_outputs.R:15:3'): Listing print correctly Non-unique sibling analysis table names. Using Labels instead. Use the table_names argument to analyze to avoid this when analyzing the same variable multiple times. occured at (row) path: root Backtrace: ▆ 1. ├─... %>% ... at test-srep_outputs.R:15:3 2. ├─autoslider.core::decorate_outputs(., version_label = NULL, for_test = TRUE) 3. │ └─base::lapply(...) 4. └─autoslider.core::generate_outputs(., datasets = testdata) 5. └─base::lapply(...) 6. └─autoslider.core (local) FUN(X[[i]], ...) 7. └─autoslider.core::fastDoCall(generate_output, args) 8. └─base::eval(call, envir = args, enclos = envir) 9. └─base::eval(call, envir = args, enclos = envir) 10. └─autoslider.core::generate_output(...) 11. ├─base::tryCatch(...) 12. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 13. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 14. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 15. └─autoslider.core (local) func(...) 16. └─autoslider.core::fastDoCall(...) 17. └─base::eval(call, envir = args, enclos = envir) 18. └─base::eval(call, envir = args, enclos = envir) 19. └─autoslider.core (local) func(...) 20. └─rtables::build_table(lyt, df = anl, alt_counts_df = adsl) 21. └─base::lapply(...) 22. └─rtables (local) FUN(X[[i]], ...) 23. └─rtables:::recursive_applysplit(...) 24. ├─rtables:::.make_split_kids(...) 25. └─rtables:::.make_split_kids(...) 26. └─rtables (local) .local(spl, have_controws, make_lrow, ...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::figure_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::figure_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::table_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::figure_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) Warning ('test-srep_outputs.R:41:5'): Listing print correctly Calling `add_slide()` without specifying a `layout` is deprecated. Please pass a `layout` or use `layout_default()` to set a default. => I will now continue with the former `layout` default "Title and Content" for backwards compatibility... Backtrace: ▆ 1. ├─testthat::expect_output(...) at test-srep_outputs.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─outputs %>% ... at test-srep_outputs.R:41:5 11. └─autoslider.core::generate_slides(...) 12. └─autoslider.core:::figure_to_slide(...) 13. └─autoslider.core:::do_call(...) 14. ├─base::do.call(fun, args[intersect(names(args), formalArgs(fun))]) 15. └─officer (local) ``(x = ``, master = "Office Theme") 16. └─base::.Deprecated(...) ──────────────────────────────────────────────────────────────────────────────── ✔ | 7 1 | t_ae_pt_diff_slide [1.8s] ✔ | 6 0 | t_ae_pt_slide [2.3s] ✔ | 4 1 | t_ae_pt_soc_diff_slide [2.4s] ✔ | 2 0 | t_ae_slide ✔ | 3 0 | t_ae_summary_slide ✔ | 3 2 | t_aesi_slide [1.4s] ✔ | 5 0 | t_dd_slide ✔ | 1 0 | t_dm_slide ✔ | 2 0 | t_dor_slide ✔ | 4 0 | t_ds_slide [2.5s] fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git ✔ | 3 15 | util ──────────────────────────────────────────────────────────────────────────────── Warning ('test-util.R:12:3'): Test some functions in util.R running command 'git remote -v' had status 128 Backtrace: ▆ 1. ├─testthat::expect_no_error(get_remote_url()) at test-util.R:12:3 2. │ └─testthat:::expect_no_(...) 3. │ └─testthat:::quasi_capture(enquo(object), NULL, capture) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─rlang::try_fetch(...) 6. │ │ ├─base::tryCatch(...) 7. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 8. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 10. │ │ └─base::withCallingHandlers(...) 11. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 12. └─autoslider.core:::get_remote_url() 13. └─base::system("git remote -v", intern = TRUE) Warning ('test-util.R:13:3'): Test some functions in util.R running command 'git rev-parse HEAD' had status 128 Backtrace: ▆ 1. ├─testthat::expect_no_error(get_last_gitcommit_sha()) at test-util.R:13:3 2. │ └─testthat:::expect_no_(...) 3. │ └─testthat:::quasi_capture(enquo(object), NULL, capture) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─rlang::try_fetch(...) 6. │ │ ├─base::tryCatch(...) 7. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 8. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 10. │ │ └─base::withCallingHandlers(...) 11. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 12. └─autoslider.core:::get_last_gitcommit_sha() 13. └─base::system("git rev-parse HEAD", intern = TRUE) Warning ('test-util.R:14:3'): Test some functions in util.R running command 'git rev-parse --abbrev-ref HEAD' had status 128 Backtrace: ▆ 1. ├─testthat::expect_no_error(get_repo_head_name()) at test-util.R:14:3 2. │ └─testthat:::expect_no_(...) 3. │ └─testthat:::quasi_capture(enquo(object), NULL, capture) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─rlang::try_fetch(...) 6. │ │ ├─base::tryCatch(...) 7. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 8. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 10. │ │ └─base::withCallingHandlers(...) 11. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 12. └─autoslider.core:::get_repo_head_name() 13. └─base::system("git rev-parse --abbrev-ref HEAD", intern = TRUE) ──────────────────────────────────────────────────────────────────────────────── v 2/51 outputs matched the filter condition `program %in% c("t_dm_slide")`. > Running program `t_dm_slide` with suffix 'FAS'. Filter 'FAS' matched target ADSL. 400/400 records matched the filter condition `FASFL == 'Y'`. > Running program `t_dm_slide` with suffix 'FAS'. Filter 'FAS' matched target ADSL. 400/400 records matched the filter condition `FASFL == 'Y'`. ✖ | 1 1 0 | ai [1.0s] ──────────────────────────────────────────────────────────────────────────────── Warning ('test_ai.R:36:3'): Listing print correctly cannot open file 'C:\Users\CRAN\Documents/autoslider.core/PORTKEY_KEY': No such file or directory Backtrace: ▆ 1. ├─autoslider.core::adding_ai_footnotes(...) at test_ai.R:36:3 2. │ └─autoslider.core::get_ellmer_chat(...) 3. │ └─ellmer::chat_portkey(...) 4. │ └─ellmer:::ProviderPortkeyAI(...) 5. │ ├─S7::new_object(...) 6. │ └─ellmer:::ProviderOpenAI(...) 7. │ └─S7::new_object(...) 8. └─autoslider.core:::get_portkey_key("~/autoslider.core/PORTKEY_KEY") 9. └─base::scan(filename, what = "character", sep = NULL) 10. └─base::file(file, "r") Error ('test_ai.R:36:3'): Listing print correctly Error in `file(file, "r")`: cannot open the connection Backtrace: ▆ 1. ├─autoslider.core::adding_ai_footnotes(...) at test_ai.R:36:3 2. │ └─autoslider.core::get_ellmer_chat(...) 3. │ └─ellmer::chat_portkey(...) 4. │ └─ellmer:::ProviderPortkeyAI(...) 5. │ ├─S7::new_object(...) 6. │ └─ellmer:::ProviderOpenAI(...) 7. │ └─S7::new_object(...) 8. └─autoslider.core:::get_portkey_key("~/autoslider.core/PORTKEY_KEY") 9. └─base::scan(filename, what = "character", sep = NULL) 10. └─base::file(file, "r") ──────────────────────────────────────────────────────────────────────────────── ✔ | 1 0 | format_date ══ Results ═════════════════════════════════════════════════════════════════════ Duration: 180.3 s ── Skipped tests (49) ────────────────────────────────────────────────────────── • On CRAN (49): 'test-data_snapshot.R:6:5', 'test-filter_spec-verbose.R:13:3', 'test-g_mean_slides.R:20:3', 'test-g_mean_slides.R:37:3', 'test-g_mean_slides.R:54:3', 'test-g_mean_slides.R:72:3', 'test-g_mean_slides.R:94:3', 'test-helper_functions.R:3:3', 'test-l_ae_slide.R:7:3', 'test-save_output.R:23:3', 'test-slides_preview.R:5:3', 'test-t_ae_pt_diff_slide.R:2:3', 'test-t_ae_pt_diff_slide.R:6:3', 'test-t_ae_pt_diff_slide.R:11:3', 'test-t_ae_pt_diff_slide.R:17:3', 'test-t_ae_pt_diff_slide.R:25:3', 'test-t_ae_pt_diff_slide.R:43:3', 'test-t_ae_pt_diff_slide.R:57:3', 'test-t_ae_pt_slide.R:2:3', 'test-t_ae_pt_slide.R:6:3', 'test-t_ae_pt_slide.R:10:3', 'test-t_ae_pt_slide.R:15:3', 'test-t_ae_pt_slide.R:19:3', 'test-t_ae_pt_slide.R:23:3', 'test-t_ae_pt_soc_diff_slide.R:2:3', 'test-t_ae_pt_soc_diff_slide.R:6:3', 'test-t_ae_pt_soc_diff_slide.R:10:3', 'test-t_ae_pt_soc_diff_slide.R:16:3', 'test-t_ae_slide.R:10:3', 'test-t_ae_slide.R:24:3', 'test-t_ae_summary_slide.R:2:3', 'test-t_ae_summary_slide.R:23:3', 'test-t_ae_summary_slide.R:35:3', 'test-t_aesi_slide.R:2:3', 'test-t_aesi_slide.R:10:3', 'test-t_aesi_slide.R:21:3', 'test-t_dd_slide.R:2:3', 'test-t_dd_slide.R:6:3', 'test-t_dd_slide.R:10:3', 'test-t_dd_slide.R:15:3', 'test-t_dd_slide.R:20:3', 'test-t_dm_slide.R:3:3', 'test-t_dor_slide.R:8:3', 'test-t_dor_slide.R:19:3', 'test-t_ds_slide.R:2:3', 'test-t_ds_slide.R:6:3', 'test-t_ds_slide.R:10:3', 'test-t_ds_slide.R:14:3', 'test_format_date.R:3:3' ── Failed tests ──────────────────────────────────────────────────────────────── Error ('test_ai.R:36:3'): Listing print correctly Error in `file(file, "r")`: cannot open the connection Backtrace: ▆ 1. ├─autoslider.core::adding_ai_footnotes(...) at test_ai.R:36:3 2. │ └─autoslider.core::get_ellmer_chat(...) 3. │ └─ellmer::chat_portkey(...) 4. │ └─ellmer:::ProviderPortkeyAI(...) 5. │ ├─S7::new_object(...) 6. │ └─ellmer:::ProviderOpenAI(...) 7. │ └─S7::new_object(...) 8. └─autoslider.core:::get_portkey_key("~/autoslider.core/PORTKEY_KEY") 9. └─base::scan(filename, what = "character", sep = NULL) 10. └─base::file(file, "r") [ FAIL 1 | WARN 298 | SKIP 49 | PASS 58 ] Deleting unused snapshots: • g_mean_slides/g_mean_nounit_test.new.svg • g_mean_slides/g_mean_nounit_test.svg Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [18s] OK * checking PDF version of manual ... [14s] OK * checking HTML version of manual ... [11s] OK * DONE Status: 1 ERROR