inst/shinytest/app.R

# shinytest2 wrapper for nprcgenekeepr Shiny application
# This app is used for automated testing with shinytest2

library(shiny) # nolint: undesirable_function_linter
library(nprcgenekeepr) # nolint: undesirable_function_linter

# Create and run the app
shinyApp(
  ui = appUI(),
  server = appServer
)

Try the nprcgenekeepr package in your browser

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

nprcgenekeepr documentation built on July 26, 2026, 5:06 p.m.