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 Jan. 30, 2023, 3:02 p.m.