Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-17 | Update CAKE URL | Johannes Ranke | 2 | -8/+5 | |
2021-10-06 | Replace outdated JSS article URL by doi | Johannes Ranke | 1 | -1/+1 | |
Thanks to the hint of Achim Zeileis from the CRAN team | |||||
2021-10-01 | Update online docs to 1.0.5 | Johannes Ranke | 15 | -42/+46 | |
2021-09-15 | Fix Open EFSA URL, changelog for 1.0.5v1.0.5 | Johannes Ranke | 4 | -6/+10 | |
The EFSA URL failed on winbuilder because some cookie sets a different domain, so I am now using \href{} with the full link as link text instead of \url{} | |||||
2021-09-15 | Update test result to corrected data, version bump | Johannes Ranke | 6 | -28/+21 | |
2021-09-15 | Use my drat repo for saemix master | Johannes Ranke | 1 | -3/+1 | |
2021-09-15 | Try to make remotes::install_github work again | Johannes Ranke | 1 | -0/+1 | |
2021-09-15 | Update link for travis badge | Johannes Ranke | 2 | -2/+2 | |
2021-09-15 | Correction of the dimethenamid dataset | Johannes Ranke | 3 | -18/+10 | |
The data given in previous mkin versions for "Borstel 2" (Staudenmaier 2013) are in fact a subset of the "Borstel 1" data, with the "Borstel 2" data simply being further analysed for isomer composition by Staudenmaier (2013). While correcting this, the URL of the RAR published by EFSA was updated, as the EFSA Register of Questions was replaced by the Open EFSA portal. This also affects the recent publication in "Environments" [1], where these two datasets were pooled. However, the influence on the final results can be expected to be minimal. Out of the 16 observations for the Borstel soil, five were erroneously duplicated which just changes the weight of the different sampling points and modifies the variance. The conclusions of the publication are qualitative and are not considered to be affected. [1] https://doi.org/10.3390/environments8080071 | |||||
2021-07-29 | Add publication to README, update docs | Johannes Ranke | 5 | -43/+36 | |
2021-07-27 | Publication date for 1.0.4 in NEWS, update docs | Johannes Ranke | 24 | -8/+8 | |
2021-07-23 | Try explicit R version for travis | Johannes Ranke | 1 | -1/+1 | |
2021-07-23 | Update travis config, attempting to get R 4.1.0 | Johannes Ranke | 1 | -2/+0 | |
2021-07-23 | Rerun tests, use current vdiffr on travis | Johannes Ranke | 6 | -92/+58 | |
2021-07-23 | Update vdiffr tests for version 1.0 | Johannes Ranke | 40 | -9110/+5248 | |
2021-07-23 | Fix travis config | Johannes Ranke | 1 | -0/+4 | |
to use up to date versions of nlme, covr and devtools | |||||
2021-04-21 | Version 1.0.4 published yesterdayv1.0.4 | Johannes Ranke | 26 | -143/+158 | |
2021-03-31 | Bug fix in plot.mkinfit | Johannes Ranke | 128 | -248/+327 | |
In residual plots, use xlab and xlim if appropriate | |||||
2021-02-24 | Clarify version status in NEWS | Johannes Ranke | 3 | -4/+4 | |
2021-02-24 | Rebuild docs | Johannes Ranke | 15 | -11/+25 | |
2021-02-24 | Reset graphical parameters with on.exit() | Johannes Ranke | 6 | -5/+15 | |
plot.mixed.mmkin did not reset graphical parameters at all. The other plotting functions did not use on.exit, so this change should make the use of the plotting functions safer. | |||||
2021-02-15 | Don't let pkgdown add release dates | Johannes Ranke | 4 | -99/+57 | |
It didn't pick up the release of 1.0.3, and most of the other release dates were duplicated. | |||||
2021-02-15 | Update README.html | Johannes Ranke | 1 | -2/+3 | |
2021-02-15 | Correct grant numbers in README, update docs | Johannes Ranke | 9 | -35/+37 | |
2021-02-15 | Improve README, introductory vignette and some other docsv1.0.3 | Johannes Ranke | 202 | -1097/+1553 | |
Also bump version to 1.0.3. | |||||
2021-02-13 | Post-release update of README.html | Johannes Ranke | 1 | -2/+15 | |
2021-02-13 | Update for gmkin 0.6.12v1.0.2 | Johannes Ranke | 19 | -24/+43 | |
mkinfit: Keep model names stored in mkinmod objects, avoiding their loss in gmkin | |||||
2021-02-06 | Increase test tolerance for parameter comparisonsv1.0.1 | Johannes Ranke | 5 | -15/+18 | |
Platform dependence also revealed after upgrade to bullseye | |||||
2021-02-06 | Update static docs | Johannes Ranke | 2 | -90/+91 | |
2021-02-06 | Address issue revealed by additional tests on CRAN | Johannes Ranke | 5 | -18/+9 | |
Remove tests relying on non-convergence of the FOMC fit to the FOCUS A dataset, as this is platform dependent. After the upgrade, the fit converges on this system as well, although neither ATLAS is used, nor R was configured disabling long doubles (these were the conditions under which the tests failed on CRAN). | |||||
2021-02-04 | Documentation improvements, mainly fixing example code | Johannes Ranke | 42 | -217/+266 | |
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-04 | Update README.html | Johannes Ranke | 1 | -40/+2 | |
2021-02-03 | Prepare for v1.0.0v1.0.0 | Johannes Ranke | 199 | -3097/+4966 | |
- 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 | |||||
2021-01-25 | Update visual tests | Johannes Ranke | 3 | -1895/+1895 | |
2021-01-25 | Some more plotting improvements | Johannes Ranke | 3 | -8/+8 | |
2021-01-25 | Change default ylab in plot.mkinfit, explicit ylab for plot.mmkin | Johannes Ranke | 36 | -58/+62 | |
See NEWS.md. Closes #12 | |||||
2021-01-22 | Switch to the master branch of saemix devel | Johannes Ranke | 1 | -1/+1 | |
2021-01-22 | We do not need to suppress saemix plots any more | Johannes Ranke | 2 | -16/+1 | |
This makes fitting with saem within parallel::mclapply much faster and, surprisingly, much less hungry for RAM. | |||||
2021-01-11 | Rebuild docs | Johannes Ranke | 14 | -73/+97 | |
2021-01-06 | Make saemix and corresponding tests optional | Johannes Ranke | 16 | -118/+187 | |
Address release critical check and test issues | |||||
2020-12-21 | plot.mixed: Possibility to overlay predictions | Johannes Ranke | 9 | -42/+95 | |
2020-12-19 | Possibility to override automatic starting parameters for saem | Johannes Ranke | 1 | -4/+10 | |
2020-12-19 | Update docs | Johannes Ranke | 6 | -17/+263 | |
2020-12-19 | Dimethenamid data, normalisation options | Johannes Ranke | 14 | -22/+254 | |
2020-12-17 | Remove two skipped (on Travis) tests to reduce noise | Johannes Ranke | 3 | -217/+1 | |
2020-12-17 | Another attempt to install saemixextension from my branch | Johannes Ranke | 1 | -1/+1 | |
2020-12-17 | nlme with varConstProp has been published | Johannes Ranke | 1 | -4/+1 | |
so no need to explicitly install it on Travis any more But as I reset my master branch of saemixextension to upstream we need my jr branch with the silent logLik method | |||||
2020-12-17 | Some package switched from git2r to gert | Johannes Ranke | 1 | -0/+1 | |
so we need libgit2-dev on the system | |||||
2020-12-16 | And add the second candidate model | Johannes Ranke | 4 | -1/+30 | |
2020-12-16 | and update docs | Johannes Ranke | 4 | -22/+19 | |