R/zzz.R

Defines functions .onAttach

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

Try the aceEditor package in your browser

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

aceEditor documentation built on March 6, 2021, 5:06 p.m.