R/onAttach.r

Defines functions .onAttach

.onAttach <- function(libname, pkgname){
  
    packageStartupMessage(
      "Package rchemo version : 0.0-17
      
      --- To see what changed in the new version, write: 
      --- news(package = 'rchemo')

      --- Check at: https://github.com/mlesnoff/rchemo 
      --- for eventual updates \n"
       
      )

  }
mlesnoff/rchemo documentation built on April 15, 2023, 1:25 p.m.