Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-11 | Rebuild docs | Johannes Ranke | 1 | -1/+3 | |
2020-12-19 | Dimethenamid data, normalisation options | Johannes Ranke | 1 | -1/+0 | |
2020-11-19 | Update tests, improve CAKE_export test | Johannes Ranke | 1 | -0/+1 | |
2020-10-15 | Reintroduce saemix helper functions | Johannes Ranke | 1 | -1/+1 | |
2020-06-15 | Fix a bug, update for current vdiffr | Johannes Ranke | 1 | -20/+4 | |
Vignette FOCUS_L failed as I had introduced a bug in the handling of warnings. Current vdiffr only runs visual tests if R < 4.1.0, skipping r-devel for now, see https://github.com/r-lib/vdiffr/commit/630a29d013361fd63fea242f531e2db6aef37919 | |||||
2020-05-29 | Improve handling of warnings, reorganize tests | Johannes Ranke | 1 | -4/+20 | |
2020-05-26 | Use all cores per default, confint tolerance | Johannes Ranke | 1 | -1/+1 | |
Also, use more intelligent starting values for the variance of the random effects for saemix. While this does not appear to speed up the convergence, it shows where this variance is greatly reduced by using mixed-effects models as opposed to the separate independent fits. | |||||
2020-05-12 | Improve documentation, now using a spell checker | Johannes Ranke | 1 | -1/+1 | |
2020-05-11 | Add analytical solution for DFOP-SFO | Johannes Ranke | 1 | -1/+1 | |
This is about twice as fast as deSolve compiled in the case of FOCUS D | |||||
2020-05-07 | Another overhaul of analytical solutions | Johannes Ranke | 1 | -1/+1 | |
Still in preparation for analytical solutions of coupled models | |||||
2020-05-06 | Change implementation of analytical solutions | Johannes Ranke | 1 | -1/+0 | |
Preparing for symbolic solutions for more than one compound | |||||
2020-04-20 | Updated build and check logsv0.9.49.11 | Johannes Ranke | 1 | -1/+1 | |
2020-04-07 | Add some tests for the nlme convenience functions | Johannes Ranke | 1 | -1/+1 | |
2020-01-09 | Remove unused FME package from DESCRIPTION text | Johannes Ranke | 1 | -1/+1 | |
2019-11-04 | Scaled residual plots | Johannes Ranke | 1 | -1/+1 | |
2019-11-01 | Fix bug in yesterdays release, add methods for BIC | Johannes Ranke | 1 | -1/+1 | |
2019-09-18 | Add url: tag to _pkgdown.yml | Johannes Ranke | 1 | -0/+9 | |
Static documentation rebuilt by pkgdown | |||||
2019-09-18 | Correct and rebuild docs | Johannes Ranke | 1 | -9/+0 | |
- 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 | -0/+9 | |
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-23 | Fix a bug that could lead to wrong chi2 error levels | Johannes Ranke | 1 | -9/+0 | |
2019-05-03 | Improve error model fitting | Johannes Ranke | 1 | -3/+1 | |
Now we have a three stage fitting process for nonconstant error models: - Unweighted least squares - Only optimize the error model - Optimize both Static documentation rebuilt by pkgdown | |||||
2019-05-02 | Build log | Johannes Ranke | 1 | -1/+3 | |
2019-05-02 | Prepare for CRAN release | Johannes Ranke | 1 | -3/+1 | |
- Skip long running tests on CRAN as well to avoid timeout on winbuilder - Don't install benchmark results in the package, they are only needed in the git repository - Don't run example in man/add_err.Rd as it takes > 10 s on winbuilder - Rebuild docs | |||||
2019-05-02 | Better initials for error model parameters | Johannes Ranke | 1 | -1/+3 | |
- Also make it possible to specify initial values for error model parameters. - Run tests - Rebuild docs | |||||
2019-04-10 | Adapt tests, vignettes and examples | Johannes Ranke | 1 | -0/+9 | |
- Write the NEWS - Static documentation rebuilt by pkgdown - Adapt mkinerrmin - Fix (hopefully all) remaining problems in mkinfit | |||||
2019-04-04 | Direct error model fitting works | Johannes Ranke | 1 | -9/+0 | |
- No IRLS required - Removed optimization algorithms other than Port - Removed the dependency on FME - Fitting the error model 'obs' is much faster for the FOCUS_2006_D dataset and the FOMC_SFO model (1 second versus 3.4 seconds) - Vignettes build slower. Compiled models needs 3 minutes instead of 1.5 - For other vignettes, the trend is less clear. Some fits are faster, even for error_model = "const". FOCUS_Z is faster (34.9 s versus 44.1 s) - Standard errors and confidence intervals are slightly smaller - Removed code for plotting during the fit, as I hardly ever used it - Merged the two cost functions (using transformed and untransformed parameters) into one log-likelihood function | |||||
2019-02-26 | NAFTA SOP Attachment vignette | Johannes Ranke | 1 | -1/+0 | |
Also: - Change rounding in print.nafta - Add dots argument to nafta() - Use cores=1 in examples - Restrict N in IORE model to values > 0 | |||||
2019-02-26 | Add another NAFTA dataset + test | Johannes Ranke | 1 | -0/+1 | |
2019-02-25 | Shorten path to test plot | Johannes Ranke | 1 | -3/+0 | |
2019-02-25 | Fix tests and add plot and print for nafta | Johannes Ranke | 1 | -0/+3 | |
2019-02-21 | Remove unused code | Johannes Ranke | 1 | -1/+1 | |
2018-09-18 | Support maximum twa for HS, test, docs | Johannes Ranke | 1 | -1/+1 | |
2018-09-14 | Update NEWS | Johannes Ranke | 1 | -1/+1 | |
Static documentation rebuilt by pkgdown | |||||
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-13 | Enable new error model in gmkin | Johannes Ranke | 1 | -1/+1 | |
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-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-01-07 | Don't run water sediment example to reduce time needed | Johannes Ranke | 1 | -1/+6 | |
Static documentation except articles rebuilt by pkgdown | |||||
2018-01-05 | Update _pkgdown.yml | Johannes Ranke | 1 | -6/+1 | |
Static documentation except articles rebuilt by pkgdown | |||||
2018-01-05 | Experimental test data from UBA 2014 expertise | Johannes Ranke | 1 | -1/+1 | |
- Typo in synthetic data for UBA - Static documentation except articles rebuilt by pkgdown | |||||
2017-11-16 | Update URLS in mkin vignette | Johannes Ranke | 1 | -1/+6 | |
Static documentation except articles rebuilt by pkgdown | |||||
2017-11-16 | Add the code used for generating synthetic_data_for_UBA | Johannes Ranke | 1 | -6/+1 | |
Static documentation except articles rebuilt by pkgdown | |||||
2017-10-10 | Add ORCID to DESCRIPTION, released versionv0.9.46.2 | Johannes Ranke | 1 | -1/+1 | |
Static documentation except articles rebuilt by pkgdown | |||||
2017-09-18 | Change Depends to Imports | Johannes Ranke | 1 | -1/+1 | |
as recommended, e.g. by Uwe Ligges in his useR! 2017 keynote | |||||
2017-09-07 | Update Date in DESCRIPTION, last build log | Johannes Ranke | 1 | -1/+6 | |
2017-09-07 | Static documentation except articles rebuilt by pkgdown | Johannes Ranke | 1 | -6/+1 | |
2017-07-29 | Bump version, update NEWS and rebuild pkdown docsv0.9.46 | Johannes Ranke | 1 | -1/+1 | |
2017-07-21 | Now the check passes on Linux | Johannes Ranke | 1 | -1/+1 | |
2017-07-21 | Improve devtools::test() call, update logs | Johannes Ranke | 1 | -1/+1 | |
2017-05-05 | Static docs except articles rebuilt with current pkgdown | Johannes Ranke | 1 | -1/+6 | |