Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-14 | Update NEWS | Johannes Ranke | 1 | -2/+8 | |
Static documentation rebuilt by pkgdown | |||||
2018-09-14 | Exclude more example code from CRAN checks | Johannes Ranke | 1 | -2/+6 | |
to avoid NOTES about long execution times. Static documentation rebuilt by pkgdown with run_dont_run = TRUE | |||||
2018-09-13 | Enable new error model in gmkin | Johannes Ranke | 1 | -0/+6 | |
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-06 | Typo | Johannes Ranke | 1 | -1/+1 | |
2018-09-06 | Fixed publication date in NEWS, docs rebuilt | Johannes Ranke | 1 | -1/+1 | |
2018-09-06 | Add release date of 0.9.47.2 to NEWS file | Johannes Ranke | 1 | -1/+1 | |
2018-07-18 | Correct references to the Rocke and Lorenzato model | Johannes Ranke | 1 | -0/+2 | |
Rename 'sigma_rl' to 'sigma_twocomp' as the Rocke and Lorenzato model assumes lognormal distribution for large y. Rebuild static documentation. | |||||
2018-07-04 | Improve IORE fitting, use 1.1 as N starting value | Johannes Ranke | 1 | -0/+4 | |
2018-03-12 | Fix date in latest NEWS entry | Johannes Ranke | 1 | -1/+1 | |
2018-02-06 | Skip some tests on CRAN, more quiet examplesv0.9.47.1 | Johannes Ranke | 1 | -0/+2 | |
2018-02-06 | Prepare release | Johannes Ranke | 1 | -1/+1 | |
Static documentation except articles rebuilt by pkgdown | |||||
2018-02-02 | mkinfit: Work around a bug in the current FME version | Johannes Ranke | 1 | -0/+2 | |
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 | 1 | -1/+3 | |
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 | Reweighting with two-component error model | Johannes Ranke | 1 | -0/+8 | |
Static documentation except articles rebuilt by pkgdown | |||||
2017-11-16 | Update URLS in mkin vignette | Johannes Ranke | 1 | -0/+2 | |
Static documentation except articles rebuilt by pkgdown | |||||
2017-11-16 | Add the code used for generating synthetic_data_for_UBA | Johannes Ranke | 1 | -0/+4 | |
Static documentation except articles rebuilt by pkgdown | |||||
2017-10-10 | Add release date | Johannes Ranke | 1 | -1/+1 | |
2017-10-10 | Add ORCID to DESCRIPTION, released versionv0.9.46.2 | Johannes Ranke | 1 | -0/+2 | |
Static documentation except articles rebuilt by pkgdown | |||||
2017-09-14 | Convert FOCUS Z vignette to rmarkdown/html | Johannes Ranke | 1 | -0/+4 | |
- Static documentation rebuilt by pkgdown::build_articles() - DESCRIPTION: Version bump and current date | |||||
2017-09-14 | Update NEWS, static documentation except articles rebuilt by pkgdownv0.9.46.1 | Johannes Ranke | 1 | -0/+8 | |
2017-07-29 | Bump version, update NEWS and rebuild pkdown docsv0.9.46 | Johannes Ranke | 1 | -0/+14 | |
2016-12-21 | TWA calculation for SFO, FOMC and DFOP (parent) | Johannes Ranke | 1 | -0/+6 | |
2016-12-08 | Prepare for release | Johannes Ranke | 1 | -1/+5 | |
2016-10-06 | Static documentation rebuilt by pkgdown::build_site() | Johannes Ranke | 1 | -54/+52 | |
2016-09-10 | Plot using R model if compiled model is not available | Johannes Ranke | 1 | -0/+6 | |
2016-09-10 | Forgot to include the latest NEWS entry in 0.9.44 | Johannes Ranke | 1 | -0/+6 | |
2016-06-28 | Update NEWS | Johannes Ranke | 1 | -2/+2 | |
2016-06-28 | Convenience wrapper plot_sep, further vignette updates | Johannes Ranke | 1 | -0/+2 | |
2016-06-27 | Complete mkin vignette, update FOCUS L vignette | Johannes Ranke | 1 | -1/+1 | |
The mkin vignette now describes how confidence intervals and the t-test are calculated. The FOCUS L vignette is updated with the new floating toc provided by the current rmarkdown package, and also uses current, improved mkin functionality. | |||||
2016-06-27 | Improve listing of weights in output, update NEWS | Johannes Ranke | 1 | -1/+7 | |
2016-06-25 | Now the old behaviour is restored for compatibility reasons | Johannes Ranke | 1 | -3/+1 | |
When observed variables are not shown in separate plots, the residual plot is shown in the lower third of the total plotting area | |||||
2016-06-25 | Working state, but not backwards compatible | Johannes Ranke | 1 | -1/+7 | |
In this commit, the separatation of plots for observed variables works. The formatting should be improved. However, in gmkin, plotting with show_residuals = TRUE is used, and the GUI expects that the residual plot is below the main plot. This behaviour should be restored. | |||||
2016-06-24 | Convert main vignette to Rmd/html, add_err(), fixes | Johannes Ranke | 1 | -4/+10 | |
2016-06-17 | Change the title of the package, small bugfix | Johannes Ranke | 1 | -0/+4 | |
2016-06-09 | Fix a bug in the listing of formation fractions | Johannes Ranke | 1 | -0/+4 | |
The bug could only occur if a parent compound with a metabolite would end in the letter 'f' and was therefore not noticed earlier | |||||
2016-04-21 | Avoid unnecessary stop in edge case, improve warnings | Johannes Ranke | 1 | -2/+10 | |
mkinfit: Do not error out in cases where the fit converges, but the Jacobian for the untransformed model cost can not be estimated. Give a warning instead and return NA for the t-test results. summary.mkinfit: Give a warning message when the covariance matrix can not be obtained. A test has been added to containing such an edge case to check that the warnings are correctly issued and the fit does not terminate. | |||||
2016-03-25 | Remove outdated reference to the inline package | Johannes Ranke | 1 | -0/+6 | |
2016-03-23 | Added 'from_max_mean' to 'mkinfit'. | Johannes Ranke | 1 | -1/+5 | |
- Now it is easier to do decline kinetics from the maximum occurrence - Static documentation rebuilt by staticdocs::build_site() - Fixed an URL in the README, thanks to the win-builder check with R-devel | |||||
2015-12-10 | Improve print method for mkinmod | Johannes Ranke | 1 | -0/+2 | |
2015-12-09 | Improve mkinmod error message for missing target compartment definition | Johannes Ranke | 1 | -0/+2 | |
Closes #6. | |||||
2015-11-13 | Add plots to compiled_models vignette, rebuild staticdocs | Johannes Ranke | 1 | -0/+2 | |
2015-11-13 | Bump version, change to version number format as shown in summaries | Johannes Ranke | 1 | -1/+5 | |
2015-11-09 | Rebuild vignettes and static documentation | Johannes Ranke | 1 | -1/+1 | |
2015-10-21 | Avoid an error printing old mkinfit summaries | Johannes Ranke | 1 | -0/+4 | |
2015-10-19 | Add the R6 class mkinds | Johannes Ranke | 1 | -2/+4 | |
2015-10-19 | Add a print method for mkinmod objects | Johannes Ranke | 1 | -0/+2 | |
2015-10-16 | Full compound names in models that are shown in the plot | Johannes Ranke | 1 | -0/+2 | |
2015-07-22 | index.r for grouping help topics in static documentation | Johannes Ranke | 1 | -0/+2 | |
2015-07-22 | Reformat NEWS.md, start new entry | Johannes Ranke | 1 | -38/+42 | |
It is not necessary to use capitals in the headings, as they are now typeset as HTML on CRAN and github. | |||||
2015-07-21 | Vignettes rebuilt by staticdocs::build_site() for static documentation on ↵v0.9-40 | Johannes Ranke | 1 | -1/+1 | |
r-forge |