aboutsummaryrefslogtreecommitdiff
path: root/log/check.log
AgeCommit message (Collapse)AuthorFilesLines
2023-04-15Increase test coverageJohannes Ranke1-2/+7
Also, using mkin analytical solutions for more than one observed variable is not supported (but could be if out_values would be reordered).
2023-04-06Fix a bug with moved DLLs and current deSolveJohannes Ranke1-8/+3
In mkinmod, dll_info was not included in the returned model object in the case that the DLL was moved to a user defined directory. This is now fixed.
2023-04-02Deal with covariates in summary for saem.mmkin objectsJohannes Ranke1-3/+8
2023-04-01Update tests on 5950xJohannes Ranke1-15/+8
Update platform dependent test plots
2023-03-23Support covariates in endpoints()Johannes Ranke1-6/+7
2023-03-22Fix typo in mkinerrminJohannes Ranke1-8/+14
Thanks to Sebastian Meyer for spotting it.
2023-02-17Finish adapting to upcoming deSolveJohannes Ranke1-25/+5
2023-01-09Prebuilt PDF vignettes, summary_listingJohannes Ranke1-12/+22
2022-12-19Rename template folder, create formatJohannes Ranke1-5/+16
Instead of rmarkdown::pdf_document, mkin::hierarchical_kinetics is used as a document format in the template. In this way, the template file can be freed from some R code and yaml options that the average user does not have to be aware of.
2022-12-01Possibility to manually specify no_random_effects in mhmkinJohannes Ranke1-4/+4
2022-11-18Make mixed model test data permanent to ensure reproducibilityJohannes Ranke1-2/+2
To ensure that tests on different platforms work on the same data, the mixed modelling test data previosly generated in tests/testthat/setup_script.R were generated once using the script in inst/dataset/generation/ds_mixed.R, and are now distributed with the package.
2022-11-16Update DESCRIPTION and NEWS, check and testJohannes Ranke1-2/+2
2022-11-14Automatic starting parameters for saem.mmkinJohannes Ranke1-2/+2
For the case of mkin transformations. This gives faster convergence, and appears to avoid problems with numeric ODE solutions
2022-11-04Attempt at automatic setting of random effectsJohannes Ranke1-2/+2
Based on parameters in the separate fits that fail the t-test.
2022-11-04Never fail with errors in saem.mmkinJohannes Ranke1-8/+2
I think it is always preferable to be able to investigate the saemix object returned.
2022-11-01Add read_spreadsheetJohannes Ranke1-1/+1
2022-11-01Fix plotting saem fits with covariatesJohannes Ranke1-1/+1
2022-11-01Improved printing for illparms()Johannes Ranke1-3/+3
For the case of single fits and no ill-defined parameters found
2022-10-31Fix R CMD checkJohannes Ranke1-1/+1
2022-10-25Complete documentation and fix a bugJohannes Ranke1-2/+8
The bug was introduced by the changes in summary.saem.mmkin.R and surfaced in the tests when using saemix transformations.
2022-09-28Fix handling of multistart fits with failuresJohannes Ranke1-14/+2
2022-09-16Improve multistart documentation, bugfixJohannes Ranke1-2/+14
- 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-07-22Move logs into own directory to clean rootJohannes Ranke1-0/+73

Contact - Imprint