Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-22 | Improved visual testing | Johannes Ranke | 1 | -1/+3 | |
2019-10-21 | Refactor mkinfit, infrastructure work | Johannes Ranke | 1 | -0/+4 | |
mkinfit objects now include an ll() function to calculate the log-likelihood. Part of the code was refactored, hopefully making it easier to read and maintain. IRLS is currently the default algorithm for the error model "obs", for no particular reason. This may be subject to change when I get around to investigate. Slow tests are now in a separate subdirectory and will probably only be run by my own Makefile target. Formatting of test logs is improved. Roundtripping error model parameters works with a precision of 10% when we use lots of replicates in the synthetic data (see slow tests). This is not new in this commit, but as I think it is reasonable this closes #7. | |||||
2019-10-21 | Improve test log formatting | Johannes Ranke | 1 | -0/+1 | |
2019-09-19 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -1/+1 | |
Use lazy = TRUE in the pd target for generating pkgdown documentation | |||||
2019-09-18 | Further corrections of the twa vignette | Johannes Ranke | 1 | -1/+1 | |
Static documentation rebuilt by pkgdown | |||||
2019-05-14 | Don't use remote CRAN incoming checks | Johannes Ranke | 1 | -1/+1 | |
2019-03-04 | Review tests and examples based on winbuilder results | Johannes Ranke | 1 | -0/+7 | |
Static documentation rebuilt by pkgdown | |||||
2018-09-14 | Skip some more tests on CRAN | Johannes Ranke | 1 | -2/+2 | |
Static documentation rebuilt by pkgdown | |||||
2018-09-14 | Remove two vignettes from the package but not from docs | Johannes Ranke | 1 | -1/+7 | |
- Rebuild static documentation - Adapt test to new approach to two component error model where the model is inadequate | |||||
2018-09-14 | Exclude more example code from CRAN checks | Johannes Ranke | 1 | -1/+1 | |
to avoid NOTES about long execution times. Static documentation rebuilt by pkgdown with run_dont_run = TRUE | |||||
2018-09-13 | Merge branch 'master' of jrwb.de:mkin | Johannes Ranke | 1 | -1/+0 | |
2018-09-13 | Add targets for windows binaries | Johannes Ranke | 1 | -0/+12 | |
2018-09-13 | Enable new error model in gmkin | Johannes Ranke | 1 | -1/+0 | |
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-06-06 | Articles are built as well in pd target | Johannes Ranke | 1 | -6/+1 | |
2018-03-11 | Static docs rebuilt again, with current pkgdown | Johannes Ranke | 1 | -3/+2 | |
2018-03-03 | Change location of mkin.tar for syncing with r-forge | Johannes Ranke | 1 | -2/+2 | |
2018-02-06 | Skip some tests on CRAN, more quiet examplesv0.9.47.1 | Johannes Ranke | 1 | -1/+1 | |
2017-11-21 | Fix location of local kinfit svn checkout | Johannes Ranke | 1 | -1/+1 | |
2017-11-10 | Delete trailing whitespace, update README.html | Johannes Ranke | 1 | -3/+3 | |
2017-09-14 | Convert FOCUS Z vignette to rmarkdown/html | Johannes Ranke | 1 | -12/+1 | |
- Static documentation rebuilt by pkgdown::build_articles() - DESCRIPTION: Version bump and current date | |||||
2017-07-21 | Improve devtools::test() call, update logs | Johannes Ranke | 1 | -1/+1 | |
2017-07-21 | Fix another URL, vignette builder, rebuild | Johannes Ranke | 1 | -1/+1 | |
2016-12-08 | Revert to keeping a copy of the docs in www on r-forgev0.9.45 | Johannes Ranke | 1 | -0/+3 | |
2016-12-08 | mkin_static is now a link to pkg/mkin/docs on r-forge | Johannes Ranke | 1 | -5/+0 | |
2016-12-08 | Static documentation articles rebuilt by pkgdown::build_articles() | Johannes Ranke | 1 | -1/+2 | |
2016-12-08 | Documentation and Makefile improvements | Johannes Ranke | 1 | -9/+6 | |
- Fix the remaining links to static docs on r-forge in README - Build mkin_*.tar.gz packages in current directory - check and test (test.log unchanged) | |||||
2016-12-08 | Static documentation articles rebuilt by pkgdown::build_articles() | Johannes Ranke | 1 | -2/+9 | |
Split out an extra pd_articles target in the Makefile | |||||
2016-11-18 | Don't run pkdown::build_site() in r-forge target | Johannes Ranke | 1 | -1/+1 | |
It just takes too long, so control is needed | |||||
2016-11-18 | Static documentation rebuilt by pkgdown::build_site(run_dont_run = TRUE) | Johannes Ranke | 1 | -2/+2 | |
Using branch 'jranke' on jranke/pkgdown, fixing issues hadley/pgkdown#178 and hadley/pkgdown#213 Remove plot=TRUE from mkinfit calls also in dontrun sections of examples to avoid a flood png files documenting the progress of the fit. | |||||
2016-11-04 | Complete migration staticdocs -> pkgdown | Johannes Ranke | 1 | -7/+2 | |
2016-10-26 | Static documentation rebuilt by pkgdown::build_site() | Johannes Ranke | 1 | -1/+1 | |
2016-10-06 | Static documentation rebuilt by pkgdown::build_site() | Johannes Ranke | 1 | -1/+1 | |
2016-10-06 | Static documentation rebuilt by pkgdown::build_site() | Johannes Ranke | 1 | -1/+6 | |
2016-09-28 | Add drat target and rebuild for drat | Johannes Ranke | 1 | -0/+3 | |
2016-09-10 | Static documentation rebuilt by staticdocs::build_site() | Johannes Ranke | 1 | -3/+1 | |
2016-06-28 | Test the package using devtools to get a test.log | Johannes Ranke | 1 | -2/+1 | |
2016-06-28 | The location of my local svn directory has changed | Johannes Ranke | 1 | -1/+1 | |
2016-06-28 | Do not watch vignettes for builds without rebuilding them | Johannes Ranke | 1 | -1/+1 | |
This avoids the situation that a new function is needed in a vignette but the first thing that the build tries to do is building it. | |||||
2016-06-24 | Convert main vignette to Rmd/html, add_err(), fixes | Johannes Ranke | 1 | -1/+1 | |
2015-11-13 | Add plots to compiled_models vignette, rebuild staticdocs | Johannes Ranke | 1 | -2/+2 | |
2015-11-09 | Rebuild vignettes and static documentation | Johannes Ranke | 1 | -8/+7 | |
2015-11-09 | Do not include unnecessary mathjax in README.html | Johannes Ranke | 1 | -1/+1 | |
2015-10-02 | Some maintenance | Johannes Ranke | 1 | -2/+1 | |
2015-08-22 | Generate README.html for my cgit setup on jrwb.de | Johannes Ranke | 1 | -3/+6 | |
2015-07-22 | index.r for grouping help topics in static documentation | Johannes Ranke | 1 | -5/+3 | |
2015-07-20 | Avoid error message for SFORB in endpoints, updates | Johannes Ranke | 1 | -0/+4 | |
2015-07-01 | Corrections in the clean target | Johannes Ranke | 1 | -2/+2 | |
2015-06-30 | Improve calculation of DT90 in endpoints(), check and test | Johannes Ranke | 1 | -0/+4 | |
2015-06-29 | Do not include plots and R output in README | Johannes Ranke | 1 | -4/+0 | |
This does not get rendered properly on CRAN, and is easily replaced by links to the static documentation on R-Forge. | |||||
2015-06-26 | Rebuilding vignettes with current version is up to the user | Johannes Ranke | 1 | -2/+2 | |