R/zzz.R

## For R 2.15.1 and later this also works. Note that calling loadModule() triggers
## a load action, so this does not have to be placed in .onLoad() or evalqOnLoad().
Rcpp::loadModule("BackendChisq", TRUE)
Rcpp::loadModule("BackendNormal", TRUE)



#'A reference class that holds precomputations to do p-val calculations for chisq.
#'@name BackendChisq
NULL


#'A reference class that holds precomputations to do parallel
#' p-val calculations for normal.
#'@name BackendNormal
NULL

#' The method types to be passed to $pvals
Method <- list(BigX=0, BigX_fast=1, BigM=2, Auto=3)
miheerdew/bmdupdate documentation built on May 17, 2019, 1:35 p.m.