Type: Package
Package: sparsegl
Title: Sparse Group Lasso
Version: 1.0.1
Date: 2023-01-27
Authors@R: c(
    person("Daniel J.", "McDonald", , "daniel@stat.ubc.ca", role = c("aut", "cre")),
    person("Xiaoxuan", "Liang", , "xiaoxuan.liang@stat.ubc.ca", role = "aut"),
    person("Anibal", "Solón Heinsfeld", , "anibalsolon@gmail.com", role = "aut"),
    person("Aaron", "Cohen", , "cohenaa@indiana.edu", role = "aut"),
    person("Yi", "Yang", , "yi.yang6@mcgill.ca", role = "ctb"),
    person("Hui", "Zou", role = "ctb"),
    person("Jerome", "Friedman", role = "ctb"),
    person("Trevor", "Hastie", role = "ctb"),
    person("Rob", "Tibshirani", role = "ctb"),
    person("Balasubramanian", "Narasimhan", role = "ctb"),
    person("Kenneth", "Tay", role = "ctb"),
    person("Noah", "Simon", role = "ctb"),
    person("Junyang", "Qian", role = "ctb"),
    person("James", "Yang", role = "ctb")
  )
Description: Efficient implementation of sparse group lasso with optional
    bound constraints on the coefficients. It supports the use of a sparse
    design matrix as well as returning coefficient estimates in a sparse
    matrix. Furthermore, it correctly calculates the degrees of freedom to
    allow for information criteria rather than cross-validation with very
    large data. Finally, the interface to compiled code avoids unnecessary
    copies and allows for the use of long integers.
License: GPL (>= 2)
URL: https://github.com/dajmcdon/sparsegl/
BugReports: https://github.com/dajmcdon/sparsegl/issues/
Depends: R (>= 3.5)
Imports: cli, dotCall64, ggplot2, magrittr, Matrix, methods, rlang,
        RSpectra, tidyr
Suggests: dplyr, glmnet, knitr, markdown, rmarkdown, splines, testthat
        (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
RoxygenNote: 7.2.3
Packaged: 2023-01-27 17:52:54 UTC; dajmcdon
Author: Daniel J. McDonald [aut, cre],
  Xiaoxuan Liang [aut],
  Anibal Solón Heinsfeld [aut],
  Aaron Cohen [aut],
  Yi Yang [ctb],
  Hui Zou [ctb],
  Jerome Friedman [ctb],
  Trevor Hastie [ctb],
  Rob Tibshirani [ctb],
  Balasubramanian Narasimhan [ctb],
  Kenneth Tay [ctb],
  Noah Simon [ctb],
  Junyang Qian [ctb],
  James Yang [ctb]
Maintainer: Daniel J. McDonald <daniel@stat.ubc.ca>
Repository: CRAN
Date/Publication: 2023-01-27 18:20:02 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 18:47:37 UTC; windows
Archs: i386, x64
