statdivlab / rigr

Regression, Inference, and General Data Analysis Tools for R
Other
10 stars 3 forks source link

address issue #152, predictors dropped from large model #153

Closed svteichman closed 4 months ago

svteichman commented 4 months ago

This problem was caused by the deparse() function having a default width.cutoff of 60L beyond which it will create a line break, which was causing a bug with long formulas in the regress function. This PR addresses this bug and adds a test to make sure the example from issue #152 can be run without warning and without dropping coefficients from the output.

adw96 commented 4 months ago

Huge thanks to you both!!!!!

adw96 commented 4 months ago

@svteichman would you mind incrementing the package version? 🙏

svteichman commented 4 months ago

Done!