Package: LorenzRegression Type: Package Title: Lorenz and Penalized Lorenz Regressions Version: 2.3.1 Authors@R: c(person("Alexandre","Jacquemain",email="aljacquemain@gmail.com",role=c("aut","cre"),comment = c(ORCID = "0000-0001-9349-780X")), person("Xingjie","Shi",email="xingjieshi@njue.edu.cn",role="ctb", comment="Author of an R implementation of the FABS algorithm available at https://github.com/shuanggema/Fabs, of which function Lorenz.FABS is derived")) Description: Inference for the Lorenz and penalized Lorenz regressions. More broadly, the package proposes functions to assess inequality and graphically represent it. The Lorenz Regression procedure is introduced in Heuchenne and Jacquemain (2022) and in Jacquemain, A., C. Heuchenne, and E. Pircalabelu (2024) . License: GPL-3 Encoding: UTF-8 Depends: R (>= 3.3.1) LazyData: true Imports: stats, ggplot2, parsnip, boot, rsample, parallel, doParallel, foreach, MASS, GA, Rearrangement, progress, Rcpp (>= 0.11.0) RoxygenNote: 7.3.3 Suggests: rmarkdown LinkingTo: Rcpp, RcppArmadillo URL: https://github.com/AlJacq/LorenzRegression BugReports: https://github.com/AlJacq/LorenzRegression/issues ByteCompile: true Config/pak/sysreqs: libicu-dev Repository: https://aljacq.r-universe.dev Date/Publication: 2026-02-12 09:27:08 UTC RemoteUrl: https://github.com/aljacq/lorenzregression RemoteRef: HEAD RemoteSha: e742fa72d65a3cdc8f1b08abd13477c3d265501b NeedsCompilation: yes Packaged: 2026-07-12 06:39:50 UTC; root Author: Alexandre Jacquemain [aut, cre] (ORCID: ), Xingjie Shi [ctb] (Author of an R implementation of the FABS algorithm available at https://github.com/shuanggema/Fabs, of which function Lorenz.FABS is derived) Maintainer: Alexandre Jacquemain