R/zzz.R

Defines functions .onAttach

globalVariables(c("ano", "dmu"))

.onAttach <- function(lib, pkg) {
    packageStartupMessage(paste0("\n* Please cite the 'productivity' package as:\n", 
        "  Dakpo K.H., Desjeux Y. and Latruffe L. (2018). productivity: Indices of Productivity and Profitability Using Data Envelopment Analysis (DEA). R package version 1.1.0.\n\n", 
        "See also: citation(\"productivity\")\n\n", 
        "* For any questions, suggestions, or comments on the 'productivity' package, please make use of Tracker facilities at:\n",
        "  https://r-forge.r-project.org/projects/productivity/\n"))
}

Try the productivity package in your browser

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

productivity documentation built on May 1, 2019, 8:19 p.m.