R version 4.6.0 alpha (2026-04-01 r89771 ucrt) Copyright (C) 2026 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) > library(shinytest2) > > test_check("shinyscholar") [ FAIL 0 | WARN 0 | SKIP 30 | PASS 152 ] ══ Skipped tests (30) ══════════════════════════════════════════════════════════ • On CRAN (30): 'test-create_template.R:163:7', 'test-create_template.R:210:7', 'test-create_template.R:245:7', 'test-create_template.R:280:7', 'test-downloads.R:6:5', 'test-downloads.R:37:5', 'test-downloads.R:52:5', 'test-downloads.R:71:5', 'test-helpers.R:7:5', 'test-metadata.R:98:5', 'test-plot_auto.R:7:5', 'test-plot_hist.R:20:5', 'test-plot_scatter.R:19:5', 'test-plot_semi.R:6:5', 'test-save_and_load.R:121:5', 'test-save_load.R:6:5', 'test-save_load.R:19:5', 'test-save_load.R:31:5', 'test-save_load.R:47:5', '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', 'test-select_user.R:15:5', 'test-select_user.R:26:5', 'test-select_user.R:37:5' [ FAIL 0 | WARN 0 | SKIP 30 | PASS 152 ] > > if (.Platform$OS.type == "windows" && Sys.getenv("GITHUB_ACTIONS") == "true") { + system('taskkill /F /IM "chrome.exe" /T') + } > > proc.time() user system elapsed 25.23 1.89 45.53