R/onLoad.R

Defines functions .onLoad

.onLoad = function(libname, pkgname){
  # setting some options
  
  # operations
  setup_operations()
  
  # generating functions (only if root)
  generate_help_extensive()

  # help
  setup_help_extensive()
  
  # To circumvent a peculiar behavior from pkgdown
  fix_pkgwdown_path()

  invisible()
}

Try the stringmagic package in your browser

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

stringmagic documentation built on May 29, 2024, 6:04 a.m.