@@ -3,7 +3,7 @@ Package: sparsegl
33Title: Sparse Group Lasso
44Version: 1.1.1.9000
55Authors@R: c(
6- person("Daniel J.", "McDonald", , "daniel@stat.ubc.ca", role = c("aut", "cre")),
6+ person("Daniel J.", "McDonald", , "daniel@stat.ubc.ca", role = c("aut", "cre", "cph" )),
77 person("Xiaoxuan", "Liang", , "xiaoxuan.liang@stat.ubc.ca", role = "aut"),
88 person("Anibal", "Solón Heinsfeld", , "anibalsolon@gmail.com", role = "aut"),
99 person("Aaron", "Cohen", , "cohenaa@indiana.edu", role = "aut"),
@@ -19,7 +19,7 @@ Authors@R: c(
1919 person("James", "Yang", role = "ctb")
2020 )
2121Description: Efficient implementation of sparse group lasso with optional
22- bound constraints on the coefficients; see
22+ bound constraints on the coefficients; see Liang, et al., (2024)
2323 <doi:10.18637/jss.v110.i06>. It supports the use of a sparse design
2424 matrix as well as returning coefficient estimates in a sparse matrix.
2525 Furthermore, it correctly calculates the degrees of freedom to allow
@@ -36,7 +36,6 @@ Imports:
3636 cli,
3737 dotCall64,
3838 ggplot2,
39- magrittr,
4039 Matrix,
4140 methods,
4241 rlang,
0 commit comments