R/onAttach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  # Runs when attached to search() path such as by library() or require()
  if (interactive()) {


##-------------------------------
## Opening message
##--------------------------------
packageStartupMessage(' ')
packageStartupMessage('   +--------------------------------------------------------------------------+ ')
packageStartupMessage('   |                  Eagle Version 2.5 has been loaded                     | ')  
packageStartupMessage('   |                                                                          | ')             
packageStartupMessage('   |    Visit eagle.r-forge.r-project.org for Quick Start guide and FAQ       | ')               
packageStartupMessage('   |                                                                          | ')
packageStartupMessage('   |                Type OpenGUI() to open web-based GUI                      | ')
packageStartupMessage('   +--------------------------------------------------------------------------+ ')
packageStartupMessage(' ')
}

}

Try the Eagle package in your browser

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

Eagle documentation built on Nov. 30, 2021, 9:08 a.m.