#' 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.