Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-29 | Adapt to new format of failed saem.mmkin fits | Johannes Ranke | 2 | -8/+13 | |
2022-09-28 | Update vignette and static docs | Johannes Ranke | 8 | -21/+46 | |
2022-09-28 | Fix handling of multistart fits with failures | Johannes Ranke | 13 | -104/+159 | |
2022-09-26 | Make BIC.mhmkin work with failed fits | Johannes Ranke | 1 | -1/+4 | |
2022-09-19 | Make the multistart method work on Windows | Johannes Ranke | 2 | -17/+43 | |
2022-09-19 | Improve parhist and llhist | Johannes Ranke | 13 | -59/+77 | |
In particular, adapt the display of parameter boxplots for saem fits using mkin transformations to the way used for saem fits using saemix transformations, i.e. always show parameters on the natural scale, and normalised them by dividing by the median from the multiple runs. | |||||
2022-09-16 | Add llhist to the multistart vignette | Johannes Ranke | 5 | -1/+23 | |
2022-09-16 | Improve multistart documentation, bugfix | Johannes Ranke | 26 | -101/+1319 | |
- Split out llhist and parhist documentation - Add example code for multistart - Create a multistart vignette, because the example code fails when run by pkgdown - Fix multistart for the case of mkin transformations in the saem fit | |||||
2022-09-16 | Tell travis to wait for coverage report | Johannes Ranke | 1 | -1/+1 | |
2022-09-16 | Rerun test with saemix 3.1 from CRAN | Johannes Ranke | 3 | -14/+14 | |
Apparently, the change I introduced into saemix saemixdevelopment/saemixextension#34 to fix error model parameters to positive values slightly influences the results. So this is now with the CRAN version to keep test results in sync with Travis | |||||
2022-09-16 | Improve docs and update pkgdown | Johannes Ranke | 22 | -445/+560 | |
2022-09-16 | Diagnostic plots for multistart method | Johannes Ranke | 13 | -111/+223 | |
2022-09-14 | Remove purrr dependency | Johannes Ranke | 6 | -8/+11 | |
We now directly import from rlang and vctrs, which were indirect dependencies anyways. purrr::map_dfr is deprecated in the upcoming purrr 1.0, and depends on dplyr (since when?) which is only suggested by purrr. This would lead new installations of mkin to fail if dplyr is not installed as well. | |||||
2022-09-13 | More work on multistart | Johannes Ranke | 5 | -2/+18 | |
2022-08-31 | Some more work on multistart | Johannes Ranke | 2 | -5/+33 | |
2022-08-14 | Basic multistart method for saem.mmkin objects | Johannes Ranke | 6 | -23/+99 | |
2022-08-11 | Start a multistart method | Johannes Ranke | 2 | -0/+26 | |
2022-08-10 | Update dev docs | Johannes Ranke | 2 | -2/+2 | |
2022-08-10 | Merge branch 'v1.1.2' | Johannes Ranke | 75 | -4158/+5580 | |
2022-08-10 | Remove codemeta file to avoid the maintenance | Johannes Ranke | 1 | -322/+0 | |
2022-08-10 | Change dev branch used for docs, update static docs | Johannes Ranke | 75 | -4158/+5580 | |
2022-08-10 | Update docs | Johannes Ranke | 4 | -263/+354 | |
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 | |