Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-25 | Test AIC calculation | Johannes Ranke | 2 | -1/+2 | |
2019-02-25 | Test CAKE export | Johannes Ranke | 7 | -78/+129 | |
2019-02-25 | Basic test for two-component reweighting | Johannes Ranke | 2 | -9/+13 | |
2019-02-25 | Test fitting without internal transformations | Johannes Ranke | 1 | -14/+34 | |
2019-02-25 | Shorten path to test plot | Johannes Ranke | 4 | -14/+11 | |
2019-02-25 | Fix tests and add plot and print for nafta | Johannes Ranke | 7 | -11/+505 | |
2019-02-25 | Test printing the summary of an mkinfit object | Johannes Ranke | 3 | -2/+157 | |
2019-02-25 | Another test case for plotting | Johannes Ranke | 2 | -1/+144 | |
2019-02-25 | Static documentation rebuilt by current pkgdown | Johannes Ranke | 62 | -149/+165 | |
2019-02-25 | Add plotting tests, add nafta to pkgdown | Johannes Ranke | 22 | -108/+1002 | |
2019-02-22 | Implement the NAFTA evaluation scheme | Johannes Ranke | 27 | -94/+1207 | |
2019-02-22 | Adapt test to the extended endpoints function | Johannes Ranke | 1 | -2/+2 | |
2019-02-22 | Static documentation rebuilt by pkgdown | Johannes Ranke | 15 | -91/+92 | |
2019-02-22 | Further adaptations for the logistic model | Johannes Ranke | 4 | -7/+13 | |
- Make mmkin compatible - Return DT50 values corresponding to k0 and kmax - Turn incompatible parameter names in parms.ini from an error to a warning, in order to make it possible to use this argument in calls to mmkin | |||||
2019-02-21 | Static documentation rebuilt by pkgdown | Johannes Ranke | 12 | -81/+82 | |
to get the codecov badge into the docs | |||||
2019-02-21 | Use codecov | Johannes Ranke | 4 | -2/+7 | |
2019-02-21 | Static documentation rebuilt by pkgdown | Johannes Ranke | 55 | -161/+160 | |
2019-02-21 | Remove unused code | Johannes Ranke | 3 | -3/+1 | |
2019-02-21 | Sync version number in DESCRIPTION with NEWS.md | Johannes Ranke | 1 | -2/+2 | |
2019-02-21 | Make example logistic fit quiet | Johannes Ranke | 13 | -131/+85 | |
2019-02-21 | Add the logistic model | Johannes Ranke | 31 | -215/+653 | |
2019-01-31 | Skipping with skip() needs a message | Johannes Ranke | 1 | -1/+1 | |
2019-01-31 | Skip tests for irls methd tc because it is not robust enough | Johannes Ranke | 1 | -1/+3 | |
2019-01-31 | Relax yet another test | Johannes Ranke | 1 | -1/+1 | |
2019-01-31 | Restore NAMESPACE | Johannes Ranke | 40 | -231/+2710 | |
which was accidentally overwritten by pkgdown -> roxygen | |||||
2019-01-31 | Suggest rmarkdown for vignette building on Travis | Johannes Ranke | 1 | -1/+1 | |
2019-01-31 | Relax another test for Travis | Johannes Ranke | 1 | -1/+1 | |
2019-01-31 | Correct title for CAKE_export | Johannes Ranke | 9 | -36/+39 | |
Add NEWS entry. Static documentation rebuilt by pkgdown | |||||
2019-01-31 | Static documentation rebuilt by pkgdown | Johannes Ranke | 60 | -3148/+1242 | |
2019-01-31 | Export to CAKE study file | Johannes Ranke | 3 | -0/+154 | |
2018-11-26 | See last commit log | Johannes Ranke | 1 | -3/+3 | |
2018-11-26 | Another test relaxation | Johannes Ranke | 1 | -1/+1 | |
This feels stupid by now, but I am not sure how to do this in a smarter way | |||||
2018-11-26 | Include AIC.mmkin to static docs | Johannes Ranke | 12 | -80/+87 | |
Static documentation rebuilt by pkgdown | |||||
2018-11-26 | Maybe I should not used random data in tests... | Johannes Ranke | 1 | -1/+1 | |
2018-11-26 | Add AIC method for mmkin column objects | Johannes Ranke | 18 | -91/+391 | |
Static documentation rebuilt by pkgdown | |||||
2018-11-26 | Further improvement of the logLik.mkinfit help | Johannes Ranke | 12 | -83/+89 | |
Static documentation rebuilt by pkgdown | |||||
2018-11-26 | Relax testing strictness again for travis | Johannes Ranke | 1 | -1/+1 | |
2018-11-26 | Static documentation rebuilt by pkgdown | Johannes Ranke | 12 | -81/+127 | |
2018-11-26 | Support logLik and AIC for manual weights | Johannes Ranke | 20 | -94/+111 | |
Static documentation rebuilt by pkgdown | |||||
2018-11-23 | Relax yet another test... | Johannes Ranke | 1 | -1/+1 | |
2018-11-23 | Static documentation rebuilt by pkgdown | Johannes Ranke | 11 | -76/+76 | |
2018-11-23 | Fix namespace declaration | Johannes Ranke | 1 | -1/+1 | |
2018-11-23 | More tolerance for a test | Johannes Ranke | 1 | -1/+1 | |
2018-11-23 | Static documentation rebuilt by pkgdown | Johannes Ranke | 19 | -96/+310 | |
2018-11-23 | Add logLik method to enable AIC() on mkinfit models | Johannes Ranke | 5 | -4/+82 | |
Further relax two tests to pass build on Travis | |||||
2018-11-23 | Improve initialisation of mkinds | Johannes Ranke | 1 | -10/+13 | |
Check in work from the beginning of the week | |||||
2018-09-21 | Relax another test precision for travis | Johannes Ranke | 1 | -1/+1 | |
2018-09-21 | Reduce testing time, relax precision for travis | Johannes Ranke | 1 | -15/+15 | |
2018-09-21 | Skip long running test on travis to avoid timeout | Johannes Ranke | 1 | -5/+12 | |
2018-09-21 | Improve fitting the two-component error model | Johannes Ranke | 8 | -105/+244 | |
with respect to accuracy and robustness. |