R/fastadi-package.R

#' @keywords internal
#'
#' @importFrom glue glue
#' @import LRMF3
#' @import Matrix
#' @importFrom logger log_info log_debug
#' @importFrom methods as
#' @importFrom RSpectra svds
#' @importFrom stats sd
#'
"_PACKAGE"

## usethis namespace: start
#' @importFrom Rcpp sourceCpp evalCpp
#' @useDynLib fastadi, .registration = TRUE
#' @importFrom Rcpp sourceCpp
## usethis namespace: end
NULL

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

Try the fastadi package in your browser

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

fastadi documentation built on June 8, 2025, 12:44 p.m.