Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-10 | Naming of random effects for reduced parameter models | Johannes Ranke | 4 | -6/+81 | |
2022-08-10 | Increase test coverage, require saemix version 3.1 | Johannes Ranke | 7 | -6/+35 | |
2022-08-10 | Update static docs | Johannes Ranke | 16 | -282/+664 | |
2022-08-10 | Batch processing for hierarchical fits | Johannes Ranke | 14 | -24/+460 | |
- 'R/mhmkin.R': New method for performing multiple hierarchical mkin fits in one function call, optionally in parallel. - 'R/saem.R': 'logLik' and 'update' methods for 'saem.mmkin' objects. - 'R/illparms.R': Add methods for 'saem.mmkin' and 'mhmkin' objects. tests: Use 2 cores on travis, should work according to docs | |||||
2022-08-09 | Update docs for saem | Johannes Ranke | 1 | -3/+3 | |
2022-08-08 | Error on unsupported saemix transformations | Johannes Ranke | 4 | -13/+26 | |
Also, support FOMC with saemix transformations | |||||
2022-08-08 | Fix fitting HS with saemix transformations | Johannes Ranke | 4 | -27/+39 | |
2022-07-26 | Import parallel instead of depending on it | Johannes Ranke | 3 | -6/+7 | |
This cleans up the startup message. Loading parallel is not that important, users wanting to use it will know what to do. Also, add codemeta.json to .Rbuildignore | |||||
2022-07-23 | r-universe badge, release date of v1.1.1 in NEWS | Johannes Ranke | 4 | -12/+11 | |
Also skip complete log directory in .Rbuildignore and reorganize that file to improve readability | |||||
2022-07-22 | Update Makefile | Johannes Ranke | 1 | -2/+1 | |
2022-07-22 | Add codemeta file as created by R package codemeta | Johannes Ranke | 1 | -0/+322 | |
2022-07-22 | Remove TODO file as I hardly ever look at it | Johannes Ranke | 1 | -7/+0 | |
2022-07-22 | Move logs into own directory to clean root | Johannes Ranke | 8 | -15/+10 | |
2022-07-22 | Update static docs | Johannes Ranke | 15 | -50/+651 | |
2022-07-21 | Try to tell covr that Travis is not CRAN | Johannes Ranke | 1 | -1/+1 | |
2022-07-21 | Try coverage from r-ci, re-add badges | Johannes Ranke | 2 | -4/+6 | |
2022-07-21 | Remove platform sensitive convergence tests | Johannes Ranke | 4 | -40/+20 | |
2022-07-21 | Try to explicitly install nlme from CRAN | Johannes Ranke | 1 | -0/+1 | |
to get the current version | |||||
2022-07-21 | Try the r2u variant | Johannes Ranke | 1 | -5/+4 | |
2022-07-21 | Don't use BSPM as it fails due to low nlme version | Johannes Ranke | 1 | -3/+4 | |
2022-07-21 | Try Travis with Dirks run.sh from eddelbuettel/r-ci | Johannes Ranke | 3 | -5/+36 | |
2022-07-21 | Remove travis config as R seems to be unmaintained there | Johannes Ranke | 3 | -29/+7 | |
See https://travis-ci.community/t/please-update-the-r-version-used-for-r-release-to-r-4-1-0/11886 and the Pull request referenced there, and the message by Gabor which I found today: https://travis-ci.community/t/about-the-r-category/748/2 | |||||
2022-07-21 | Update Travis config | Johannes Ranke | 1 | -1/+3 | |
- Use current R release - Add system libraries used by textshaping, pulled in by pkgdown | |||||
2022-07-21 | Summary method for mmkin objects | Johannes Ranke | 21 | -5117/+1574 | |
Also, add a method for gathering convergence information and a method for gathering information on ill-defined parameters | |||||
2022-07-21 | Updates to summary.mkinfit | Johannes Ranke | 1 | -2/+2 | |
2022-07-14 | Improve readability of benchmark code shown in vignette | Johannes Ranke | 3 | -29/+44 | |
2022-07-12 | Tests before releasev1.1.1 | Johannes Ranke | 5 | -132/+3906 | |
2022-07-12 | Avoid spawning multiple cores in tests on CRAN | Johannes Ranke | 1 | -2/+2 | |
2022-07-12 | Rerun benchmarks on desktop computer | Johannes Ranke | 6 | -15/+193 | |
2022-07-08 | Use inherits() instead of comparing class to string | Johannes Ranke | 1 | -1/+1 | |
2022-07-08 | Store DLL info in mkinmod objects for performance | Johannes Ranke | 25 | -2157/+1952 | |
Thanks to Tomas Kalibera for his analysis of the problem on the r-package-devel mailing list and for the suggestion on how to fix it. See the current benchmark vignette for the new data on mkin 1.1.1 with R 4.2.1, with unprecedented performance. | |||||
2022-07-01 | Sensitivity of AIC values in DMTA vignette to BLAS version | Johannes Ranke | 17 | -147/+2399 | |
2022-07-01 | Rerun benchmarks with R 4.2.1 and openblas-serial | Johannes Ranke | 2 | -11/+11 | |
After confirming that lapack versus atlas versus openblas results are quite similar, and therefore not responsible for the differences between R 4.1.3 and R 4.2.1 | |||||
2022-07-01 | Update benchmark article in online docs | Johannes Ranke | 3 | -65/+65 | |
2022-07-01 | Add benchmarks on laptop with R 4.1.3 and 4.2.1 | Johannes Ranke | 3 | -46/+75 | |
2022-07-01 | Add R version to data in benchmark vignette | Johannes Ranke | 18 | -279/+2777 | |
2022-06-30 | Merge branch 'dmta_vignette' | Johannes Ranke | 13 | -25/+36 | |
2022-06-30 | Remove stray sentence from vignette, update docs | Johannes Ranke | 20 | -29/+33 | |
2022-05-18 | Remove outdated comment in FOCUS L vignette, update docs | Johannes Ranke | 143 | -5054/+1061 | |
This also adds the first benchmark results obtained on my laptop system | |||||
2022-04-13 | More control of y axes in plot.mkinfit, updates | Johannes Ranke | 9 | -22/+30 | |
Documentation and test results were updated, the latter with regard to the previous work on plot.mixed.mmkin. | |||||
2022-04-12 | Fix using defaults for log rate constants | Johannes Ranke | 1 | -1/+3 | |
2022-04-11 | Update static docs | Johannes Ranke | 16 | -12/+34 | |
2022-04-09 | Improvements to mean_degparms() and plot.mixed.mmkin() | Johannes Ranke | 8 | -15/+53 | |
- New argument 'default_log_parms' for mean_degparms() - 'plot.mixed.mmkin': Pass the frame argument also to residual plots, take the 'default_log_parms' argument for 'mean_degparms' used for constructing approximate population curves, plot population curve last to avoid that it is covered by data | |||||
2022-03-19 | Test saemix without special analytical solutions | Johannes Ranke | 4 | -28/+50 | |
Also increase the performance a bit (from about 210 s to about 140 s in the case of DFOP with four chains and 300, 100 iterations). | |||||
2022-03-19 | Improvements to CAKE_export() | Johannes Ranke | 7 | -45/+45 | |
2022-03-16 | Use saemix in help page, typo in vignette | Johannes Ranke | 18 | -136/+239 | |
2022-03-14 | Release date of mkin 1.1.0 | Johannes Ranke | 1 | -1/+1 | |
2022-03-14 | Reduce check time for CRAN, releasev1.1.0 | Johannes Ranke | 19 | -63/+83 | |
2022-03-09 | Fix link to saem.mmkin from README | Johannes Ranke | 4 | -4/+8 | |
Thanks to Uwe Ligges for spotting this inmidst of a lot of ambiguous URL check results. | |||||
2022-03-08 | Avoid using multiple processes on CRAN check machines | Johannes Ranke | 4 | -10/+10 | |