STIMALiU / AdvRCourse

Course in advanced R programming
29 stars 31 forks source link

Update regex in test_linreg_ref_class.R #19

Closed Lauler closed 5 years ago

Lauler commented 5 years ago

The regex expects the summary output to have significance asterixes/stars at the end of the output, similar to when running summary() on an lm() object. The 2018 version of the lab assignment does not specify asterixes should be added at the end.

Removing \\*\\*\\* takes care of the issue.