R/zzz.r

.onAttach <- function(...) { 

  library(help=bgeva)$info[[1]] -> version
  version <- version[pmatch("Version",version)]
  um <- strsplit(version," ")[[1]]
  version <- um[nchar(um)>0][2]
  hello <- paste("\nThis is bgeva ",version,".\nFor overview type 'help(\"bgeva-package\")'.\n",sep="")
  packageStartupMessage(hello)
  
}

Try the bgeva package in your browser

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

bgeva documentation built on May 1, 2019, 7:23 p.m.