Nothing
# On load
.onAttach <- function(lib, pkg) {
packageStartupMessage("bayesEO - Bayesian Smoothing of Remote Sensing Image Classification.")
packageStartupMessage(
sprintf(
"Loaded bayesEO v%s.
See ?bayesEO for help, citation(\"bayesEO\") for use in publication.",
utils::packageDescription("bayesEO")$Version
)
)
}
.onLoad <- function(lib, pkg) {
bayes_colors()
}
# Creates a package environment to store global variables
bayesEO_env <- new.env()
#' @importFrom Rcpp sourceCpp
#' @importFrom dplyr .data
#' @useDynLib bayesEO, .registration = TRUE
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.