R/aaa.R

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(paste("\n", paste(rep("*", 47), collapse = ""), "\n",
                              " Note that roxygen is no longer being actively\n",
                              " developed. Please use its successor roxygen2!\n",
                              paste(rep("*", 47), collapse = ""), "\n"))
  return(TRUE)
}
	

Try the roxygen package in your browser

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

roxygen documentation built on May 2, 2019, 4:44 p.m.