R/qtl2pleio-package.r

#' qtl2pleio.
#'
#' Testing pleiotropy vs. separate QTL in multiparental populations
#'
#' @useDynLib qtl2pleio, .registration = TRUE
#' @name qtl2pleio
#' @docType package
#' @importFrom Rcpp sourceCpp
#' @importFrom stats profile
NULL

.onUnload <- function (libpath) {
  library.dynam.unload("qtl2pleio", libpath)
}

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if(getRversion() >= "2.15.1")  utils::globalVariables(c(".", "lod", "marker_position", "profile_lod", "loglik", "Var1", "profile", "pleio_max", "marker", "trait", "log10lik", "null_log10lik"))
fboehm/qtl2pleio documentation built on July 17, 2021, 11:34 p.m.