R/ibdsim2-package.R

#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @import pedtools
#' @importFrom stats rpois runif

#' @importFrom Rcpp sourceCpp evalCpp
#' @useDynLib ibdsim2, .registration = TRUE
#' @importFrom Rcpp sourceCpp
## usethis namespace: end
NULL

.onUnload <- function (libpath) {
  library.dynam.unload('ibdsim2', libpath)
}

Try the ibdsim2 package in your browser

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

ibdsim2 documentation built on Aug. 17, 2023, 5:17 p.m.