R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    "Please, to cite deaR in publications use:\n",
    "Bolos, V. J., Benitez, R., Coll-Serrano, V. (2025). deaR: Conventional and
    fuzzy DEA models with R. SoftwareX, 31, 102266, 1-6.\n",
    "DOI: 10.1016/j.softx.2025.102266"
  )
}

Try the deaR package in your browser

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

deaR documentation built on Feb. 24, 2026, 5:07 p.m.