R Under development (unstable) (2025-09-03 r88788 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 [ FAIL 0 | WARN 0 | SKIP 26 | PASS 776 ] ══ Skipped tests (26) ══════════════════════════════════════════════════════════ • On CRAN (26): 'test_addins.R:76:20', 'test_download_file.R:111:20', 'test_download_file.R:164:20', 'test_download_file.R:184:20', 'test_download_file.R:220:20', 'test_downloadable_table.R:200:5', 'test_downloadable_table.R:209:5', 'test_log_viewer.R:16:5', 'test_log_viewer.R:25:20', 'test_ui_functions.R:202:5', 'test_ui_functions.R:227:5', 'test_ui_functions.R:272:5', 'test_ui_functions.R:337:5', 'test_ui_functions.R:350:5', 'test_ui_functions.R:357:5', 'test_ui_functions.R:377:5', 'test_ui_functions.R:391:5', 'test_ui_functions.R:479:5', 'test_ui_functions.R:484:5', 'test_ui_functions.R:529:5', 'test_ui_functions.R:536:5', 'test_ui_functions.R:574:5', 'test_ui_functions.R:614:5', 'test_ui_functions.R:627:5', 'test_ui_functions.R:645:5', 'test_ui_misc_functions.R:36:5' [ FAIL 0 | WARN 0 | SKIP 26 | PASS 776 ] Deleting unused snapshots: • download_file/download.csv • download_file/download.tsv • 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 • download_file/show_row_names_download.tsv • download_file/show_row_names_download.txt > > proc.time() user system elapsed 27.98 3.56 31.76