Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-19 | Prepare release of v1.2.4v1.2.4 | Johannes Ranke | 1 | -1/+1 | |
- Update DESCRIPTION - Update Makefile to document how to use R-patched - Remove markup from two URLs to avoid CRAN NOTE - Switch two vignettes from html_document to html_vignette to save space in the docs directory, also avoiding a CRAN NOTE - Complete rebuild of pkgdown docs for release | |||||
2023-04-20 | Fix and rebuild documentation, see NEWS | Johannes Ranke | 1 | -9/+26 | |
I had to fix the two pathway vignettes, as they did not work with the released version any more. So they and the multistart vignette which got some small fixes as well were rebuilt. Complete rebuild of the online docs with the released version. The documentation of the 'hierarchial_kinetics' format had to be fixed as well. | |||||
2022-11-17 | Complete update of online docs for v1.2.0 | Johannes Ranke | 1 | -40/+73 | |
2022-05-18 | Remove outdated comment in FOCUS L vignette, update docs | Johannes Ranke | 1 | -1/+3 | |
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 | -205/+123 | |
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 | -1/+1 | |
Also bump version to 1.0.3. | |||||
2021-02-03 | Prepare for v1.0.0v1.0.0 | Johannes Ranke | 1 | -2/+7 | |
- 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-10-15 | Update online docs for release version | Johannes Ranke | 1 | -25/+37 | |
2020-05-12 | Update vignettes and docs | Johannes Ranke | 1 | -1/+1 | |
2020-05-12 | Documentation improvements, rebuild static docs | Johannes Ranke | 1 | -30/+31 | |
2020-04-15 | Include random effects in starting parameters | Johannes Ranke | 1 | -4/+4 | |
- mean_degparms() now optionally returns starting values for fixed and random effects, which makes it possible to obtain acceptable fits also in more difficult cases (with more parameters) - Fix the anova method, as it is currently not enough to inherit from lme: https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17761 - Show fit information, and per default also errmin information in plot.nlme.mmkin() - Examples for nlme.mmkin: Decrease tolerance and increase the number of iterations in the PNLS step in order to be able to fit FOMC-SFO and DFOP-SFO | |||||
2020-04-10 | Improve nlme function docs | Johannes Ranke | 1 | -1/+1 | |
2020-04-03 | Compiled models article, reduce distractions | Johannes Ranke | 1 | -0/+7 | |
- Added a section with platform specific notes on getting compiled models to work to the compiled models article - Don't return empty SFORB parameter list from endpoints() if there is no SFORB model - Avoid warnings when using standardized = TRUE in plot.mmkin() | |||||
2020-03-30 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -5/+14 | |
2019-12-16 | Argument ymax for plot.mmkin | Johannes Ranke | 1 | -2/+6 | |
2019-10-25 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -33/+43 | |
2019-09-18 | Correct and rebuild docs | Johannes Ranke | 1 | -16/+30 | |
- 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 | -4/+4 | |
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-08 | Add functionality to plot the error model | Johannes Ranke | 1 | -5/+14 | |
by plotting squared residuals against predicted values, and showing the variance function used in the fitted error model. Rebuild docs | |||||
2019-04-10 | Adapt tests, vignettes and examples | Johannes Ranke | 1 | -3/+3 | |
- Write the NEWS - Static documentation rebuilt by pkgdown - Adapt mkinerrmin - Fix (hopefully all) remaining problems in mkinfit | |||||
2019-02-26 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -0/+3 | |
2019-02-25 | Static documentation rebuilt by current pkgdown | Johannes Ranke | 1 | -1/+1 | |
2019-02-21 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -1/+1 | |
2019-01-31 | Restore NAMESPACE | Johannes Ranke | 1 | -2/+3 | |
which was accidentally overwritten by pkgdown -> roxygen | |||||
2019-01-31 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -22/+20 | |
2018-09-18 | Support maximum twa for HS, test, docs | Johannes Ranke | 1 | -1/+1 | |
2018-09-14 | Remove two vignettes from the package but not from docs | Johannes Ranke | 1 | -3/+3 | |
- 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-14 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -1/+1 | |
Also update test log | |||||
2018-07-18 | Correct references to the Rocke and Lorenzato model | Johannes Ranke | 1 | -1/+1 | |
Rename 'sigma_rl' to 'sigma_twocomp' as the Rocke and Lorenzato model assumes lognormal distribution for large y. Rebuild static documentation. | |||||
2018-06-06 | Static documentation rebuilt by pkgdown 1.1.0 | Johannes Ranke | 1 | -8/+25 | |
2018-03-11 | Static docs rebuilt again, with current pkgdown | Johannes Ranke | 1 | -0/+9 | |
2018-03-09 | Another rebuild of the static docs | Johannes Ranke | 1 | -8/+0 | |
Now with rbenchmark installed, to get results for the compiled_models vignette | |||||
2018-03-01 | Static documentation rebuilt using current pkgdown::build_site() | Johannes Ranke | 1 | -9/+15 | |
2017-09-14 | Convert FOCUS Z vignette to rmarkdown/html | Johannes Ranke | 1 | -0/+3 | |
- Static documentation rebuilt by pkgdown::build_articles() - DESCRIPTION: Version bump and current date | |||||
2017-05-05 | Static docs except articles rebuilt with current pkgdown | Johannes Ranke | 1 | -39/+47 | |
2016-12-08 | Static documentation rebuilt by pkgdown::build_site(run_dont_run = TRUE) | Johannes Ranke | 1 | -0/+3 | |
2016-11-21 | Rebuild some more topics with fix for dots argument | Johannes Ranke | 1 | -1/+1 | |
2016-11-18 | Fix links in README, configure navbar, rebuild docs | Johannes Ranke | 1 | -1/+1 | |
2016-11-18 | Static documentation rebuilt by pkgdown::build_site(run_dont_run = TRUE) | Johannes Ranke | 1 | -6/+21 | |
Again with the jranke branch of jranke/pkgdown | |||||
2016-11-18 | Improve examples for showing with pkgdown | Johannes Ranke | 1 | -3/+4 | |
- Use quiet= TRUE in dontrun sections - Use mkinsub in model definitions - Avoid \code{\link{}} in titles | |||||
2016-11-17 | Static documentation rebuilt by pkgdown::build_site() | Johannes Ranke | 1 | -2/+2 | |
2016-11-04 | Rebuild docs with updated PR for pkgdown | Johannes Ranke | 1 | -5/+8 | |
2016-11-04 | Static documentation rebuilt by pkgdown::build_site() | Johannes Ranke | 1 | -7/+2 | |
With updated pkgdown with my PR | |||||
2016-11-03 | Static documentation rebuilt by pkgdown::build_site() | Johannes Ranke | 1 | -7/+9 | |
Using pkgdown with PR hadley/pkgdown#212 | |||||
2016-10-26 | Complete pkgdown conf, rerun with current master branch | Johannes Ranke | 1 | -8/+6 | |
2016-10-26 | Static documentation rebuilt by pkgdown::build_site() | Johannes Ranke | 1 | -25/+45 | |