Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2020-12-09 | Some more tests that may work on travis now | Johannes Ranke | 2 | -27/+28 | |
2020-12-09 | Some more tests | Johannes Ranke | 5 | -67/+194 | |
2020-12-09 | Don't test on devel, skip failing vdiffr tests | Johannes Ranke | 1 | -1/+1 | |
I can test on R-devel locally for preparing releases | |||||
2020-12-08 | Test plots on R-release and cache packages again | Johannes Ranke | 22 | -3137/+3137 | |
2020-12-08 | mixed.mmkin and test coverage | Johannes Ranke | 11 | -5/+10170 | |
2020-12-02 | Possibility to specify random effects structures | Johannes Ranke | 1 | -6/+6 | |
The default is pdDiag again, as we often have a small number of datasets in degradation kinetics. | |||||
2020-11-30 | Log-Cholesky parameterisation as default in nlme.mmkin | Johannes Ranke | 1 | -9/+11 | |
2020-11-19 | Update tests, improve CAKE_export test | Johannes Ranke | 2 | -4/+3 | |
2020-11-12 | Update test output | Johannes Ranke | 1 | -1/+2 | |
2020-11-11 | Skip vdiffr tests on travis as they are not robust | Johannes Ranke | 5 | -3/+6 | |
As can be seen in the miniscule change seen on R-devel in the reference plot updated with this commit | |||||
2020-11-08 | Improve saem method, add summary | Johannes Ranke | 1 | -1/+1 | |
Also make the endpoints function work for saem objects. | |||||
2020-11-07 | Create saem generic for fitting saemix models | Johannes Ranke | 1 | -1/+1 | |
The reasons for this decision were - Creating an saemix generic in the saemix package caused problems with roxygen, because functions like saemix.plot.xy were documented in their help files as S3 methods, although explicitly exported with @export - Creating an saemix generic in this package is possible, but would make it necessary to load samix with exclude = "saemix" in order to avoid overwriting the generic when loading saemix. - The return object of such an saemix generic in this package cannot be an S3 class with class attribute c("saemix.mmkin", "SaemixObject") similar to nlme.mmkin, as saemix returns an S4 class. - Extending the S4 class SaemixObject using simple inheritance to a class SaemixMmkinObject with additional slots did not work as expected. When the initialize method was left untouched, it prevented creation of an SaemixMmkinObject even if it was based on an initialised SaemixObject, as the initialize method seems to always be called by new(). This could potentially be circumvented by a coerce method. If an alternative initialize method was used, an SaemixMmkinObject could be created. However, the methods written for SaemixObjects only worked in some instances, either because they checked for the class, and not for class inheritance (like compare.saemix), or because the initialize method was called for some reason. Therefore, the idea of creating a derived S4 class was abandoned. - A side effect of this decision is that the introduction of the saem generic opens the possibility to use the same generic also for other backends like nlmixr with the SAEM algorithm. | |||||
2020-11-06 | Fast analytical solutions for saemix, update.mmkin | Johannes Ranke | 4 | -162/+197 | |
Also, use logit transformation for g and for solitary formation fractions, addressing #10. | |||||
2020-11-04 | Revert to use starting values for random effects in nlme.mmkin | Johannes Ranke | 5 | -14/+4 | |
2020-10-27 | Add summary method for nlme.mmkin objects | Johannes Ranke | 1 | -1/+1 | |
Improve and update docs |