R/zzz.R

## Up until R 2.15.0, the require("methods") is needed but (now)
## triggers an warning from R CMD check
# .onLoad <- function(libname, pkgname){
#     #require("methods")  ## needed with R <= 2.15.0
#     loadRcppModules()
# }


## 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().
#loadModule("NumEx", TRUE)
#loadModule("yada", TRUE)
#loadModule("DPMixNor", TRUE)
#loadModule("DPMixNorMar", TRUE)
#loadModule("DPMixMVReg", TRUE)
loadModule("HCMMLD", TRUE)

Try the MixedDataImpute package in your browser

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

MixedDataImpute documentation built on May 1, 2019, 9:29 p.m.