R/onAttach.R

Defines functions .onAttach

.onAttach<-function(libname, pkgname){
  packageStartupMessage("\n", appendLF = FALSE)
  packageStartupMessage("Please install ReGenesees --> devtools::install_github('DiegoZardetto/ReGenesees')", appendLF = FALSE)
  packageStartupMessage("\n", appendLF = FALSE)
  packageStartupMessage("Report issues at https://github.com/barcaroli/R2BEAT/issues", appendLF = FALSE)
  packageStartupMessage("\n", appendLF = FALSE)
  packageStartupMessage("Get a complete documentation on https://barcaroli.github.io/R2BEAT/", appendLF = FALSE)
  packageStartupMessage("\n", appendLF = FALSE)
}


      

Try the R2BEAT package in your browser

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

R2BEAT documentation built on May 31, 2023, 7:19 p.m.