Nothing
#' @importFrom pryr standardise_call
#' @importFrom Deriv Simplify
#' @importFrom digest digest
#' @importFrom DescTools StrAlign
#' @importFrom utils capture.output ls.str
#' @importFrom stringr str_match str_match_all str_extract_all
#' @import methods
#' @import BiocGenerics
#' @useDynLib gpuMagic, .registration = TRUE, .fixes = 'C_'
.onDetach <- function(libpath) {
gc()
}
.onUnload <- function(libpath) {
.gpuResourcesManager$deleteEnv()
}
.onLoad <- function(libname, pkgname) {
updateDeviceInfo()
if(getTotalDeviceNum()!=0){
setDevice(1)
}
}
DEBUG = TRUE
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.