R/zzz.R

Defines functions .onLoad

.onLoad <- function(...){
  requireNamespace("ggplot2")
  requireNamespace("compiler")
  compiler::enableJIT(3)
  return(NULL)
}

Try the flimo package in your browser

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

flimo documentation built on May 31, 2023, 6:04 p.m.