Changes in version 1.0.8 (2020-01-08) o Updated functions that check for class(object)=="matrix" to comply with new results in R 4.0.0 that yield a length 2 vector with "matrix" and "array". o Updated glmpathcr function to accept user-defined parameters allowable in glmpath call (e.g., max.steps, max.vars, trace, etc) except offset. Changes in version 1.0.7 (2018-06-30) o Added nopenalty parameter to glmpathcr fitting function so a user can indicate the indices of predictor variables that should not be penalized. o Added a check for ordered factor outcome in the predict function. o Added a check to ensure number of steps and row dimension of coefficients match for trace plot. Changes in version 1.0.6 (2018-06-05) o Edited glmpathcr-package.Rd to be in sync with the rest of the package. Changes in version 1.0.5 (2017-11-06) o Updated package author's and package maintainer's email address. Changes in version 1.0.4 (2017-09-07) o Change syntax to remove the period from all relevant functions. The main modeling fitting function is now glmpathcr which yields an object of class glmpathcr. o Other function name changes are: coef.glmpathcr, fitted.glmpathcr, plot.glmpathcr, predict.glmpathcr, print.glmpathcr, and summary.glmpathcr. o glmpathcr function now handles weights. o Housekeeping: Cleaned up the DESCRIPTION, NAMESPACE, and URLs in help files.