Package: tlars Title: The T-LARS Algorithm: Early-Terminated Forward Variable Selection Version: 1.0.1 Date: 2024-02-24 Description: Computes the solution path of the Terminating-LARS (T-LARS) algorithm. The T-LARS algorithm is a major building block of the T-Rex selector (see R package 'TRexSelector'). The package is based on the papers Machkour, Muma, and Palomar (2022) , Efron, Hastie, Johnstone, and Tibshirani (2004) , and Tibshirani (1996) . Authors@R: c( person("Jasin", "Machkour", , "jasin.machkour@tu-darmstadt.de", role = c("aut", "cre")), person("Simon", "Tien", , email = "simon.tien@stud.tu-darmstadt.de", role = "aut"), person(c("Daniel", "P."), "Palomar", , "daniel.p.palomar@gmail.com", role = "aut"), person("Michael", "Muma", , "michael.muma@tu-darmstadt.de", role = "aut") ) Maintainer: Jasin Machkour URL: https://github.com/jasinmachkour/tlars, https://arxiv.org/abs/2110.06048 BugReports: https://github.com/jasinmachkour/tlars/issues License: GPL (>= 3) Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Suggests: knitr, rmarkdown, ggplot2, patchwork, testthat (>= 3.0.0) Config/testthat/edition: 3 Imports: Rcpp, methods, stats, graphics Depends: R (>= 2.10) LinkingTo: RcppArmadillo, Rcpp VignetteBuilder: knitr Repository: https://jasinmachkour.r-universe.dev Date/Publication: 2025-03-24 11:20:22 UTC RemoteUrl: https://github.com/jasinmachkour/tlars RemoteRef: HEAD RemoteSha: 7a09b8a4e712037733ac961e0e080b09af476ab6 NeedsCompilation: yes Packaged: 2026-06-24 12:44:32 UTC; root Author: Jasin Machkour [aut, cre], Simon Tien [aut], Daniel P. Palomar [aut], Michael Muma [aut]