Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-25 | Change DFOP mixed model data in tests, updates | Johannes Ranke | 1 | -0/+1 | |
2022-03-03 | Reintroduce the skipped test, with a workaround | Johannes Ranke | 1 | -8/+15 | |
2022-03-03 | Skip a test that assigns to the global environment | Johannes Ranke | 1 | -0/+1 | |
2020-05-09 | Avoid the call to merge for analytical solutions | Johannes Ranke | 1 | -1/+1 | |
This increases performance up to a factor of five! | |||||
2020-04-08 | Use two assignments to avoid skipping another test | Johannes Ranke | 1 | -1/+5 | |
2019-11-13 | Improve citation | Johannes Ranke | 1 | -1/+2 | |
2019-11-09 | Add a lack-of-fit test | Johannes Ranke | 1 | -2/+20 | |
- Switch an example dataset in the test setup to a dataset with replicates, adapt tests - Skip the test for lrtest with an update specification as it does not only fail when pkgdown generates static help pages, but also in testthat | |||||
2019-10-31 | Increase tolerance of a test for winbuilderv0.9.49.6 | Johannes Ranke | 1 | -1/+1 | |
- Update DESCRIPTION for release | |||||
2019-10-31 | Reorganize tests to reduce time on winbuilder | Johannes Ranke | 1 | -3/+22 | |
2019-10-31 | Increase numeric tolerance of three tests for Travis | Johannes Ranke | 1 | -2/+2 | |
2019-10-31 | Add likelihood ratio test and other methods, fixes | Johannes Ranke | 1 | -0/+27 | |
The likelihood ratio test method is lrtest, in addition, methods for update and residuals were added. |