#' BMTME: Bayesian Multi-Trait Multi-Environment models
#'
#' The Bayesian Multi-Trait Multi-Environment models (BMTME) package was developed to implement...
#'
#'
#' @docType package
#' @name BMTME
#' @importFrom Rcpp compileAttributes
NULL
if (getRversion() >= "2.15.1")
utils::globalVariables(
c('.',
'Environment',
'Trait',
'Partition',
'Predicted',
'Observed',
'Pearson',
'MAAPE',
'SE_Pearson',
'SE_MAAPE'
)
)
.onUnload <- function (libpath) {
library.dynam.unload("BMTME", libpath)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.