- Force
weightsto sum tonobsfor all IRWLS cases. - Remove
magrittrfrom imports - Add
aucoption for CV and binomial - Address #59 (@kaichen)
- Add CITATION and links to JSS article
- Address some CRAN issues for FORTRAN builds on GCC 14.1
- Corrects a bug / adds support for
weightsandoffsetin cv - Some minor tweaks to error and warning messages
- Remove unnecessary attributes from the included data
- Improved documentation
- Added functionality to implement arbitrary
stats::family()fitting. - Enhanced (and corrected) S3 interface for
predictandcoefmethods.
- Minor internal updates to pass additional CRAN checks
- Refactor some documentation
- Intercept calculation is internal to Fortran source in all cases.
- Add the option to weight individual coefficients in the l1 penalty.
- Remove coercions of the type
as(<matrix>, "dgCMatrix"). These are deprecated in{Matrix}>=1.4-2 and will Warn on CRAN checks. - Compute MSE internally in Fortran for
family = "Gaussian". Avoids the creation of a potentially large matrix of predicted values for the purposes of risk estimation. - Revise
estimate_risk()signature. Nowxis optional andyis not required.
- Initial version on CRAN.