R/zzz.R

Defines functions .onAttach

# Copyright 2014 by Dmitry Pavlyuk <Dmitry.V.Pavlyuk@gmail.com>

#
# Package initialization
#
.spfrontierEnv <- new.env(hash=TRUE)

#
# Package attaching
#
.onAttach <- function(libname, pkgname){
    packageStartupMessage("Thank you for using 'spfrontier'")
}

Try the spfrontier package in your browser

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

spfrontier documentation built on Dec. 19, 2019, 1:09 a.m.