Package: seagull
Type: Package
Title: Lasso, Group Lasso, and Sparse-Group Lasso for Mixed Models
Version: 1.1.0
Date: 2021-04-20
Authors@R: c(person("Jan", "Klosa", 
               role = c("aut", "cre"),
               email = "klosa@fbn-dummerstorf.de"),
             person("Noah", "Simon", role = "ths"),
             person("Dörte", "Wittenburg", role = "ths"))
Maintainer: Jan Klosa <klosa@fbn-dummerstorf.de>
Description: Proximal gradient descent solver for the operators lasso, (fitted)
    group lasso, and (fitted) sparse-group lasso. The implementation involves
    backtracking line search and warm starts. Input data needs to be clustered/
    grouped for each group lasso variant before calling these algorithms.
License: GPL (>= 2)
URL: https://github.com/jklosa/seagull
BugReports: https://github.com/jklosa/seagull/issues
Depends: R (>= 3.5.0)
Encoding: UTF-8
LazyData: true
Imports: Rcpp (>= 1.0.3), matrixStats
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.1.1
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2021-04-20 10:35:05 UTC; klosa
Author: Jan Klosa [aut, cre],
  Noah Simon [ths],
  Dörte Wittenburg [ths]
Repository: CRAN
Date/Publication: 2021-04-20 12:10:02 UTC
