R/keyATM-package.R

Defines functions .onUnload

#' Keyword Assisted Topic Models
#'
#' @description The implementation of keyATM models.
#' @importFrom Rcpp sourceCpp
#' @useDynLib keyATM, .registration = TRUE
#' @aliases NULL keyATM-package
"_PACKAGE"

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL

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

Try the keyATM package in your browser

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

keyATM documentation built on May 31, 2023, 6:27 p.m.