Closed EmilHvitfeldt closed 4 years ago
I would add tests that show the the correct predictions are made (compared to a model created manually).
I'm starting to thing that the model definition code should be inside nocov
blocks since they get tested but the coverage software doesn't attribute functional tests to this code.
Also please update NEWS and pkgdown too.
I added the tests and should be ready. There wasn't a news.md file so I created one.
pkgdown hasn't been set up beyond the basics, so I feel it might be outside the scope of this PR to fix that
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
To close #5.
@topepo how do you want me to add tests? Should they be in a new file?