R/onAttach.r

Defines functions .onAttach

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

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

  }

Try the rchemo package in your browser

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

rchemo documentation built on Sept. 11, 2024, 8:05 p.m.