R/onAttach.R

.onAttach <- function(libname, pkgname) {

  packageStartupMessage(
    paste0("Version: ", utils::packageDescription("RInno")[["Version"]]))
  packageStartupMessage(
    paste0("Maintainer: ", utils::packageDescription("RInno")[["Maintainer"]]))
  packageStartupMessage(
    paste0("License: ", utils::packageDescription("RInno")[["License"]]))
  packageStartupMessage(
    paste0("URL: ", utils::packageDescription("RInno")[["URL"]]))
}

Try the RInno package in your browser

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

RInno documentation built on May 1, 2019, 10:52 p.m.