Package: tlars
Title: The T-LARS Algorithm: Early-Terminated Forward Variable
        Selection
Version: 0.0.1
Date: 2022-07-11
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 'trex').
    The package is based on the papers Machkour, Muma, and Palomar (2021) <arXiv:2110.06048>, Efron, Hastie, Johnstone, 
    and Tibshirani (2004) <doi:10.1214/009053604000000067>, and Tibshirani (1996) <doi:10.1111/j.2517-6161.1996.tb02080.x>.
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 <jasin.machkour@tu-darmstadt.de>
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
RoxygenNote: 7.2.0
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
NeedsCompilation: yes
Packaged: 2022-07-11 17:53:53 UTC; phd
Author: Jasin Machkour [aut, cre],
  Simon Tien [aut],
  Daniel P. Palomar [aut],
  Michael Muma [aut]
Repository: CRAN
Date/Publication: 2022-07-15 08:40:02 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2022-07-16 10:27:46 UTC; unix
Archs: tlars.so.dSYM
