tests/testthat.R

Sys.setenv("R_TEST" = "")
library(testthat)
library(shinyscholar)
library(shinytest2)

test_check("shinyscholar")

if (.Platform$OS.type == "windows" && Sys.getenv("GITHUB_ACTIONS") == "true") {
  system('taskkill /F /IM "chrome.exe" /T')
}

Try the shinyscholar package in your browser

Any scripts or data that you put into this service are public.

shinyscholar documentation built on Sept. 9, 2025, 5:52 p.m.