R/0AllClass.R

Defines functions .onLoad .onAttach

.onLoad <- function(lib, pkg){
    require("methods", character = TRUE, quietly = TRUE)

}


.onAttach <- function(library, pkg)
{
buildStartupMessage(pkg="robKalman", library=library, packageHelp=TRUE #, 
                    #MANUAL=""
                    )
  invisible()
}

Try the robKalman package in your browser

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

robKalman documentation built on May 2, 2019, 4:50 p.m.