Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-03 | More work to try to pass tests on R-devel winbuilder | Johannes Ranke | 5 | -30/+24 | |
2022-03-02 | Skip some tests on CRAN to reduce load | Johannes Ranke | 1 | -0/+2 | |
In the hope that winbuilder will cope better then | |||||
2022-03-02 | Make tests more platform independent, update docs | Johannes Ranke | 14 | -1393/+1343 | |
2022-03-02 | Fix nlmixr fits with parallel metabolites | Johannes Ranke | 1 | -3/+14 | |
2022-03-02 | Add a test for tffm0() | Johannes Ranke | 1 | -0/+10 | |
2022-03-01 | Avoid using cat() for default output, tests | Johannes Ranke | 2 | -4/+13 | |
2022-03-01 | Add some more tests | Johannes Ranke | 7 | -35/+137 | |
2022-03-01 | Some more tests for nlmixr.mmkin | Johannes Ranke | 2 | -0/+6 | |
2022-03-01 | Add a test for the DMTA data | Johannes Ranke | 1 | -39/+41 | |
comparing nlme and saemix. This test shows a reasonable evaluation of the DMTA data with nlme and saemix, which was missing, as the data used in the paper are flawed. | |||||
2022-02-28 | Add test for summary.nlmixr.mmkin | Johannes Ranke | 3 | -0/+118 | |
2022-02-28 | Relax a test for travis | Johannes Ranke | 2 | -27/+27 | |
2022-02-28 | Improve tests, skip some on Travis | Johannes Ranke | 3 | -13/+60 | |
Respect digits argument when printing correlations in summaries | |||||
2022-02-28 | Add nlmixr tests, reorganize, test intervals() | Johannes Ranke | 5 | -157/+214 | |
2022-02-28 | With saemix 3.0 on CRAN there's no need to check for it in tests | Johannes Ranke | 5 | -126/+79 | |
2022-02-09 | Adapt saemix interface to saemix 3.0 on CRAN | Johannes Ranke | 6 | -1481/+1471 | |
2021-11-17 | Update required saemix version, update tests | Johannes Ranke | 5 | -1463/+1463 | |
2021-09-16 | Merge branch 'master' into nlmixr | Johannes Ranke | 1 | -1/+1 | |
2021-09-15 | Update test result to corrected data, version bump | Johannes Ranke | 1 | -1/+1 | |
2021-07-23 | Merge branch 'master' into nlmixr | Johannes Ranke | 42 | -9122/+8461 | |
After the merge, run make test and accept the new snapshot for the mixed model fit for an nlme object | |||||
2021-07-23 | Update vdiffr tests for version 1.0 | Johannes Ranke | 40 | -9110/+5248 | |
2021-06-17 | Let backtransform_odeparms handle nlmixr formation fractions | Johannes Ranke | 1 | -97/+97 | |
Also adapt summary.nlmixr.mmkin to correctly handle the way formation fractions are translated to nlmixr | |||||
2021-06-16 | Translate formation fractions to nlmixr language | Johannes Ranke | 1 | -0/+99 | |
Works for the dimethenamid data, at least for FOCEI. Very little testing yet. The summary function does not yet handle the new transformations of formation fractions (that are in fact very old, as they were used in the very first version of mkin). The test file has no tests yet, just some code that may be used for testing. | |||||
2021-06-12 | Small cosmetics | Johannes Ranke | 1 | -1/+1 | |
2021-04-21 | Merge branch 'master' into saemix | Johannes Ranke | 4 | -112/+112 | |
2021-04-21 | Version 1.0.4 published yesterdayv1.0.4 | Johannes Ranke | 4 | -112/+112 | |
2021-03-09 | Some improvements for borderline cases | Johannes Ranke | 11 | -3534/+3571 | |
- fit_with_errors for saem() - test_log_parms for mean_degparms() and saem() | |||||
2021-02-24 | Merge branch 'master' into saemix | Johannes Ranke | 2 | -0/+10 | |
2021-02-24 | Reset graphical parameters with on.exit() | Johannes Ranke | 2 | -0/+10 | |
plot.mixed.mmkin did not reset graphical parameters at all. The other plotting functions did not use on.exit, so this change should make the use of the plotting functions safer. | |||||
2021-02-06 | Reintroduce interface to saemix | Johannes Ranke | 6 | -3009/+3248 | |
Also after the upgrade from buster to bullseye of my local system, some test results for saemix have changed. | |||||
2021-02-06 | Increase test tolerance for parameter comparisonsv1.0.1 | Johannes Ranke | 1 | -4/+4 | |
Platform dependence also revealed after upgrade to bullseye | |||||
2021-02-06 | Address issue revealed by additional tests on CRAN | Johannes Ranke | 3 | -17/+6 | |
Remove tests relying on non-convergence of the FOMC fit to the FOCUS A dataset, as this is platform dependent. After the upgrade, the fit converges on this system as well, although neither ATLAS is used, nor R was configured disabling long doubles (these were the conditions under which the tests failed on CRAN). | |||||
2021-02-03 | Prepare for v1.0.0v1.0.0 | Johannes Ranke | 4 | -237/+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-25 | Update visual tests | Johannes Ranke | 3 | -1895/+1895 | |
2021-01-25 | Change default ylab in plot.mkinfit, explicit ylab for plot.mmkin | Johannes Ranke | 12 | -20/+20 | |
See NEWS.md. Closes #12 | |||||
2021-01-06 | Make saemix and corresponding tests optional | Johannes Ranke | 7 | -50/+71 | |
Address release critical check and test issues | |||||
2020-12-19 | Dimethenamid data, normalisation options | Johannes Ranke | 3 | -2/+11 | |
2020-12-17 | Remove two skipped (on Travis) tests to reduce noise | Johannes Ranke | 3 | -217/+1 | |
2020-12-10 | Tried to find a fast test for deSolve in saemix | Johannes Ranke | 2 | -2/+7 | |
But could not find one. | |||||
2020-12-10 | Add a test for saemix with deSolve | Johannes Ranke | 2 | -8/+16 | |
But skip the test as it takes too long to always run | |||||
2020-12-09 | Some test fixes | Johannes Ranke | 3 | -6/+4 | |
2020-12-09 | Add more tests and fix HS in saem | Johannes Ranke | 4 | -1213/+1276 | |
2020-12-09 | Fix a test I accidentally broke | Johannes Ranke | 1 | -1/+1 | |
2020-12-09 | And more | Johannes Ranke | 3 | -1/+16 | |
2020-12-09 | Any yet more tests | Johannes Ranke | 4 | -3/+17 | |
2020-12-09 | Update test output and reduce precision for travis | Johannes Ranke | 4 | -27/+27 | |
2020-12-09 | More tests | Johannes Ranke | 8 | -2608/+1528 | |
2020-12-09 | Try other mixed fits for vdiffr on travis | Johannes Ranke | 4 | -4810/+1290 | |
2020-12-09 | Test print method for mixed.mmkin | Johannes Ranke | 3 | -2/+32 | |
2020-12-09 | Make tests more robust, remove two redundant ones | Johannes Ranke | 4 | -44/+22 | |
2020-12-09 | Fix tests and rerun | Johannes Ranke | 4 | -83/+88 | |