Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-09 | Adapt saemix interface to saemix 3.0 on CRAN | Johannes Ranke | 1 | -12/+2 | |
2021-11-17 | Update required saemix version, update tests | Johannes Ranke | 1 | -1/+1 | |
2021-03-09 | Some improvements for borderline cases | Johannes Ranke | 1 | -2/+17 | |
- fit_with_errors for saem() - test_log_parms for mean_degparms() and saem() | |||||
2021-02-06 | Reintroduce interface to saemix | Johannes Ranke | 1 | -0/+18 | |
Also after the upgrade from buster to bullseye of my local system, some test results for saemix have changed. | |||||
2021-02-03 | Prepare for v1.0.0v1.0.0 | Johannes Ranke | 1 | -18/+0 | |
- Improve authorship and copyright information - Prepare pkgdown config - Remove dependence on saemix as we need the development version which is not ready for CRAN - Temporarily remove saemix interface to check code coverage of the rest | |||||
2021-01-06 | Make saemix and corresponding tests optional | Johannes Ranke | 1 | -14/+25 | |
Address release critical check and test issues | |||||
2020-12-10 | Tried to find a fast test for deSolve in saemix | Johannes Ranke | 1 | -2/+1 | |
But could not find one. | |||||
2020-12-10 | Add a test for saemix with deSolve | Johannes Ranke | 1 | -3/+4 | |
But skip the test as it takes too long to always run | |||||
2020-12-09 | Add more tests and fix HS in saem | Johannes Ranke | 1 | -2/+28 | |
2020-12-09 | Any yet more tests | Johannes Ranke | 1 | -1/+1 | |
2020-12-09 | More tests | Johannes Ranke | 1 | -3/+9 | |
2020-12-09 | Try other mixed fits for vdiffr on travis | Johannes Ranke | 1 | -0/+14 | |
2020-12-09 | Test print method for mixed.mmkin | Johannes Ranke | 1 | -0/+1 | |
2020-12-09 | Some more tests that may work on travis now | Johannes Ranke | 1 | -10/+3 | |
2020-12-08 | mixed.mmkin and test coverage | Johannes Ranke | 1 | -0/+64 | |
2020-05-29 | Warn if standardized residuals are unlikely normal | Johannes Ranke | 1 | -4/+12 | |
This revealed a bug in the data returned in mkinfit$data in the case of the d_3 algorithm, which also affected the residual plot - the data from the direct fitting was not returned even if this was the better method. | |||||
2020-05-11 | Add analytical solution for DFOP-SFO | Johannes Ranke | 1 | -4/+7 | |
This is about twice as fast as deSolve compiled in the case of FOCUS D | |||||
2020-05-11 | Analytical solutions for all SFO variants | Johannes Ranke | 1 | -10/+12 | |
2020-05-08 | Roxygenize, adapt tests | Johannes Ranke | 1 | -1/+2 | |
2019-11-09 | Add a lack-of-fit test | Johannes Ranke | 1 | -5/+5 | |
- 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 | Reorganize tests to reduce time on winbuilder | Johannes Ranke | 1 | -18/+3 | |
2019-10-31 | Add likelihood ratio test and other methods, fixes | Johannes Ranke | 1 | -4/+34 | |
The likelihood ratio test method is lrtest, in addition, methods for update and residuals were added. | |||||
2019-10-26 | Address some check and test failures | Johannes Ranke | 1 | -2/+2 | |
2019-10-26 | parms and confint methods | Johannes Ranke | 1 | -20/+13 | |
The confint method can do profile likelihood based confidence intervals! | |||||
2019-10-22 | Improved visual testing | Johannes Ranke | 1 | -0/+2 | |
2019-10-21 | Explicit solution_type for FOCUS D in tests | Johannes Ranke | 1 | -2/+5 | |
Because on winbuilder obviously gcc was not found, so the Eigenvalue based solution method was used, leading to a test failure when comparing the summary, as the solution method is listed | |||||
2019-10-21 | Improve tests, remove geometric_mean | Johannes Ranke | 1 | -0/+75 | |