R/zzz.R

Defines functions .onAttach

Documented in .onAttach

#' On Load
#'
#' @param libname library name
#' @param pkgname package name
#'
#' @keywords internal
.onAttach <- function(libname, pkgname) {
  packageStartupMessage("shiny.router from version > 0.2.3 introduced major
  changes to the API. Old API is still working but has been marked as deprecated.
  Please check the docs, or examples to learn more: https://github.com/Appsilon/shiny.router")
}

Try the shiny.router package in your browser

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

shiny.router documentation built on April 18, 2023, 9:08 a.m.