R Under development (unstable) (2025-04-13 r88141 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(periscope2) > > test_check("periscope2") Loading required package: shiny Loading required package: bs4Dash Attaching package: 'bs4Dash' The following objects are masked from 'package:shiny': actionButton, column, insertTab, navbarMenu, tabsetPanel The following object is masked from 'package:graphics': box Loading required package: ggplot2 2025-04-14 15:56:45.846674 INFO:actions:File downloaded in browser: < mydownload1.png > 2025-04-14 15:56:46.444132 INFO:actions:File downloaded in browser: < mydownload1.jpeg > 2025-04-14 15:56:47.256234 INFO:actions:File downloaded in browser: < mydownload1.tiff > 2025-04-14 15:56:48.591109 INFO:actions:File downloaded in browser: < mydownload1.bmp > 2025-04-14 15:56:49.339323 WARNING::txt could not be processed 2025-04-14 15:56:49.352964 INFO:actions:File downloaded in browser: < my_numeric_data.txt > Could not apply DT options due to: the `selection` argument is incorrect: - `mode` must be one of 'none', 'single' and 'multiple' Could not apply DT options due to: the `selection` argument is incorrect: - `mode` must be one of 'none', 'single' and 'multiple' Could not apply DT options due to: the `selection` argument is incorrect: - `mode` must be one of 'none', 'single' and 'multiple' Could not apply DT options due to: the `selection` argument is incorrect: - `mode` must be one of 'none', 'single' and 'multiple' 2025-04-14 15:57:00.647919 DEBUG::log generated for testing 2025-04-14 15:57:00.647919 DEBUG::log generated for testing 2025-04-14 15:57:00.651251 INFO::log generated for testing 2025-04-14 15:57:00.651251 INFO::log generated for testing [ FAIL 0 | WARN 1 | SKIP 26 | PASS 626 ] ══ Skipped tests (26) ══════════════════════════════════════════════════════════ • On CRAN (26): 'test_addins.R:76:20', 'test_download_file.R:102:20', 'test_download_file.R:138:20', 'test_download_file.R:150:20', 'test_download_file.R:170:20', 'test_downloadable_table.R:184:5', 'test_downloadable_table.R:193:5', 'test_log_viewer.R:20:5', 'test_log_viewer.R:29:20', 'test_ui_functions.R:198:5', 'test_ui_functions.R:223:5', 'test_ui_functions.R:268:5', 'test_ui_functions.R:333:5', 'test_ui_functions.R:346:5', 'test_ui_functions.R:353:5', 'test_ui_functions.R:373:5', 'test_ui_functions.R:387:5', 'test_ui_functions.R:451:5', 'test_ui_functions.R:456:5', 'test_ui_functions.R:501:5', 'test_ui_functions.R:522:5', 'test_ui_functions.R:560:5', 'test_ui_functions.R:600:5', 'test_ui_functions.R:613:5', 'test_ui_functions.R:631:5', 'test_ui_misc_functions.R:36:5' [ FAIL 0 | WARN 1 | SKIP 26 | PASS 626 ] Deleting unused snapshots: • download_file/download.txt • download_file/my_char_download.csv • download_file/my_char_download.tsv • download_file/my_char_download.txt • download_file/mydownload1.csv • download_file/mydownload1.tsv • download_file/mydownload1.txt • download_file/show_row_names_download.csv > > proc.time() user system elapsed 26.35 3.17 29.70