R/onLoad.R

.onLoad <- function(libname, pkgname) {
  
  ### Code that needs to be executed when the package is loaded goes here
  
  # Create the RSGHB class
  setClass("RSGHB")
  
}
RSGInc/RSGHB documentation built on July 4, 2019, 8:37 p.m.