R Under development (unstable) (2023-12-13 r85679 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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. > pkg_name <- "teal.widgets" > library(pkg_name, character.only = TRUE) > testthat::test_check(pkg_name) Error in initialize(...) : Invalid path to Chrome Error in pag_indices_inner(pagdf = mf_rinfo(mpf), rlpp = calc_rlpp(pg_size_spec, : Lines of repeated context (plus header materials) larger than specified lines per page Error in initialize(...) : Invalid path to Chrome [ FAIL 0 | WARN 0 | SKIP 2 | PASS 203 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • `shinytest2::AppDriver` can not be initialized as {chromote} can not be started (2): 'test-plot_with_settings_ui.R:10:3', 'test-table_with_settings_ui.R:2:3' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 203 ] Deleting unused snapshots: • app_pws_ui/plot_with_settings_ui/pws-download_menu.png • app_pws_ui/plot_with_settings_ui/pws-hidden.png • app_pws_ui/plot_with_settings_ui/pws-resize_menu.png • app_pws_ui/plot_with_settings_ui/pws-visible.png • app_tws_ui/table_with_settings_ui/tws-final_values.json > > proc.time() user system elapsed 10.78 0.59 11.48