aboutsummaryrefslogtreecommitdiff
path: root/vignettes/web_only
AgeCommit message (Collapse)AuthorFilesLines
2023-05-19Release date, update pkgdown development docsJohannes Ranke2-0/+0
2023-05-19Prepare release of v1.2.4v1.2.4Johannes Ranke2-0/+0
- Update DESCRIPTION - Update Makefile to document how to use R-patched - Remove markup from two URLs to avoid CRAN NOTE - Switch two vignettes from html_document to html_vignette to save space in the docs directory, also avoiding a CRAN NOTE - Complete rebuild of pkgdown docs for release
2023-04-20Update vignettes in dev docsJohannes Ranke2-2/+2
After the post-release fixes to the release version online docs
2023-04-20Merge branch 'v1.2.3_pkgdown'Johannes Ranke4-23/+36
2023-04-20Fix and rebuild documentation, see NEWSJohannes Ranke3-36/+40
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-20Small changes to the multistart vignetteJohannes Ranke1-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-17Improve docs of multistart methodJohannes Ranke2-47/+36
2023-04-16Complete rebuild of static docsJohannes Ranke2-0/+0
2023-02-17Update online docs, fix bug that surfacedJohannes Ranke2-0/+0
2023-02-17Update benchmark results for 7950XJohannes Ranke7-94/+179
2023-02-17Rethink versioning and remove 7950X benchmarksJohannes Ranke2-0/+0
I will add benchmark data for 1.2.0, 1.2.2 and 1.2.3 for better comparison
2023-02-17Finish adapting to upcoming deSolveJohannes Ranke4-110/+178
2023-02-13WIP adapting to new deSolve with faster lsodaJohannes Ranke2-16/+83
2023-02-13Merge branch 'main' into custom_lsoda_callJohannes Ranke16-342/+1129
2023-01-28Update saem benchmark with new CPUJohannes Ranke1-0/+0
2023-01-09Prebuilt PDF vignettes, summary_listingJohannes Ranke15-319/+1193
2022-11-24Start online docs of the development versionJohannes Ranke2-0/+0
2022-11-17Complete update of online docs for v1.2.0Johannes Ranke2-0/+0
2022-11-16Update online docsJohannes Ranke1-0/+0
2022-11-16We get about 25% performance gainJohannes Ranke4-14/+136
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-15Import saemix for easier profiling, update online docsJohannes Ranke6-134/+13
2022-11-14Update online docsJohannes Ranke2-0/+0
2022-11-14Start benchmark vignette for saem fitsJohannes Ranke4-0/+2281
2022-11-14Comment on an errorJohannes Ranke1-1/+1
I will not correct the error in order to keep the benchmarks consistent
2022-11-01Update online docsJohannes Ranke1-0/+0
2022-10-28Rename parhist to parplot and make it genericJohannes Ranke1-3/+3
That parhist name was not the brightest idea, as it does not show histograms.
2022-10-26Really test anova output, test covariatesJohannes Ranke1-36/+0
2022-10-26Update multistart example code and vignetteJohannes Ranke3-22/+97
2022-09-28Update vignette and static docsJohannes Ranke3-2/+2
2022-09-28Fix handling of multistart fits with failuresJohannes Ranke3-26/+0
2022-09-19Improve parhist and llhistJohannes Ranke3-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-16Add llhist to the multistart vignetteJohannes Ranke2-0/+14
2022-09-16Improve multistart documentation, bugfixJohannes Ranke3-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-16Improve docs and update pkgdownJohannes Ranke1-0/+0
2022-08-10Change dev branch used for docs, update static docsJohannes Ranke1-0/+0
2022-07-22Update static docsJohannes Ranke1-0/+0
2022-07-14Improve readability of benchmark code shown in vignetteJohannes Ranke3-29/+44
2022-07-12Tests before releasev1.1.1Johannes Ranke1-112/+0
2022-07-12Rerun benchmarks on desktop computerJohannes Ranke3-11/+152
2022-07-08Store DLL info in mkinmod objects for performanceJohannes Ranke4-276/+41
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-01Sensitivity of AIC values in DMTA vignette to BLAS versionJohannes Ranke9-2/+2209
2022-07-01Rerun benchmarks with R 4.2.1 and openblas-serialJohannes Ranke2-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-01Update benchmark article in online docsJohannes Ranke1-0/+0
2022-07-01Add benchmarks on laptop with R 4.1.3 and 4.2.1Johannes Ranke3-46/+75
2022-07-01Add R version to data in benchmark vignetteJohannes Ranke4-14/+2341
2022-06-30Merge branch 'dmta_vignette'Johannes Ranke1-1/+1
2022-06-30Remove stray sentence from vignette, update docsJohannes Ranke1-1/+1
2022-05-18Remove outdated comment in FOCUS L vignette, update docsJohannes Ranke4-4006/+3
This also adds the first benchmark results obtained on my laptop system
2022-03-16Use saemix in help page, typo in vignetteJohannes Ranke1-1/+1
2022-03-07Remove nlmixr interface for release of mkin 1.1.0Johannes Ranke2-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).

Contact - Imprint