Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2018-07-19 | Check log for version just submitted to CRANv0.9.47.2 | Johannes Ranke | 1 | -28/+3 | |
2018-07-18 | Correct references to the Rocke and Lorenzato model | Johannes Ranke | 70 | -701/+846 | |
Rename 'sigma_rl' to 'sigma_twocomp' as the Rocke and Lorenzato model assumes lognormal distribution for large y. Rebuild static documentation. | |||||
2018-07-05 | Unsetting R_TESTS not necessary any more | Johannes Ranke | 1 | -4/+0 | |
See r-lib/testthat#144 | |||||
2018-07-04 | Improve IORE fitting, use 1.1 as N starting value | Johannes Ranke | 3 | -3/+10 | |
2018-06-06 | Articles are built as well in pd target | Johannes Ranke | 1 | -6/+1 | |
2018-06-06 | Static documentation rebuilt by pkgdown 1.1.0 | Johannes Ranke | 87 | -949/+2042 | |
2018-03-21 | Static documentation rebuilt by pkgdown | Johannes Ranke | 14 | -69/+71 | |
2018-03-21 | Give a bit more advice on multicore use on Windows | Johannes Ranke | 1 | -1/+3 | |
2018-03-12 | Fix date in latest NEWS entry | Johannes Ranke | 2 | -3/+3 | |
2018-03-11 | Static docs rebuilt again, with current pkgdown | Johannes Ranke | 58 | -162/+1256 | |
2018-03-11 | Adapt usage section in help for old dataset to lazy loading | Johannes Ranke | 11 | -15/+15 | |
Rebuild pkgdown reference | |||||
2018-03-09 | Another rebuild of the static docs | Johannes Ranke | 94 | -409/+111 | |
Now with rbenchmark installed, to get results for the compiled_models vignette | |||||
2018-03-03 | Merge branch 'master' of kolab:mkin | Johannes Ranke | 138 | -2849/+1582 | |
2018-03-03 | Change location of mkin.tar for syncing with r-forge | Johannes Ranke | 1 | -2/+2 | |
2018-03-02 | Use pkgdown.jrwb.de as canonical doc URL | Johannes Ranke | 2 | -18/+18 | |
The mkin pkgdown docs have made it to the pkgdown README :) https://github.com/r-lib/pkgdown/commit/f0ef0b58a526add2077e5899f45335a5118091f0 | |||||
2018-03-02 | Bring back README.html for cgit.jrwb.de | Johannes Ranke | 1 | -0/+207 | |
2018-03-01 | Static documentation rebuilt using current pkgdown::build_site() | Johannes Ranke | 137 | -3030/+1556 | |
2018-02-08 | Update README.html with new badge | Johannes Ranke | 1 | -2/+2 | |
I had to upgrade pandoc to 1.19.2.4 from Debian testing to work around a bug in the downloading code/library. The idea of upgrading pandoc was from https://github.com/jgm/pandoc/issues/3936 | |||||
2018-02-06 | Skip some tests on CRAN, more quiet examplesv0.9.47.1 | Johannes Ranke | 11 | -252/+73 | |
2018-02-06 | Prepare release | Johannes Ranke | 2 | -4/+4 | |
Static documentation except articles rebuilt by pkgdown | |||||
2018-02-02 | mkinfit: Work around a bug in the current FME version | Johannes Ranke | 3 | -6/+18 | |
that prevented the convergence message to be returned in the case of non-convergence. | |||||
2018-02-02 | Show R and mkin version used for fitting in the summary | Johannes Ranke | 3 | -6/+22 | |
For fits generated with previous version, the version numbers used for fitting were not stored in the fit object. Therefore, the versions used for fitting can only be shown for fits generated with mkin containing this commit. | |||||
2018-01-30 | Improve documentation of Rocke and Lorenzato model | Johannes Ranke | 3 | -4/+6 | |
Static documentation except articles rebuilt by pkgdown | |||||
2018-01-30 | Add a note to the README about the new method | Johannes Ranke | 2 | -0/+5 | |
2018-01-30 | Reweighting with two-component error model | Johannes Ranke | 17 | -328/+679 | |
Static documentation except articles rebuilt by pkgdown | |||||
2018-01-16 | Updates in the FOCUS Z vignette | Johannes Ranke | 11 | -144/+122 | |
To make the text consistent with the results produced by the current mkin version. Static documentation articles rebuilt by pkgdown::build_articles() |