Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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 | |
2022-12-02 | Avoid error message at testthat termination | Johannes Ranke | 2 | -26/+29 | |
https://github.com/r-lib/processx/issues/236 | |||||
2022-12-02 | Update online docs | Johannes Ranke | 7 | -14/+95 | |
2022-12-01 | Possibility to manually specify no_random_effects in mhmkin | Johannes Ranke | 9 | -94/+187 | |
2022-11-29 | Complete starting values in summary for saem.mmkin fits | Johannes Ranke | 9 | -45/+55 | |
Also update tests to the changes in mhmkin (see NEWS) | |||||
2022-11-25 | mhmkin: Easy specification of ill-defined parms | Johannes Ranke | 3 | -28/+28 | |
The argument 'no_random_effect' now accepts an illparms.mhmkin object | |||||
2022-11-24 | Start online docs of the development version | Johannes Ranke | 181 | -8344/+7033 | |
2022-11-22 | Update and improve README | Johannes Ranke | 2 | -31/+34 | |
2022-11-22 | Start new development version | Johannes Ranke | 5 | -19/+18 | |
2022-11-19 | Confirm which test fail on R-develv1.2.1 | Johannes Ranke | 3 | -37/+112 | |
2022-11-18 | Move two saem fits from setup script to skipped tests | Johannes Ranke | 6 | -34/+40 | |
Save winbuilder/CRAN check time... | |||||
2022-11-18 | Use cluster with two cores to reduce windows check time | Johannes Ranke | 6 | -28/+40 | |
2022-11-18 | Update docs | Johannes Ranke | 14 | -18/+279 | |
2022-11-18 | Make mixed model test data permanent to ensure reproducibility | Johannes Ranke | 24 | -262/+324 | |
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-18 | Round parameters with signif() before printing | Johannes Ranke | 5 | -17/+24 | |
This will hopefully make the test pass on all relevant platforms. | |||||
2022-11-18 | Prepare follow-up release to fix CRAN checks | Johannes Ranke | 1 | -2/+2 | |
2022-11-18 | Remove candidate patches that were accidentally committed | Johannes Ranke | 2 | -1703/+0 | |
2022-11-18 | Update NEWS | Johannes Ranke | 1 | -0/+10 | |
2022-11-18 | Pass error.init to saemix_model, show in parplot | Johannes Ranke | 9 | -29/+51 | |
Due to an oversight, error.init was not really passed to saemix_model in saem.mmkin. The new initial values were reverted to c(1, 1), in order to avoid changing the test results. Initial values for error model parameters are now shown in parplot.multistart. | |||||
2022-11-18 | Avoid ill-determined fit, it is platform dependent | Johannes Ranke | 2 | -12/+11 | |
The previous test lead to an error on the Fedora test systems (gcc and clang) on CRAN: ... Results have changed from known value recorded in 'print_dfop_saemix_1.txt'. old[13:24] vs new[13:24] "" "Fitted parameters:" " estimate lower upper" - "parent_0 100.09 98.94 101.25" + "parent_0 100.17 99.01 101.33" - "log_k1 -2.68 -2.91 -2.45" + "log_k1 -2.66 -2.89 -2.43" "log_k2 -4.12 -4.24 -4.00" - "g_qlogis -0.41 -0.63 -0.20" + "g_qlogis -0.43 -0.65 -0.21" - "a.1 0.91 0.67 1.15" + "a.1 0.91 0.67 1.16" "b.1 0.05 0.04 0.06" - "SD.log_k1 0.36 0.21 0.50" + "SD.log_k1 0.35 0.21 0.50" and 2 more ... | |||||
2022-11-18 | Improve logLik.mkinfit to attach nobs attribute | Johannes Ranke | 2 | -29/+33 | |
The lack of that attribute lead to a failure to calculate the BIC in test_AIC.R on R-devel from yesterday. | |||||
2022-11-18 | Typo that did not affect test results | Johannes Ranke | 1 | -1/+1 | |
2022-11-17 | Complete update of online docs for v1.2.0 | Johannes Ranke | 166 | -4184/+9615 | |
2022-11-16 | Reduce testing on CRAN serversv1.2.0 | Johannes Ranke | 4 | -6/+7 | |
2022-11-16 | Update docs | Johannes Ranke | 4 | -8/+11 | |