Nothing
      ##' Collection of mainly combined models
##'
##' This package provides a collection of models, including "combined" models:
##'
##' \itemize{
##' \item PCA-LDA
##' \item PLS-LDA
##' \item PCA with added reference
##' \item EMSC
##' }
##' 
##' @name cbmodels-package
##' @docType package
##' 
{
  if (!require ("svUnit", quietly = TRUE)){
    `.test<-` <- function (f, value) {
      class (value) <-  c ("svTest", "function")
      attr (f, "test") <- value
      f
    }
  } else {
    `.test<-` <- svUnit::`test<-`
    checkEqualsOrdered <- function (target, current, ...)
      checkEquals (target [order (names (target))], current [order (names (current))], ...)
    checkEqualAttributes <- function (target, current, ...)
      checkEqualsOrdered (attributes (target), attributes (current), ...) # TODO: exclusion list
  }
}
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.