#' The 'Bpred' package.
#'
#' @description Bayesian multivariate regression application.
#'
#' @docType package
#' @name Bpred
#' @rawNamespace import(shiny, except = c(renderDataTable, dataTableOutput))
#' @importFrom coda raftery.diag gelman.diag geweke.diag heidel.diag mcmc
#' @importFrom dplyr bind_cols bind_rows filter group_by if_else mutate summarise ungroup
#' @importFrom futile.logger flog.debug flog.info flog.warn
#' @importFrom ggplot2 aes aes_ geom_boxplot geom_density geom_errorbar geom_histogram
#' ggplot geom_point ggtitle geom_line geom_ribbon theme
#' @importFrom graphics lines
#' @importFrom httr content
#' @importFrom DataTools checkAnyNonNumericColumns downloadModelUI downloadModelServer importDataUI
#' importDataServer importUI importServer importOptions
#' @importFrom DT datatable dataTableOutput renderDataTable
#' @importFrom magrittr %>%
#' @importFrom grDevices dev.off pdf png svg tiff
#' @importFrom mice mice complete
#' @importFrom modules module
#' @importFrom rlang .data
#' @importFrom rsync rsync getData sendObject listFiles
#' @importFrom shinyjs alert reset useShinyjs
#' @importFrom shinyTools customPointsServer customPointsUI dataExportButton dataExportServer
#' formatPointsOfGGplot formatScalesOfGGplot formatTitlesOfGGplot headerButtonsUI
#' plotExportButton plotExportServer plotPointsServer plotPointsUI plotRangesServer plotRangesUI
#' plotTitlesServer plotTitlesUI shinyTryCatch
#' @importFrom stats density median na.omit quantile rgamma rlnorm rnorm sd optim runif var
#' @importFrom utils capture.output combn packageVersion
#' @importFrom yaml read_yaml
#'
globalVariables(c("model", "dataObj", "formulasObj", "inputObj"))
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.