STIMALiU / AdvRCourse

Course in advanced R programming
29 stars 31 forks source link

Unit tests for the linear regression now allow any amount of white sp… #18

Closed flennic closed 6 months ago

flennic commented 5 years ago

The unit test is failing because it expects a specific amount of white spaces (at one place 2, at another 3) in the print() function which makes it really hard to pass the unit test. This is especially weird, because for the summary() function any amount of white spaces is sufficient. This commit allows multiple white spaces for the RC and S3 unit tests.