Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-20 | Merge branch 'v1.2.3_pkgdown' | Johannes Ranke | 8 | -41/+87 | |
2023-04-20 | Fix and rebuild documentation, see NEWS | Johannes Ranke | 7 | -40/+42 | |
I had to fix the two pathway vignettes, as they did not work with the released version any more. So they and the multistart vignette which got some small fixes as well were rebuilt. Complete rebuild of the online docs with the released version. The documentation of the 'hierarchial_kinetics' format had to be fixed as well. | |||||
2023-04-20 | Small changes to the multistart vignette | Johannes Ranke | 1 | -16/+11 | |
- Fix legend positions and y axis scaling - Include two more variants in the model comparison at the end, and fix the logic of the discussion | |||||
2023-04-17 | Post release changes to the docs | Johannes Ranke | 2 | -14/+49 | |
The cyantraniliprole and dmta pathway vignettes were not working any more with the latest changes in deSolve and mkin. All docs need a rebuild. | |||||
2023-04-17 | Improve docs of multistart method | Johannes Ranke | 2 | -47/+36 | |
2023-04-16 | Complete rebuild of static docs | Johannes Ranke | 2 | -0/+0 | |
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 | |