R/zzz.R

# Just for exporting RCpp things using roxygen

#' @useDynLib cbce, .registration=TRUE
#' @import methods 
#' @importFrom Rcpp loadModule
#' @import Rcpp
#' 
NULL

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

loadModule("cbase", TRUE)
miheerdew/cbce documentation built on Aug. 28, 2023, 2:18 p.m.