Change default cholpred constructor
- in v0.10.0 the
GLM.cholpred
constructor defaulted to a pivoted Cholesky decomposition which caused one of the tests for theLasso
package to fail. - this version changes the default back to the unpivoted decomposition.