R/cellpoptime-package.R

Defines functions .onUnload

#' cellpoptime: analyze and visualize phylogenetic tree of cell population
#' @useDynLib cellpoptime, .registration = TRUE
#' @importFrom Rcpp sourceCpp
#' @importFrom magrittr %>%
#' @importFrom rlang .data
#' @keywords internal
"_PACKAGE"

.onUnload = function(libpath) {
  library.dynam.unload("cellpoptime", libpath)
}
heavywatal/cellpoptime documentation built on May 5, 2021, 7:16 p.m.