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")
}
Appsilon/shiny.router documentation built on April 21, 2024, 5:48 p.m.