R Under development (unstable) (2024-12-10 r87437 ucrt) -- "Unsuffered Consequences" 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. > Sys.setenv("R_TEST" = "") > library(testthat) > library(shinyscholar) Loading required package: gargoyle Attaching package: 'gargoyle' The following object is masked from 'package:testthat': watch Loading required package: leaflet Loading required package: shiny > library(shinytest2) > > test_check("shinyscholar") Error in initialize(...) : Invalid path to Chrome Error in initialize(...) : Invalid path to Chrome Error in initialize(...) : Invalid path to Chrome Error in initialize(...) : Invalid path to Chrome Error in initialize(...) : Invalid path to Chrome Error in initialize(...) : Invalid path to Chrome Error in initialize(...) : Invalid path to Chrome Error in initialize(...) : Invalid path to Chrome Error in initialize(...) : Invalid path to Chrome Error in initialize(...) : Invalid path to Chrome Error in initialize(...) : Invalid path to Chrome Error in initialize(...) : Invalid path to Chrome Error in initialize(...) : Invalid path to Chrome [ FAIL 0 | WARN 0 | SKIP 21 | PASS 112 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (8): 'test-select_async.R:4:5', 'test-select_async.R:33:5', 'test-select_async.R:44:5', 'test-select_async.R:56:5', 'test-select_query.R:4:5', 'test-select_query.R:35:5', 'test-select_query.R:47:5', 'test-select_query.R:59:5' • `shinytest2::AppDriver` can not be initialized as {chromote} can not be started (13): 'test-create_template.R:154:7', 'test-create_template.R:197:7', 'test-downloads.R:3:5', 'test-downloads.R:33:5', 'test-downloads.R:47:5', 'test-metadata.R:129:5', 'test-plot_hist.R:15:5', 'test-plot_scatter.R:18:5', 'test-save_load.R:3:5', 'test-save_load.R:10:5', 'test-save_load.R:19:5', 'test-save_load.R:27:5', 'test-select_user.R:13:5' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 112 ] > > if (.Platform$OS.type == "windows" && Sys.getenv("GITHUB_ACTIONS") == "true") { + system('taskkill /F /IM "chrome.exe" /T') + } > > proc.time() user system elapsed 17.23 0.98 23.98