R/ZZZZ.R

.onAttach <- function (lib, pkg) {
  pkg.info <- drop(
    read.dcf(file = system.file("DESCRIPTION", package = "febr"),
             fields = c("Title", "Version", "Date")))
  packageStartupMessage(
    paste("---------------------------------------------------------------------\n",
          pkg.info["Title"],                                                  " \n",
          "febr version ", pkg.info["Version"],                               " \n",
          "(built on ", pkg.info["Date"], ") is now loaded                      \n",
          "                                                                     \n",
          "Check the new data download function readFEBR()                      \n",
          "                                                                     \n",
          "Visit https://www.pedometria.org/febr for more information           \n",
          "---------------------------------------------------------------------\n",
          sep = "")
  )
}

Try the febr package in your browser

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

febr documentation built on March 18, 2022, 5:57 p.m.