R/onLoad.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname){
	# setting the two options

	packageStartupMessage("The package 'FENmlm' is not maintained any more. Please use package 'fixest' instead (which greatly extends its functionalities).")

	invisible()
}

Try the FENmlm package in your browser

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

FENmlm documentation built on Aug. 22, 2023, 5:11 p.m.