R/zzz.R

Defines functions .onAttach

##/////////////////////////////////////////////////////////////////////////////
##//zzz.R
##/////////////////////////////////////////////////////////////////////////////
##
##=============================================================================
##author: Michael Dietze
##=============================================================================

##==============================================================================

.onAttach <- function(libname, pkgname){
  
  ## show startup message
  # try(packageStartupMessage("Welcome to another bright 'eseis' session."), 
  #     silent = TRUE)
  
  ## try to load obspy library
  # obspy <- try(reticulate::import("obspy"),
  #              silent = TRUE)
}

Try the eseis package in your browser

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

eseis documentation built on Aug. 10, 2023, 5:08 p.m.