Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-01 | Make it possible to specify a vector of fixed effects | Johannes Ranke | 1 | -1/+1 | |
as obtained by mean_degparms(..., random = FALSE), instead of the list obtained by mean_degparms(, ... random = TRUE) that is passed by nlme.mmkin to nlme by default. | |||||
2022-02-28 | Add test for summary.nlmixr.mmkin | Johannes Ranke | 3 | -0/+118 | |
2022-02-28 | Relax a test for travis | Johannes Ranke | 2 | -27/+27 | |
2022-02-28 | Improve tests, skip some on Travis | Johannes Ranke | 7 | -26/+73 | |
Respect digits argument when printing correlations in summaries | |||||
2022-02-28 | Update travis config and _pkgdown.yml | Johannes Ranke | 3 | -7/+5 | |
2022-02-28 | Update docs | Johannes Ranke | 58 | -17943/+18865 | |
2022-02-28 | Add nlmixr tests, reorganize, test intervals() | Johannes Ranke | 6 | -176/+236 | |
2022-02-28 | With saemix 3.0 on CRAN there's no need to check for it in tests | Johannes Ranke | 5 | -126/+79 | |
2022-02-28 | Improve dimethenamid vignette | Johannes Ranke | 3 | -241/+126 | |
2022-02-28 | Improve algorithm summary for saemix fits | Johannes Ranke | 1 | -1/+3 | |
2022-02-10 | GNUMakefile: Convince testthat to give dynamic output | Johannes Ranke | 2 | -161/+11 | |
This means that we still get the \r in the test logs so so the postprocessing with sed works unmodified | |||||
2022-02-09 | Adapt saemix interface to saemix 3.0 on CRAN | Johannes Ranke | 19 | -1520/+1674 | |
2022-02-08 | Merge branch 'nlmixr' | Johannes Ranke | 316 | -3091/+27257 | |
2022-01-11 | Update static docsnlmixr | Johannes Ranke | 20 | -9255/+12062 | |
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-18 | Update HTML version of README | Johannes Ranke | 1 | -2/+2 | |
2021-11-18 | Updates after changing the default branch to main | Johannes Ranke | 2 | -4/+4 | |
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-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-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-10-01 | Update online docs to 1.0.5 | Johannes Ranke | 15 | -42/+46 | |
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 | |