R/OnAttach.R

.onAttach <- function(libname, pkgname) {

  my.message <- paste('\nThank you for using pafdR. You can find more details about the book in:',
                      '\n\nhttps://sites.google.com/view/pafdr/home',
                      '\n')
  packageStartupMessage(my.message)
}

Try the pafdR package in your browser

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

pafdR documentation built on May 2, 2019, 7:27 a.m.