R/misc.R

#' @useDynLib varband
#' @import Rcpp
# #' @import RcppArmadillo
# importing RcppArmadillo here would cause the following note:
# Package in Depends/Imports which should probably only be in LinkingTo: 'RcppArmadillo'
NULL

.onUnload <- function (libpath) {
  library.dynam.unload("varband", libpath)
}
hugogogo/varband documentation built on May 17, 2019, 9:12 p.m.