R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname){
  if(interactive()){
    packageStartupMessage(
      "Don't forget to save the files you edit."
    )
  }
}

Try the monaco package in your browser

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

monaco documentation built on May 18, 2022, 5:16 p.m.