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
 ')
} 


if(getRversion() >= "2.15.1")  utils::globalVariables(c("."))
DiogoFerrari/ceser documentation built on June 10, 2025, 12:47 a.m.