R/zzz.R

Defines functions release_questions .onUnload

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

release_questions <- function() {
  "Have you checked sanitizers (with `rhub::check_with_sanitizers()`)?"
}

Try the fracture package in your browser

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

fracture documentation built on May 21, 2022, 9:05 a.m.