Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-13 | Update static docs | Johannes Ranke | 2 | -6/+16 | |
2021-02-13 | Structure NEWS entry | Johannes Ranke | 1 | -0/+4 | |
2021-02-13 | Rebuild docs | Johannes Ranke | 1 | -1/+1 | |
2021-02-13 | Update docs | Johannes Ranke | 11 | -41/+49 | |
2021-02-13 | Merge branch 'master' into saemix | Johannes Ranke | 20 | -30/+62 | |
Run make testcheck to regenerate logs with merge conflicts | |||||
2021-02-13 | Post-release update of README.html | Johannes Ranke | 1 | -2/+15 | |
2021-02-13 | Update for gmkin 0.6.12v1.0.2 | Johannes Ranke | 19 | -24/+43 | |
mkinfit: Keep model names stored in mkinmod objects, avoiding their loss in gmkin | |||||
2021-02-06 | Reintroduce interface to saemix | Johannes Ranke | 58 | -3550/+4938 | |
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 | 5 | -15/+18 | |
Platform dependence also revealed after upgrade to bullseye | |||||
2021-02-06 | Update static docs | Johannes Ranke | 2 | -90/+91 | |
2021-02-06 | Address issue revealed by additional tests on CRAN | Johannes Ranke | 5 | -18/+9 | |
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-04 | Documentation improvements, mainly fixing example code | Johannes Ranke | 42 | -217/+266 | |
The errors in the example code were in the \dontrun sections, so they were not caught by CRAN checks. In addition, the static help files generated with pkgdown were cached, so I noticed the errors only after completely regenerating the documentation for version 1.0.0. | |||||
2021-02-04 | Update README.html | Johannes Ranke | 1 | -40/+2 | |
2021-02-03 | Prepare for v1.0.0v1.0.0 | Johannes Ranke | 199 | -3097/+4966 | |
- 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 | Some more plotting improvements | Johannes Ranke | 3 | -8/+8 | |
2021-01-25 | Change default ylab in plot.mkinfit, explicit ylab for plot.mmkin | Johannes Ranke | 36 | -58/+62 | |
See NEWS.md. Closes #12 | |||||
2021-01-22 | Switch to the master branch of saemix devel | Johannes Ranke | 1 | -1/+1 | |
2021-01-22 | We do not need to suppress saemix plots any more | Johannes Ranke | 2 | -16/+1 | |
This makes fitting with saem within parallel::mclapply much faster and, surprisingly, much less hungry for RAM. | |||||
2021-01-11 | Rebuild docs | Johannes Ranke | 14 | -73/+97 | |
2021-01-06 | Make saemix and corresponding tests optional | Johannes Ranke | 16 | -118/+187 | |
Address release critical check and test issues | |||||
2020-12-21 | plot.mixed: Possibility to overlay predictions | Johannes Ranke | 9 | -42/+95 | |
2020-12-19 | Possibility to override automatic starting parameters for saem | Johannes Ranke | 1 | -4/+10 | |
2020-12-19 | Update docs | Johannes Ranke | 6 | -17/+263 | |
2020-12-19 | Dimethenamid data, normalisation options | Johannes Ranke | 14 | -22/+254 | |
2020-12-17 | Remove two skipped (on Travis) tests to reduce noise | Johannes Ranke | 3 | -217/+1 | |
2020-12-17 | Another attempt to install saemixextension from my branch | Johannes Ranke | 1 | -1/+1 | |
2020-12-17 | nlme with varConstProp has been published | Johannes Ranke | 1 | -4/+1 | |
so no need to explicitly install it on Travis any more But as I reset my master branch of saemixextension to upstream we need my jr branch with the silent logLik method | |||||
2020-12-17 | Some package switched from git2r to gert | Johannes Ranke | 1 | -0/+1 | |
so we need libgit2-dev on the system | |||||
2020-12-16 | And add the second candidate model | Johannes Ranke | 4 | -1/+30 | |
2020-12-16 | and update docs | Johannes Ranke | 4 | -22/+19 | |
2020-12-16 | Print the model not the data for D24 | Johannes Ranke | 1 | -1/+1 | |
2020-12-16 | Add printout of d24 model and update docs | Johannes Ranke | 12 | -30/+49 | |
2020-12-15 | Remove leftovers | Johannes Ranke | 1 | -3/+2 | |
2020-12-11 | Update README for cgit.jrwb.de | Johannes Ranke | 1 | -6/+54 | |
2020-12-11 | Update static docs | Johannes Ranke | 19 | -137/+406 | |
2020-12-10 | nlme with varConstProp is released | Johannes Ranke | 2 | -2/+5 | |
Also fix incompatibility with saem fits from earlier mkin versions | |||||
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 | 3 | -17/+32 | |
But skip the test as it takes too long to always run | |||||
2020-12-09 | Make saem using mkinpredict work again | Johannes Ranke | 4 | -67/+78 | |
I threw out mclapply as it did not play well with the linear algebra routines used in the saemix code. Most of the change is actually indentation in the code creating the model function. But there is an important fix in mkinpredict which I had broken. | |||||
2020-12-09 | Some test fixes | Johannes Ranke | 4 | -44/+11 | |
2020-12-09 | Add more tests and fix HS in saem | Johannes Ranke | 6 | -1224/+1318 | |
2020-12-09 | Fix a test I accidentally broke | Johannes Ranke | 2 | -18/+13 | |
2020-12-09 | And more | Johannes Ranke | 3 | -1/+16 | |
2020-12-09 | Any yet more tests | Johannes Ranke | 5 | -17/+36 | |
2020-12-09 | Update test output and reduce precision for travis | Johannes Ranke | 4 | -27/+27 | |
2020-12-09 | More tests | Johannes Ranke | 10 | -2613/+1533 | |
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 | 4 | -4/+34 | |
2020-12-09 | Make tests more robust, remove two redundant ones | Johannes Ranke | 4 | -44/+22 | |