Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-11 | Update the dimethenamid vignette with current saemix | Johannes Ranke | 14 | -162/+153 | |
Convergence is faster with this version (@ecomets mentioned that there was a bugfix lately that could lead to faster convergence). However, if I use too many iterations (i.e. 10 000 as in the last version of this vignette), I get an error in solving omega.teta during later iterations, apparently due to overparameterisation of the DFOP model in this case. | |||||
2021-12-08 | PD in Freiburg statt Bremen | Johannes Ranke | 1 | -1/+1 | |
2021-11-17 | Update required saemix version, update tests | Johannes Ranke | 9 | -1526/+1525 | |
2021-11-17 | Use the official master branch of saemix | Johannes Ranke | 1 | -1/+1 | |
As my changes were merged meanwhile | |||||
2021-11-17 | Update CAKE URL | Johannes Ranke | 2 | -8/+5 | |
2021-10-08 | Round initial population values for nlmixr | Johannes Ranke | 1 | -3/+3 | |
This avoids numerical instabilities that sometimes occur with the FOCEI algorithm in nlmixr when the initial values are very close to the optimum values | |||||
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-05 | Update docs | Johannes Ranke | 18 | -1572/+10195 | |
2021-10-05 | Fix nlmixr for logit transformed parameters | Johannes Ranke | 1 | -4/+11 | |
2021-10-01 | Bump date to update online dev docs | Johannes Ranke | 1 | -1/+1 | |
2021-09-29 | Reduce noise in nlmixr.mmkin output in examples | Johannes Ranke | 6 | -4171/+99 | |
2021-09-27 | intervals() methods, more DFOP/tc variants | Johannes Ranke | 43 | -250/+1255 | |
2021-09-17 | Put the AIC comparison in a subsubsection | Johannes Ranke | 4 | -37/+54 | |
2021-09-16 | Adapt and improve the dimethenamid vignette | Johannes Ranke | 65 | -642/+818 | |
Adapt to the corrected data and unify control parameters for saemix and nlmixr with saem. Update docs | |||||
2021-09-16 | Remove GITHUB_PAT from .travis.yml | Johannes Ranke | 1 | -3/+0 | |
I found that I can create a PAT with no extra privileges, thanks to https://itsalocke.com/blog/using-travis-make-sure-you-use-a-github-pat/ so I will add this to my travis account. | |||||
2021-09-16 | Try to diagnose the problem with remotes | Johannes Ranke | 1 | -0/+2 | |
2021-09-16 | Try to make remotes on travis work again | Johannes Ranke | 1 | -0/+1 | |
This tries to unset the environment variable GITHUB_PAT which seems to get in the way for installing using remotes::install_github on travis. | |||||
2021-09-16 | Merge branch 'master' into nlmixr | Johannes Ranke | 16 | -97/+65 | |
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-08-04 | Improve AIC table in vignette | Johannes Ranke | 11 | -59/+73 | |
2021-07-29 | Add citations to the DESCRIPTION | Johannes Ranke | 4 | -7/+17 | |
2021-07-29 | Go back to 1.0.x version, update docs | Johannes Ranke | 25 | -95/+103 | |
2021-07-29 | Merge branch 'master' into nlmixr | Johannes Ranke | 5 | -43/+36 | |
2021-07-29 | Add publication to README, update docs | Johannes Ranke | 5 | -43/+36 | |
2021-07-27 | Fix dimethenamid vignette problems and update docs | Johannes Ranke | 45 | -1072/+1131 | |
2021-07-27 | Merge branch 'master' into nlmixr | Johannes Ranke | 23 | -7/+7 | |
2021-07-27 | Publication date for 1.0.4 in NEWS, update docs | Johannes Ranke | 24 | -8/+8 | |
2021-07-23 | Merge branch 'master' into nlmixr | Johannes Ranke | 55 | -9317/+8609 | |
After the merge, run make test and accept the new snapshot for the mixed model fit for an nlme object | |||||
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-07-23 | Some example evaluations of dimethenamid data | Johannes Ranke | 24 | -20/+2349 | |
Evaluations with nlme, saemix and nlmixr are included | |||||
2021-06-23 | Test log parameters by default when deriving saemix starting parameters | Johannes Ranke | 1 | -1/+1 | |
2021-06-23 | Fix documentation of default random effects for nlme.mmkin | Johannes Ranke | 1 | -4/+3 | |
2021-06-22 | Update development version of online docs | Johannes Ranke | 8 | -9289/+1019 | |
2021-06-17 | Let backtransform_odeparms handle nlmixr formation fractions | Johannes Ranke | 11 | -149/+243 | |
Also adapt summary.nlmixr.mmkin to correctly handle the way formation fractions are translated to nlmixr | |||||
2021-06-16 | Translate formation fractions to nlmixr language | Johannes Ranke | 4 | -12/+223 | |
Works for the dimethenamid data, at least for FOCEI. Very little testing yet. The summary function does not yet handle the new transformations of formation fractions (that are in fact very old, as they were used in the very first version of mkin). The test file has no tests yet, just some code that may be used for testing. | |||||
2021-06-12 | Small cosmetics | Johannes Ranke | 4 | -13/+36 | |
2021-06-11 | Fix package name for travis config... | Johannes Ranke | 1 | -1/+1 | |
2021-06-11 | Fix travis syntax | Johannes Ranke | 1 | -1/+4 | |
2021-06-11 | Add packages necessary for shell commands on travis | Johannes Ranke | 1 | -1/+1 | |
2021-06-11 | Attempt to satisfy nlme version requirement on travis | Johannes Ranke | 1 | -0/+1 | |
2021-06-11 | Add system requirements for symengine on Travis | Johannes Ranke | 1 | -0/+1 | |
nlmixr depends on symengine |