datacamp / testwhat

Write Submission Correctness Tests for R exercises
https://datacamp.github.io/testwhat
GNU Affero General Public License v3.0
33 stars 26 forks source link

Explain how to do exotic object equality #163

Open filipsch opened 6 years ago

filipsch commented 6 years ago

e.g. linear models can not be compared robustly. A way to work around this is to use check_expr() in combination with check_equal(). Explain this in the docs.

filipsch commented 6 years ago

You can now use eq_fun, which I think is more intuitive. Still, this has to be documented properly.