Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-15 | Improve tests | Johannes Ranke | 5 | -49/+90 | |
- Reduce significant digits for mkinfit(..., quiet = TRUE) as R and R-devel were different on my system - Add makefile target 'devtest' for testing with R-devel, in order to fix problems showing up with R-devel on Travis | |||||
2020-07-15 | Improve handling of (partially) failing fits | Johannes Ranke | 6 | -31/+48 | |
2020-07-15 | Use try() within mmkin | Johannes Ranke | 1 | -1/+1 | |
This keeps mmkin from stopping if one of the fits fails. Instead, a try-error is assigned to the respective position in the mmkin object. | |||||
2020-06-15 | vdiffr dev version not really necessary | Johannes Ranke | 1 | -1/+0 | |
2020-06-15 | Test plots on r-devel only | Johannes Ranke | 21 | -237/+252 | |
following the arguments of Xavier Robin https://github.com/r-lib/vdiffr/issues/86#issuecomment-636447231 | |||||
2020-06-15 | Use current devel version of vdiffr on Travis | Johannes Ranke | 1 | -1/+3 | |
2020-06-15 | Fix a bug, update for current vdiffr | Johannes Ranke | 7 | -118/+17 | |
Vignette FOCUS_L failed as I had introduced a bug in the handling of warnings. Current vdiffr only runs visual tests if R < 4.1.0, skipping r-devel for now, see https://github.com/r-lib/vdiffr/commit/630a29d013361fd63fea242f531e2db6aef37919 | |||||
2020-05-29 | Improve handling of warnings, reorganize tests | Johannes Ranke | 14 | -166/+354 | |
2020-05-29 | Warn if standardized residuals are unlikely normal | Johannes Ranke | 14 | -152/+131 | |
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-28 | use_of_ff = "max" for shorthand models like "SFO" | Johannes Ranke | 9 | -33/+35 | |
2020-05-27 | Improve mkinmod docs | Johannes Ranke | 4 | -85/+135 | |
2020-05-27 | Change dev version label to info color | Johannes Ranke | 26 | -94/+95 | |
instead of the orange danger color. | |||||
2020-05-27 | Advertise docs of the dev version | Johannes Ranke | 2 | -13/+14 | |
2020-05-27 | Add docs generated using released version 0.9.52 | Johannes Ranke | 63 | -1348/+660 | |
2020-05-27 | Create up to date pkgdown docs in development mode | Johannes Ranke | 187 | -1/+24660 | |
2020-05-26 | Use all cores per default, confint tolerance | Johannes Ranke | 29 | -405/+466 | |
Also, use more intelligent starting values for the variance of the random effects for saemix. While this does not appear to speed up the convergence, it shows where this variance is greatly reduced by using mixed-effects models as opposed to the separate independent fits. | |||||
2020-05-26 | Use upstream saemix for travis | Johannes Ranke | 1 | -1/+1 | |
The necessary change has been merged | |||||
2020-05-25 | Tell travis where to really find the saemix version... | Johannes Ranke | 1 | -1/+1 | |
2020-05-25 | Tell travis where to find the required saemix version | Johannes Ranke | 5 | -14/+14 | |
2020-05-25 | First working version of saemix helper functions | Johannes Ranke | 20 | -26/+694 | |
saemix_data depends on a development version of saemix, see pull request saemixdevelopment/saemixextension#2 | |||||
2020-05-18 | Add comment | Johannes Ranke | 1 | -1/+2 | |
2020-05-15 | Improve docs | Johannes Ranke | 2 | -23/+15 | |
2020-05-15 | Use markdown links in mkinfit documentation | Johannes Ranke | 4 | -95/+97 | |
2020-05-14 | Update version number, better example formatting | Johannes Ranke | 11 | -38/+35 | |
2020-05-14 | Add a parms method for mmkin objects | Johannes Ranke | 7 | -8/+143 | |
2020-05-14 | Test markdown link, article update due to .rmd extension | Johannes Ranke | 15 | -79/+98 | |
2020-05-13 | Further formatting improvement of benchmark vignette | Johannes Ranke | 13 | -672/+631 | |
Also, use .rmd extension instead of .Rmd for vignettes. | |||||
2020-05-12 | Another documentation update | Johannes Ranke | 4 | -43/+39 | |
2020-05-12 | Update pkgdown | Johannes Ranke | 3 | -31/+166 | |
2020-05-12 | Improve formatting of benchmark vignette | Johannes Ranke | 3 | -39/+182 | |
2020-05-12 | Add a link to the benchmark vignette to the docs | Johannes Ranke | 8 | -1/+21 | |
2020-05-12 | Update vignettes and docs | Johannes Ranke | 100 | -1662/+1767 | |
2020-05-12 | Update .Rbuildignorev0.9.50.2 | Johannes Ranke | 2 | -2/+1 | |
2020-05-12 | Rerun tests and checks, CRAN comments | Johannes Ranke | 6 | -15/+13 | |
2020-05-12 | Improve documentation, now using a spell checker | Johannes Ranke | 36 | -148/+370 | |
2020-05-12 | Address solaris platform dependence revealed on CRAN | Johannes Ranke | 1 | -1/+2 | |
2020-05-12 | Documentation improvements, rebuild static docs | Johannes Ranke | 86 | -1102/+1165 | |
2020-05-11 | Release to CRANv0.9.50.1 | Johannes Ranke | 4 | -4/+8 | |
2020-05-11 | Merge branch 'master' of kolab.jrwb.de:mkin | Johannes Ranke | 0 | -0/+0 | |
2020-05-11 | Add analytical solution for DFOP-SFO | Johannes Ranke | 17 | -30/+88 | |
This is about twice as fast as deSolve compiled in the case of FOCUS D | |||||
2020-05-11 | Add analytical solution for DFOP-SFO | Johannes Ranke | 6 | -11/+65 | |
This is about twice as fast as deSolve compiled with FOCUS D | |||||
2020-05-11 | Analytical solutions for all SFO variants | Johannes Ranke | 8 | -73/+128 | |
2020-05-11 | Don't run visual tests on r-devel for now | Johannes Ranke | 4 | -16/+29 | |
https://github.com/r-lib/vdiffr/issues/86 | |||||
2020-05-11 | Reduce precision of traced parameters, formatting | Johannes Ranke | 2 | -123/+123 | |
2020-05-11 | Avoid merge() and data.frame() in cost function | Johannes Ranke | 36 | -715/+799 | |
also for deSolve and eigenvalue based solutions. This noticeably increases performance for these methods, see test.log and benchmark vignette. | |||||
2020-05-10 | Default to analytical for coupled models if available | Johannes Ranke | 8 | -157/+150 | |
This revealed that transforming rates is necessary for fitting the analytical solution of the SFO-SFO model to the FOCUS D dataset. Benchmarks show that fitting coupled models with deSolve got a bit slower through the latest changes | |||||
2020-05-09 | Avoid the call to merge for analytical solutions | Johannes Ranke | 14 | -112/+135 | |
This increases performance up to a factor of five! | |||||
2020-05-09 | Make mkinpredict consistently return a dataframe | Johannes Ranke | 1 | -16/+16 | |
2020-05-08 | Profiling suggests the merge in mkinfit is the bottleneck | Johannes Ranke | 1 | -0/+3 | |
2020-05-08 | We do not need the n.outtimes argument for mkinfit | Johannes Ranke | 2 | -19/+12 | |
As we set the tolerance for ode() appropriately |