inst/dependencies.R

# No Remotes ----
# Attachments ----
to_install <- c("attempt", "config", "DT", "ggplot2", "glue", "golem", "htmltools", "plotly", "shinipsum", "shiny", "shinydashboard", "shinydashboardPlus", "shinythemes", "shinyWidgets", "stringr")
  for (i in to_install) {
    message(paste("looking for ", i))
    if (!requireNamespace(i)) {
      message(paste("     installing", i))
      install.packages(i)
    }
  }
OceaneCsn/DIANE documentation built on Jan. 10, 2024, 6:43 p.m.