R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname){

  msg <- paste(
    "This is an early build with potentially significant changes between versions.",
    "Please report all bugs via the GitHub issue tracker.",
    sep = "\n"
  )

  packageStartupMessage(msg)

}
simongrund1/robosynth documentation built on March 20, 2022, 6:15 p.m.