R/init.R

.onAttach <- function (libname, pkgname){
  ## unlockBinding(".options", asNamespace("arrayhelpers")) 

  desc <- utils::packageDescription("arrayhelpers")
  vers <- paste("V. ", desc$Version)

  packageStartupMessage ("Package ",  desc$Package, ", version ", desc$Version, "\n\n",
       "If you use this package please cite it appropriately.\n",
       "   citation(\"", desc$Package, "\")\nwill give you the correct reference.", "\n\n",
       "The project homepage is ", desc$URL, "\n\n",
       sep = "")
}

Try the arrayhelpers package in your browser

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

arrayhelpers documentation built on Feb. 4, 2020, 5:06 p.m.