Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-06 | Check notes on winbuilder | Johannes Ranke | 3 | -6/+6 | |
- The CRAN spell check does not like 'backend', using 'back end' now - URL updates in README | |||||
2023-04-02 | Bump date | Johannes Ranke | 1 | -1/+1 | |
2023-04-02 | Deal with covariates in summary for saem.mmkin objects | Johannes Ranke | 5 | -20/+49 | |
2023-04-01 | Update tests on 5950x | Johannes Ranke | 7 | -166/+159 | |
Update platform dependent test plots | |||||
2023-03-23 | Support covariates in endpoints() | Johannes Ranke | 12 | -49/+100 | |
2023-03-22 | Merge branch 'main' into covariate_parms_and_endpoints | Johannes Ranke | 10 | -160/+169 | |
2023-03-22 | Fix typo in mkinerrmin | Johannes Ranke | 10 | -160/+169 | |
Thanks to Sebastian Meyer for spotting it. | |||||
2023-03-22 | Fix plotting saemix without covariates, polish | Johannes Ranke | 1 | -4/+11 | |
Better linetypes and labels | |||||
2023-03-20 | Support covariates in parms and plot.saem.mmkin | Johannes Ranke | 3 | -53/+113 | |
2023-03-15 | Start parms and endpoints for covariates | Johannes Ranke | 2 | -3/+13 | |
2023-03-14 | deSolve 1.35 is on CRAN now, thanks Thomas! | Johannes Ranke | 1 | -1/+0 | |
2023-02-26 | Improve documentation of the format | Johannes Ranke | 2 | -3/+38 | |
2023-02-23 | Basic check if covariate data are usable | Johannes Ranke | 1 | -4/+11 | |
2023-02-18 | Tell travis to take deSolve from drat repo | Johannes Ranke | 1 | -0/+1 | |
It seems that eddelbuettel/r-ci#10 is still bugging me | |||||
2023-02-18 | Mention recent case studies in README | Johannes Ranke | 4 | -10/+21 | |
2023-02-17 | Update online docs, fix bug that surfaced | Johannes Ranke | 42 | -294/+750 | |
2023-02-17 | Update benchmark results for 7950X | Johannes Ranke | 12 | -124/+210 | |
2023-02-17 | Rethink versioning and remove 7950X benchmarks | Johannes Ranke | 4 | -2/+2 | |
I will add benchmark data for 1.2.0, 1.2.2 and 1.2.3 for better comparison | |||||
2023-02-17 | Mention deSolve development in NEWS | Johannes Ranke | 1 | -2/+6 | |
2023-02-17 | Finish adapting to upcoming deSolve | Johannes Ranke | 18 | -229/+267 | |
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 | 4 | -6/+7 | |
2023-02-17 | Fix path, build target for prebuilt pdf vignettes | Johannes Ranke | 2 | -1/+4 | |
2023-02-13 | Update mmkin docs, parallel is not loaded any more | Johannes Ranke | 1 | -4/+3 | |
2023-02-13 | Prepare to keep prebuilt vignettes as pdf in git | Johannes Ranke | 1 | -1/+0 | |
2023-02-13 | WIP adapting to new deSolve with faster lsoda | Johannes Ranke | 5 | -100/+104 | |
2023-02-13 | Merge branch 'main' into custom_lsoda_call | Johannes Ranke | 494 | -14040/+33507 | |
2023-01-28 | Update saem benchmark with new CPU | Johannes Ranke | 3 | -22/+123 | |
2023-01-28 | Some improvements to the README | Johannes Ranke | 4 | -53/+202 | |
2023-01-28 | Build online HTML versions of prebuilt vignettes | Johannes Ranke | 39 | -49/+10017 | |
Also, give some structure to the menu for selecting articles | |||||
2023-01-09 | Prebuilt PDF vignettes, summary_listing | Johannes Ranke | 74 | -607/+6255 | |
2023-01-05 | Don't preschedule multistart runs | Johannes Ranke | 1 | -2/+5 | |
Sometimes a lot of them fail, so we were wasting time | |||||
2023-01-04 | Update documentation of 'use_of_ff' argument | Johannes Ranke | 1 | -1/+1 | |
2023-01-03 | Neutral names for code chunks in the template | Johannes Ranke | 1 | -5/+4 | |
2023-01-03 | Reflect changed name of dll directory in template | Johannes Ranke | 2 | -1/+2 | |
2023-01-03 | Improve template text, use neutral name for dll_dir | Johannes Ranke | 1 | -6/+6 | |
2023-01-03 | Improved skeleton for hierarchical fits | Johannes Ranke | 4 | -22/+175 | |
Now with working pathway fits using SFORB-SFO2 (only two parallel metabolites instead of three) as the data for compound Ia was not sufficient for a reliable fit. | |||||
2023-01-02 | Fix no_random_effect with character vector | Johannes Ranke | 1 | -1/+1 | |
2023-01-02 | Echo R code per default in markdown template | Johannes Ranke | 1 | -1/+1 | |
2022-12-22 | Improve code formatting in template skeleton | Johannes Ranke | 1 | -1/+3 | |
2022-12-19 | Rename template folder, create format | Johannes Ranke | 12 | -48/+110 | |
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-19 | Template and spreadsheet for hierarchical kinetics | Johannes Ranke | 6 | -1/+198 | |
The template only shows parent data evaluation without covariate models for now. The spreadsheet will also be useful for unit testing of the read_spreadsheet function. | |||||
2022-12-15 | List random effects correlations in output if any | Johannes Ranke | 14 | -274/+422 | |
Update docs | |||||
2022-12-12 | Run tests with new CPU and RAM | Johannes Ranke | 1 | -26/+26 | |
2022-12-07 | Fix parplot for the case of failed multistart runs | Johannes Ranke | 3 | -2/+4 | |
2022-12-07 | Check slopes in saemix covariate models | Johannes Ranke | 4 | -27/+43 | |
2022-12-06 | Some parplot improvements | Johannes Ranke | 9 | -178/+183 | |
llquant argument, improved legend text, tests | |||||
2022-12-02 | Update online docs | Johannes Ranke | 2 | -2/+2 | |
2022-12-02 | Update test log with current R-devel | Johannes Ranke | 1 | -42/+23 | |
One printout and four plots are different using current R-devel. These are currently skipped on CRAN. These test were run with the development version of saemix (my branch installable_dev_version). If saemix from CRAN is used, there are some more differences due to different error model parameters | |||||
2022-12-02 | Avoid redundant warnings in summaries | Johannes Ranke | 2 | -3/+4 | |