R/zzz.R

Defines functions .onLoad

.onLoad <- function(lib, pkg)
{
   #txt <- c("\n",
    #        paste(sQuote("BETS")),
     #       "\n",
      #      paste(sQuote("BETS"),
       #           "Brazilian Economic Time Series"),
        #    "\n",
         #   paste("See",
          #        sQuote("library(help=\"BETS\")"),
           #       "for details"),
            #"\n",
            #paste("Bug reports: https://github.com/pedrocostaferreira/BETS/issues"),
            #"\n",
            #paste("Maintainer: Jonatha Costa <jonatha.costa@fgv.br>"),
            #"\n"
   #)
   #if(interactive() || getOption("verbose"))
    # base::writeLines(strwrap(txt, indent = 4, exdent = 4))
}
nmecsys/BETS documentation built on April 8, 2021, 1:54 a.m.