Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2018-09-20 | Test for convergence of error model to correct values | Johannes Ranke | 1 | -0/+50 | |
2018-09-20 | Fix tests | Johannes Ranke | 3 | -10/+17 | |
2018-09-20 | Skip irls test with two-component model | Johannes Ranke | 1 | -0/+1 | |
as I just changed the algorithm | |||||
2018-09-20 | Use the median absolute deviance for fitting | Johannes Ranke | 1 | -5/+16 | |
as the absolute value is a biased estimator for the standard deviation | |||||
2018-09-18 | Static documentation rebuilt by pkgdown | Johannes Ranke | 11 | -104/+145 | |
2018-09-18 | Make mkinpredict generic and write a method for fits | Johannes Ranke | 4 | -41/+82 | |
2018-09-18 | Use single core on travis | Johannes Ranke | 1 | -1/+2 | |
2018-09-18 | Support maximum twa for HS, test, docs | Johannes Ranke | 58 | -190/+225 | |
2018-09-15 | Travis CI on R-devel, install gcc for speed | Johannes Ranke | 1 | -0/+7 | |
2018-09-15 | Ignore .travis.yml, add build status | Johannes Ranke | 2 | -0/+2 | |
2018-09-15 | Restore test as we removed cor test, bump version | Johannes Ranke | 2 | -4/+4 | |
2018-09-15 | Use travis | Johannes Ranke | 1 | -0/+2 | |
2018-09-15 | Remove correlation test as gmkin on windows still crashes | Johannes Ranke | 1 | -18/+10 | |
Clean up the code a bit | |||||
2018-09-15 | Respect reps argument in add_err | Johannes Ranke | 2 | -2/+6 | |
2018-09-14 | Skip more tests on CRANv0.9.47.5 | Johannes Ranke | 18 | -145/+128 | |
Static documentation rebuilt by pkgdown | |||||
2018-09-14 | Skip some more tests on CRAN | Johannes Ranke | 15 | -99/+96 | |
Static documentation rebuilt by pkgdown | |||||
2018-09-14 | Update NEWS | Johannes Ranke | 16 | -94/+112 | |
Static documentation rebuilt by pkgdown | |||||
2018-09-14 | Remove two vignettes from the package but not from docs | Johannes Ranke | 76 | -914/+4265 | |
- Rebuild static documentation - Adapt test to new approach to two component error model where the model is inadequate | |||||
2018-09-14 | Avoid nls crashes by checking for a correlation first | Johannes Ranke | 1 | -0/+7 | |
2018-09-14 | Exclude more example code from CRAN checks | Johannes Ranke | 68 | -242/+1357 | |
to avoid NOTES about long execution times. Static documentation rebuilt by pkgdown with run_dont_run = TRUE | |||||
2018-09-14 | Static documentation rebuilt by pkgdown | Johannes Ranke | 52 | -132/+150 | |
Also update test log | |||||
2018-09-13 | Merge branch 'master' of jrwb.de:mkin | Johannes Ranke | 9 | -25/+234 | |
2018-09-13 | Add targets for windows binaries | Johannes Ranke | 1 | -0/+12 | |
2018-09-13 | Enable new error model in gmkin | Johannes Ranke | 9 | -25/+234 | |
Also improve the irls fitting of the error model and add a test for FOCUS_2006_C where the second component of the error model is zero | |||||
2018-09-07 | Bump version to trigger pkgdown hook on jrwb.de | Johannes Ranke | 1 | -2/+2 | |
2018-09-07 | Remove help page left after correction | Johannes Ranke | 1 | -194/+0 | |
Unfortunately google points at this page when looking for the two component error model of Rocke and Lorenzato, while this outdated page really describes a simplified version... | |||||
2018-09-06 | Typo | Johannes Ranke | 1 | -1/+1 | |
2018-09-06 | Fixed publication date in NEWS, docs rebuilt | Johannes Ranke | 10 | -49/+49 | |
2018-09-06 | Static documentation rebuilt by pkgdown | Johannes Ranke | 15 | -280/+281 | |
2018-09-06 | Add release date of 0.9.47.2 to NEWS file | Johannes Ranke | 1 | -1/+1 | |
2018-09-06 | Small doc corrections and improvements | Johannes Ranke | 1 | -7/+8 | |