R/zzz.R

#  *****************************************************************************
#   File : zzz.R
#         ************************************************************
#   Description : 
#       Initialization of the library
#   Version : 3.1
#   Date : 2014-12-07
#         ************************************************************
#   Author : Julien Damon <julien.damon@gmail.com>
#   License : LGPL
#   URL: https://github.com/Looping027/far
#  *****************************************************************************

#  *****************************************************************************
#   Title : .First.lib
#         ************************************************************
#   Description : 
#       Initialization of the library
#   Version : 3.1
#   Date : 2014-12-07
#  *****************************************************************************
".onAttach" <- function(lib, pkg)
{
  packageStartupMessage("far library : Modelization for Functional AutoRegressive processes\n")
  packageStartupMessage("version 0.6-6 (2022-08-12)\n")
}

Try the far package in your browser

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

far documentation built on Aug. 14, 2022, 1:06 a.m.