R/coala.R

#' A Framework for Coalescent Simulation in R
#'
#' This package allows to specify and simulate coalescent models from
#' within R. The `introduction` vignette is a good place to start.
#'
#' @importFrom Rcpp evalCpp
#' @useDynLib coala, .registration = TRUE
#' @importFrom assertthat assert_that
"_PACKAGE"

# Mute warnings about R6 object internals
#' @importFrom utils suppressForeignCheck
suppressForeignCheck(c("self", "private", "super"))

Try the coala package in your browser

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

coala documentation built on Jan. 5, 2023, 5:11 p.m.