R/zzz.R

Defines functions .onAttach

## # required (by devtools) to link the cpp code 
## #' @useDynLib ceser
## #' @importFrom Rcpp sourceCpp
## NULL 

#' @importFrom magrittr %>%



.onAttach<- function(libname, pkgname) 
{
 packageStartupMessage('
 ## ------------------------------------------
 ## Cluster Estimated Standard Errors  (ceser)
 ## ------------------------------------------
 Author(s): Diogo Ferrari and John Jackson
 ')
} 


if(getRversion() >= "2.15.1")  utils::globalVariables(c("."))

Try the ceser package in your browser

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

ceser documentation built on Nov. 10, 2020, 1:07 a.m.