Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-17 | Update online docs, fix bug that surfaced | Johannes Ranke | 2 | -0/+0 | |
2023-02-17 | Update benchmark results for 7950X | Johannes Ranke | 10 | -123/+208 | |
2023-02-17 | Rethink versioning and remove 7950X benchmarks | Johannes Ranke | 2 | -0/+0 | |
I will add benchmark data for 1.2.0, 1.2.2 and 1.2.3 for better comparison | |||||
2023-02-17 | Finish adapting to upcoming deSolve | Johannes Ranke | 7 | -149/+217 | |
2023-02-17 | Commit prebuilt vignettes from desktop | Johannes Ranke | 3 | -0/+0 | |
2023-02-17 | Merge remote-tracking branch 'origin/main' into faster_lsoda | Johannes Ranke | 1 | -1/+1 | |
2023-02-17 | Fix path, build target for prebuilt pdf vignettes | Johannes Ranke | 1 | -1/+1 | |
2023-02-13 | WIP adapting to new deSolve with faster lsoda | Johannes Ranke | 2 | -16/+83 | |
2023-02-13 | Merge branch 'main' into custom_lsoda_call | Johannes Ranke | 27 | -566/+3259 | |
2023-01-28 | Update saem benchmark with new CPU | Johannes Ranke | 1 | -0/+0 | |
2023-01-09 | Prebuilt PDF vignettes, summary_listing | Johannes Ranke | 26 | -499/+3293 | |
2022-12-06 | Some parplot improvements | Johannes Ranke | 2 | -67/+53 | |
llquant argument, improved legend text, tests | |||||
2022-11-24 | Start online docs of the development version | Johannes Ranke | 2 | -0/+0 | |
2022-11-17 | Complete update of online docs for v1.2.0 | Johannes Ranke | 2 | -0/+0 | |
2022-11-16 | Update online docs | Johannes Ranke | 1 | -0/+0 | |
2022-11-16 | We get about 25% performance gain | Johannes Ranke | 5 | -15/+137 | |
with the custom lsoda call, avoiding repeated getNativeSymbolInfo calls. It's just that we should not be calling foreign functions from different packages, because the may change without notice. Using getNativeSymbolInfo for "call_lsoda" avoids the CRAN note, and a similar call could probably be used for "unlock_solver", avoiding the NOTE in checks for cran, but we should not do this in a CRAN package. | |||||
2022-11-15 | Import saemix for easier profiling, update online docs | Johannes Ranke | 6 | -134/+13 | |
2022-11-14 | Update online docs | Johannes Ranke | 2 | -0/+0 | |
2022-11-14 | Start benchmark vignette for saem fits | Johannes Ranke | 4 | -0/+2281 | |
2022-11-14 | Comment on an error | Johannes Ranke | 1 | -1/+1 | |
I will not correct the error in order to keep the benchmarks consistent | |||||
2022-11-01 | Update online docs | Johannes Ranke | 1 | -0/+0 | |
2022-10-28 | Rename parhist to parplot and make it generic | Johannes Ranke | 1 | -3/+3 | |
That parhist name was not the brightest idea, as it does not show histograms. | |||||
2022-10-26 | Really test anova output, test covariates | Johannes Ranke | 1 | -36/+0 | |
2022-10-26 | Update multistart example code and vignette | Johannes Ranke | 3 | -22/+97 | |
2022-09-28 | Update vignette and static docs | Johannes Ranke | 3 | -2/+2 | |
2022-09-28 | Fix handling of multistart fits with failures | Johannes Ranke | 3 | -26/+0 | |
2022-09-19 | Improve parhist and llhist | Johannes Ranke | 3 | -11/+15 | |
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 | 2 | -0/+14 | |
2022-09-16 | Improve multistart documentation, bugfix | Johannes Ranke | 3 | -0/+512 | |
- 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 | Improve docs and update pkgdown | Johannes Ranke | 1 | -0/+0 | |
2022-09-16 | Diagnostic plots for multistart method | Johannes Ranke | 1 | -72/+79 | |
2022-08-10 | Change dev branch used for docs, update static docs | Johannes Ranke | 1 | -0/+0 | |
2022-07-22 | Update static docs | Johannes Ranke | 1 | -0/+0 | |
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 | 1 | -112/+0 | |
2022-07-12 | Rerun benchmarks on desktop computer | Johannes Ranke | 4 | -13/+162 | |
2022-07-08 | Store DLL info in mkinmod objects for performance | Johannes Ranke | 6 | -314/+83 | |
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 | 9 | -2/+2209 | |
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 | 1 | -0/+0 | |
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 | 5 | -15/+2342 | |
2022-06-30 | Merge branch 'dmta_vignette' | Johannes Ranke | 1 | -1/+1 | |
2022-06-30 | Remove stray sentence from vignette, update docs | Johannes Ranke | 1 | -1/+1 | |
2022-05-18 | Remove outdated comment in FOCUS L vignette, update docs | Johannes Ranke | 6 | -4088/+80 | |
This also adds the first benchmark results obtained on my laptop system | |||||
2022-03-16 | Use saemix in help page, typo in vignette | Johannes Ranke | 1 | -1/+1 | |
2022-03-07 | Remove nlmixr interface for release of mkin 1.1.0 | Johannes Ranke | 2 | -267/+134 | |
I am postponing my attempts to get the nlmixr interface to CRAN, given some problems with nlmixr using R-devel under Windows, see https://github.com/nlmixrdevelopment/nlmixr/issues/596 and https://github.com/r-hub/rhub/issues/512, which is fixed by the removal of nlmixr from the testsuite. For the tests to be more platform independent, the biphasic mixed effects models test dataset was defined in a way that fitting should be more robust (less ill-defined). | |||||
2022-03-02 | Make tests more platform independent, update docs | Johannes Ranke | 6 | -27/+28 | |
2022-02-28 | Improve dimethenamid vignette | Johannes Ranke | 3 | -241/+126 | |
2022-02-09 | Adapt saemix interface to saemix 3.0 on CRAN | Johannes Ranke | 4 | -25/+25 | |