R/zzz.R

Defines functions .onAttach .onLoad

.onLoad <- function(libname, pkgname) {
  shiny::addResourcePath("sbs", system.file("www", package = "shinyBS"))
  shiny::addResourcePath("shinydexter", system.file("www", package = "dextergui", mustWork = TRUE))
}

.onAttach <- function(libname, pkgname) {
  shiny::addResourcePath("sbs", system.file("www", package = "shinyBS"))
  shiny::addResourcePath("shinydexter", system.file("www", package = "dextergui", mustWork = TRUE))
}

Try the dextergui package in your browser

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

dextergui documentation built on June 21, 2022, 9:05 a.m.