R/onAttach.R

.onAttach <- function(library, pkg)
{
  # Rv <- R.Version()
  # if(Rv$major < 2 |(Rv$major == 2 && Rv$minor < 2.0))
  #  stop("This package requires R 2.2.0 or later")
  if(interactive())
  {
    meta <- packageDescription("circular")
    packageStartupMessage(
         "Package 'circular', ", meta$Version, " (", meta$Date, "). ",
         "Type 'help(Circular)' for summary information. \n Please report any bug or comments to Claudio Agostinelli <claudio.agostinelli@unitn.it>")
  }
  invisible()
}

Try the circular package in your browser

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

circular documentation built on May 2, 2019, 4:42 p.m.