Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-18 | Remove outdated comment in FOCUS L vignette, update docs | Johannes Ranke | 1 | -1/+1 | |
This also adds the first benchmark results obtained on my laptop system | |||||
2022-03-07 | Remove nlmixr interface for release of mkin 1.1.0 | Johannes Ranke | 1 | -1/+1 | |
I am postponing my attempts to get the nlmixr interface to CRAN, given some problems with nlmixr using R-devel under Windows, see https://github.com/nlmixrdevelopment/nlmixr/issues/596 and https://github.com/r-hub/rhub/issues/512, which is fixed by the removal of nlmixr from the testsuite. For the tests to be more platform independent, the biphasic mixed effects models test dataset was defined in a way that fitting should be more robust (less ill-defined). | |||||
2022-03-02 | Make tests more platform independent, update docs | Johannes Ranke | 1 | -244/+188 | |
2021-03-31 | Bug fix in plot.mkinfit | Johannes Ranke | 1 | -1/+1 | |
In residual plots, use xlab and xlim if appropriate | |||||
2021-02-15 | Improve README, introductory vignette and some other docsv1.0.3 | Johannes Ranke | 1 | -3/+3 | |
Also bump version to 1.0.3. | |||||
2021-02-04 | Documentation improvements, mainly fixing example code | Johannes Ranke | 1 | -32/+46 | |
The errors in the example code were in the \dontrun sections, so they were not caught by CRAN checks. In addition, the static help files generated with pkgdown were cached, so I noticed the errors only after completely regenerating the documentation for version 1.0.0. | |||||
2021-02-03 | Prepare for v1.0.0v1.0.0 | Johannes Ranke | 1 | -75/+96 | |
- Improve authorship and copyright information - Prepare pkgdown config - Remove dependence on saemix as we need the development version which is not ready for CRAN - Temporarily remove saemix interface to check code coverage of the rest | |||||
2020-05-27 | Add docs generated using released version 0.9.52 | Johannes Ranke | 1 | -6/+10 | |
2020-05-25 | First working version of saemix helper functions | Johannes Ranke | 1 | -10/+6 | |
saemix_data depends on a development version of saemix, see pull request saemixdevelopment/saemixextension#2 | |||||
2020-05-12 | Update vignettes and docs | Johannes Ranke | 1 | -1/+1 | |
2020-05-12 | Improve documentation, now using a spell checker | Johannes Ranke | 1 | -3/+3 | |
2020-05-12 | Documentation improvements, rebuild static docs | Johannes Ranke | 1 | -53/+42 | |
2020-03-30 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -6/+14 | |
2019-10-25 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -55/+64 | |
2019-09-18 | Correct and rebuild docs | Johannes Ranke | 1 | -29/+41 | |
- Reconcile docs and code for max_twa_parent - Correct links to docs in twa vignette - Static documentation rebuilt by pkgdown | |||||
2019-07-05 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -1/+1 | |
2019-06-04 | Additional algorithm "d_c", more tests, docs | Johannes Ranke | 1 | -2/+2 | |
The new algorithm tries direct optimization of the likelihood, as well as a three step procedure. In this way, we consistently get the model with the highest likelihood for SFO, DFOP and HS for all 12 new test datasets. | |||||
2019-05-07 | Fix hessian calculations | Johannes Ranke | 1 | -43/+47 | |
Static documentation rebuilt by pkgdown | |||||
2019-05-07 | After the OLS step, use OLS parameter estimates | Johannes Ranke | 1 | -47/+43 | |
- Fix the respective error in the code - Static documentation rebuilt by pkgdown | |||||
2019-04-10 | Adapt tests, vignettes and examples | Johannes Ranke | 1 | -39/+43 | |
- Write the NEWS - Static documentation rebuilt by pkgdown - Adapt mkinerrmin - Fix (hopefully all) remaining problems in mkinfit | |||||
2019-03-04 | Make some example output more reproducible | Johannes Ranke | 1 | -289/+41 | |
In order to avoid some unnecessary documentation rebuilds | |||||
2019-03-04 | Review tests and examples based on winbuilder results | Johannes Ranke | 1 | -12/+12 | |
Static documentation rebuilt by pkgdown | |||||
2019-02-26 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -12/+15 | |
2019-02-26 | NAFTA SOP Attachment vignette | Johannes Ranke | 1 | -12/+12 | |
Also: - Change rounding in print.nafta - Add dots argument to nafta() - Use cores=1 in examples - Restrict N in IORE model to values > 0 | |||||
2019-02-26 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -12/+12 | |
2019-02-25 | Static documentation rebuilt by current pkgdown | Johannes Ranke | 1 | -13/+13 | |
2019-02-25 | Add plotting tests, add nafta to pkgdown | Johannes Ranke | 1 | -12/+12 | |
2019-02-22 | Implement the NAFTA evaluation scheme | Johannes Ranke | 1 | -12/+12 | |
2019-02-22 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -11/+11 | |
2019-02-21 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -12/+12 | |
to get the codecov badge into the docs | |||||
2019-02-21 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -16/+16 | |
2019-02-21 | Make example logistic fit quiet | Johannes Ranke | 1 | -12/+12 | |
2019-02-21 | Add the logistic model | Johannes Ranke | 1 | -12/+12 | |
2019-01-31 | Restore NAMESPACE | Johannes Ranke | 1 | -10/+306 | |
which was accidentally overwritten by pkgdown -> roxygen | |||||
2019-01-31 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -325/+28 | |
2018-11-26 | Include AIC.mmkin to static docs | Johannes Ranke | 1 | -12/+12 | |
Static documentation rebuilt by pkgdown | |||||
2018-11-26 | Add AIC method for mmkin column objects | Johannes Ranke | 1 | -12/+12 | |
Static documentation rebuilt by pkgdown | |||||
2018-11-26 | Further improvement of the logLik.mkinfit help | Johannes Ranke | 1 | -12/+12 | |
Static documentation rebuilt by pkgdown | |||||
2018-11-26 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -12/+12 | |
2018-11-26 | Support logLik and AIC for manual weights | Johannes Ranke | 1 | -12/+12 | |
Static documentation rebuilt by pkgdown | |||||
2018-11-23 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -12/+12 | |
2018-11-23 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -12/+12 | |
2018-09-18 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -12/+12 | |
2018-09-18 | Support maximum twa for HS, test, docs | Johannes Ranke | 1 | -17/+17 | |
2018-09-14 | Skip more tests on CRANv0.9.47.5 | Johannes Ranke | 1 | -12/+12 | |
Static documentation rebuilt by pkgdown | |||||
2018-09-14 | Skip some more tests on CRAN | Johannes Ranke | 1 | -12/+12 | |
Static documentation rebuilt by pkgdown | |||||
2018-09-14 | Update NEWS | Johannes Ranke | 1 | -12/+12 | |
Static documentation rebuilt by pkgdown | |||||
2018-09-14 | Remove two vignettes from the package but not from docs | Johannes Ranke | 1 | -19/+19 | |
- 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 | -21/+224 | |
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 | 1 | -5/+5 | |
Also update test log |