Package: grpsel Type: Package Title: Group Subset Selection Version: 1.3.2 Authors@R: person("Ryan", "Thompson", email = "ryan.thompson-1@uts.edu.au", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9002-0448")) Description: Provides tools for sparse regression modelling with grouped predictors using the group subset selection penalty. Uses coordinate descent and local search algorithms to rapidly deliver near optimal estimates. The group subset penalty can be combined with a group lasso or ridge penalty for added shrinkage. Linear and logistic regression are supported, as are overlapping groups. URL: https://github.com/ryan-thompson/grpsel BugReports: https://github.com/ryan-thompson/grpsel/issues License: GPL-3 Encoding: UTF-8 Depends: R (>= 4.1.0) Imports: ggplot2, parallel, Rcpp LinkingTo: Rcpp, RcppArmadillo RoxygenNote: 7.3.2 Suggests: testthat, knitr, rmarkdown VignetteBuilder: knitr Config/testthat/edition: 3 Repository: https://ryan-thompson.r-universe.dev Date/Publication: 2024-11-28 12:44:28 UTC RemoteUrl: https://github.com/ryan-thompson/grpsel RemoteRef: HEAD RemoteSha: f3ca3b3c154a3111b15e3bbe3961a163a09f6d62 NeedsCompilation: yes Packaged: 2026-06-22 09:24:26 UTC; root Author: Ryan Thompson [aut, cre] (ORCID: ) Maintainer: Ryan Thompson