R/zzz.R

Defines functions .onAttach

# import explicitly, because we have a name clash for BBmisc::normalize and llama::normalize
#' @importFrom BBmisc makeS3Obj addClasses sortByCol setColNames dropNamed rangeVal ensureVector which.first convertMatrixType warningf extractSubList seq_row collapse requirePackages stopf catf clipString messagef getMinIndex

#' @import batchtools
#' @import checkmate
#' @import corrplot
#' @import ggplot2
#' @import graphics
#' @import llama
#' @import mlr
#' @import parallelMap
#' @import plyr
#' @import reshape2
#' @import RWeka
#' @import stats
#' @import stringr
#' @import yaml
NULL

.onAttach <-
function(libname, pkgname) {
    parallelRegisterLevels(pkgname, c("tuneLlamaModel"))
}

Try the aslib package in your browser

Any scripts or data that you put into this service are public.

aslib documentation built on Aug. 25, 2022, 9:09 a.m.