R Under development (unstable) (2025-05-30 r88253 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. > Sys.setenv("R_TEST" = "") > library(testthat) > library(shinyscholar) Loading required package: bslib Attaching package: 'bslib' The following object is masked from 'package:utils': page 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") Running "D:/RCompile/recent/R/bin/x64/Rcmd.exe" INSTALL \ "D:/temp/2025_06_01_17_45_17_14161/Rtmp8w3YwB/file198dc605773e0/shinyscholara" \ --install-tests --no-docs --no-multiarch --no-demo * installing to library 'D:/temp/2025_06_01_17_45_17_14161/Rtmp8w3YwB/temp_libpath198dc56b062c5' * installing *source* package 'shinyscholara' ... ** this is package 'shinyscholara' version '0.0.1' ** using staged installation ** R ** inst ** tests ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (shinyscholara) Running "D:/RCompile/recent/R/bin/x64/Rcmd.exe" INSTALL \ "D:/temp/2025_06_01_17_45_17_14161/Rtmp8w3YwB/file198dc1265dbf/shinyscholarb" \ --install-tests --no-docs --no-multiarch --no-demo * installing to library 'D:/temp/2025_06_01_17_45_17_14161/Rtmp8w3YwB/temp_libpath198dcbaa1c27' * installing *source* package 'shinyscholarb' ... ** this is package 'shinyscholarb' version '0.0.1' ** using staged installation ** R ** inst ** tests ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (shinyscholarb) Running "D:/RCompile/recent/R/bin/x64/Rcmd.exe" INSTALL \ "D:/temp/2025_06_01_17_45_17_14161/Rtmp8w3YwB/file198dc2c8058a4/shinyscholarc" \ --install-tests --no-docs --no-multiarch --no-demo * installing to library 'D:/temp/2025_06_01_17_45_17_14161/Rtmp8w3YwB/temp_libpath198dc66b5604d' * installing *source* package 'shinyscholarc' ... ** this is package 'shinyscholarc' version '0.0.1' ** using staged installation ** R ** inst ** tests ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (shinyscholarc) Running "D:/RCompile/recent/R/bin/x64/Rcmd.exe" INSTALL \ "D:/temp/2025_06_01_17_45_17_14161/Rtmp8w3YwB/file198dc645d4344/shinyscholard" \ --install-tests --no-docs --no-multiarch --no-demo * installing to library 'D:/temp/2025_06_01_17_45_17_14161/Rtmp8w3YwB/temp_libpath198dc2c8c75ab' * installing *source* package 'shinyscholard' ... ** this is package 'shinyscholard' version '0.0.1' ** using staged installation ** R ** inst ** tests ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (shinyscholard) [ FAIL 0 | WARN 0 | SKIP 30 | PASS 153 ] ══ Skipped tests (30) ══════════════════════════════════════════════════════════ • On CRAN (30): 'test-create_template.R:158:7', 'test-create_template.R:200:7', 'test-create_template.R:230:7', 'test-create_template.R:260:7', 'test-downloads.R:6:5', 'test-downloads.R:37:5', 'test-downloads.R:52:5', 'test-downloads.R:71: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:5:5', 'test-save_load.R:15:5', 'test-save_load.R:28:5', 'test-save_load.R:40:5', 'test-save_load.R:56: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 153 ] > > if (.Platform$OS.type == "windows" && Sys.getenv("GITHUB_ACTIONS") == "true") { + system('taskkill /F /IM "chrome.exe" /T') + } > > proc.time() user system elapsed 33.90 2.87 59.95