R/onload.R

Defines functions .onUnload .onLoad

#' @importFrom grDevices dev.off pdf
#' @importFrom graphics plot.new
#' @importFrom methods is
#' @importFrom stats quantile runif
#' @importFrom utils str
#' @import methods

.onLoad <- function(libname, pkgname) {
  options(list("Matrix.quiet" = TRUE))
}


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

Try the fmesher package in your browser

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

fmesher documentation built on Nov. 2, 2023, 5:35 p.m.