Revision 9fd41f29ea177368cddd1f3c39b21b264c545d8b authored by Martina Morris on 13 July 2015, 00:00:00 UTC, committed by Gabor Csardi on 13 July 2015, 00:00:00 UTC
1 parent 8ecf736
Raw File
onAttach.R
.onAttach <- function(lib, pkg){
  sm <- statnetStartupMessage("statnet", c(), TRUE)
  if(!is.null(sm)) packageStartupMessage(sm)
  check.updates()
}

back to top