Changes in version 1.0.7 (2025-04-09) o Fixed help Rd files to include link to package functions outside of this package. Changes in version 1.0.6 (2020-07-03) o Changed glmnetcr function to include the default of exclude = NULL which had not been previously implemented. Changes in version 1.0.5 (2020-01-08) o Changed code to be compatible with R 4.0.0 class function returning a vector of length greater than 1 when the object is a matrix. o Added functionality of additional parameters from glmnet package to glmnetcr call. Changes in version 1.0.4 (2018-06-04) o Edited glmnetcr-package.Rd to ensure it would be in sync with the rest of the package. Changes in version 1.0.3 (2017-09-07) o Change syntax to remove the period from all relevant functions. The main modeling fitting function is now glmnetcr which yields an object of class glmnetcr. o Other functions are: nonzero.glmnetcr, select.glmnetcr, as well as the coef.glmnetcr, fitted.glmnetcr, plot.glmnetcr, predict.glmnetcr, print.glmnetcr. o glmnetcr function now handles weights. o Housekeeping: Cleaned up the DESCRIPTION, NAMESPACE, and URLs in help files.