R/module_news.R

Defines functions newUpdate

Documented in newUpdate

#' News/Update module
#'
#' @return NA
#' 
#'
newUpdate <- function(){
  if (isTRUE(.Options$idbac_testing)) {
  showModal(
    modalDialog(
      size = "m",
      title = paste0("IDBac Version ", 
                     utils::packageVersion("IDBacApp")),
      shiny::includeMarkdown(system.file("NEWS.md", package = "IDBacApp")),
      easyClose = TRUE, 
      footer = modalButton("Dismiss"))
  )
  }
}
chasemc/IDBac_App documentation built on Oct. 25, 2022, 7:34 a.m.