R/RtoC.R

#' @useDynLib bigtime, .registration = TRUE
#' @importFrom Rcpp sourceCpp
NULL

#' @import Rcpp
#' @import methods
#' @import stats
#' @importFrom utils head
#' @importFrom utils setTxtProgressBar
#' @importFrom utils txtProgressBar
#' @importFrom utils tail
#' @import corrplot
#' @import grDevices
#' @import graphics

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

Try the bigtime package in your browser

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

bigtime documentation built on Aug. 22, 2023, 1:08 a.m.