Package: seagull
Type: Package
Title: Lasso, Group Lasso, and Sparse-Group Lasso for Mixed Models
Version: 1.0.5
Date: 2020-01-28
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, group
    lasso, and sparse-group lasso. The implementation involves backtracking line
    search and warm starts. Input data needs to be clustered/grouped for the
    (sparse-)group lasso 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)
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.0.2
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2020-01-31 15:06:25 UTC; klosa
Author: Jan Klosa [aut, cre],
  Noah Simon [ths],
  Dörte Wittenburg [ths]
Repository: CRAN
Date/Publication: 2020-01-31 17:00:03 UTC
