R version 4.4.0 beta (2024-04-09 r86391 ucrt) -- "Puppy Cup" Copyright (C) 2024 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(IDEAFilter) > library(shinytest) > library(shinytest2) > > test_check("IDEAFilter") [ FAIL 0 | WARN 0 | SKIP 13 | PASS 2 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test_IDEAFilter.R:2:1', 'test_IDEAFilter_item.R:2:1', 'test_filter_log.R:2:1', 'test_html_scripts.R:2:1', 'test_preselection.R:2:1', 'test_reactive_data.R:2:1', 'test_shinyDataFilter_df.R:2:1', 'test_shiny_data_filter.R:2:1', 'test_shiny_data_filter_item.R:2:1', 'test_shiny_vector_filter_character.R:2:1', 'test_shiny_vector_filter_factor.R:2:1', 'test_shiny_vector_filter_numeric.R:2:1', 'test_shiny_vector_filter_unknown.R:2:1' [ FAIL 0 | WARN 0 | SKIP 13 | PASS 2 ] > > proc.time() user system elapsed 1.21 0.26 1.48