R/onload.R

Defines functions .onLoad

.onLoad = function(libname, pkgname){
    
  # To circumvent a peculiar behavior from pkgdown
  fix_pkgwdown_path()
  
  if(is_r_check()){
		data.table::setDTthreads(1)
	}

  invisible()
}

Try the fplot package in your browser

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

fplot documentation built on Aug. 24, 2023, 5:09 p.m.