Package: grpsel
Type: Package
Title: Group Subset Selection
Version: 1.3.1
Authors@R: person("Ryan", "Thompson",  email = "ryan.thompson1@unsw.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.2.1
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2022-09-07 03:02:17 UTC; ryan
Author: Ryan Thompson [aut, cre] (<https://orcid.org/0000-0002-9002-0448>)
Maintainer: Ryan Thompson <ryan.thompson1@unsw.edu.au>
Repository: CRAN
Date/Publication: 2022-09-07 07:50:11 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 17:33:33 UTC; windows
Archs: i386, x64
