Package: pense Type: Package Title: Penalized Elastic Net S/MM-Estimator of Regression Version: 2.5.2 Date: 2026-01-26 Authors@R: c( person("David", "Kepplinger", , "david.kepplinger@gmail.com", role = c("aut", "cre")), person("Matías", "Salibián-Barrera", role = c("aut")), person("Gabriela", "Cohen Freue", role = "aut") ) Copyright: See the file COPYRIGHT for copyright details on some of the functions and algorithms used. Encoding: UTF-8 Biarch: true URL: https://dakep.github.io/pense-rpkg/, https://github.com/dakep/pense-rpkg BugReports: https://github.com/dakep/pense-rpkg/issues Description: Robust penalized (adaptive) elastic net S and M estimators for linear regression. The adaptive methods are proposed in Kepplinger, D. (2023) and the non-adaptive methods in Cohen Freue, G. V., Kepplinger, D., Salibián-Barrera, M., and Smucler, E. (2019) . The package implements robust hyper-parameter selection with robust information sharing cross-validation according to Kepplinger & Wei (2025) . Depends: R (>= 4.1.0), Matrix Imports: Rcpp, methods, parallel, rlang (>= 0.4.0) LinkingTo: Rcpp, RcppArmadillo (>= 0.9.600) Suggests: testthat (>= 2.1.0), robustbase, knitr, rmarkdown, jsonlite, xml2 License: MIT + file LICENSE NeedsCompilation: yes RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE, load = "source") VignetteBuilder: knitr Repository: https://dakep.r-universe.dev Date/Publication: 2026-01-27 18:11:22 UTC RemoteUrl: https://github.com/dakep/pense-rpkg RemoteRef: HEAD RemoteSha: b83264d0c1b978b3162a55f1f193d9e8090c581a Packaged: 2026-07-03 16:43:01 UTC; root Author: David Kepplinger [aut, cre], Matías Salibián-Barrera [aut], Gabriela Cohen Freue [aut] Maintainer: David Kepplinger