Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-27 | Fix dimethenamid vignette problems and update docs | Johannes Ranke | 2 | -38/+128 | |
2021-07-23 | Merge branch 'master' into nlmixr | Johannes Ranke | 5 | -151/+95 | |
After the merge, run make test and accept the new snapshot for the mixed model fit for an nlme object | |||||
2021-07-23 | Rerun tests, use current vdiffr on travis | Johannes Ranke | 3 | -56/+48 | |
2021-07-23 | Some example evaluations of dimethenamid data | Johannes Ranke | 21 | -4/+2323 | |
Evaluations with nlme, saemix and nlmixr are included | |||||
2021-04-21 | Merge branch 'master' into saemix | Johannes Ranke | 3 | -121/+73 | |
2021-03-31 | Bug fix in plot.mkinfit | Johannes Ranke | 3 | -123/+75 | |
In residual plots, use xlab and xlim if appropriate | |||||
2021-02-18 | Merge branch 'master' into saemix | Johannes Ranke | 1 | -0/+0 | |
2021-02-15 | Correct grant numbers in README, update docs | Johannes Ranke | 1 | -0/+0 | |
2021-02-15 | Fully rebuild docs, rerun tests and check | Johannes Ranke | 3 | -18/+18 | |
2021-02-15 | Improve README, introductory vignette and some other docsv1.0.3 | Johannes Ranke | 16 | -485/+619 | |
Also bump version to 1.0.3. | |||||
2021-02-03 | Prepare for v1.0.0v1.0.0 | Johannes Ranke | 1 | -0/+0 | |
- 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 | |||||
2020-11-30 | Complete rebuild of static docs of dev version | Johannes Ranke | 1 | -0/+0 | |
2020-11-27 | Improved way to have persistent DLLs for mkinmod | Johannes Ranke | 1 | -2/+2 | |
Depends on inline >= 0.16.2 (including the bug fixes from eddelbuettel/inline#18), which provides 'moveDLL' to store the DLL for a compiled function in a safe place in case the argument 'dll_dir' is specified in the call to 'mkinmod'. Huge thanks to Dirk @eddelbuettel for his review and support for the work on the inline package. | |||||
2020-11-24 | Support storing mkinmod compiled code as CFunc objects | Johannes Ranke | 1 | -4/+43 | |
With automatic reloading in mkinfit and mkinpredict in case the DLL is not loaded and the original DLL path has been cleaned up. Depends on jranke/inline@974bdea04fcedfafaab231e6f359c88270b56cb9 See inline#13 | |||||
2020-11-19 | Depend on parallel, doc improvements | Johannes Ranke | 3 | -96/+171 | |
By depending on parallel instead of importing it, functions to set up and stop a cluster are always available when mkin is loaded. The use of multicore processing in mmkin on Windows is now documented in the help file, which brings mkin closer to a version 1.0 #9. | |||||
2020-11-06 | Update benchmarks for dev version | Johannes Ranke | 1 | -0/+0 | |
2020-10-15 | Update online docs for release version | Johannes Ranke | 1 | -0/+0 | |
2020-10-15 | Reintroduce saemix helper functions | Johannes Ranke | 3 | -42/+69 | |
2020-10-08 | Fix issues for release | Johannes Ranke | 9 | -410/+420 | |
2020-05-27 | Change dev version label to info color | Johannes Ranke | 1 | -0/+0 | |
instead of the orange danger color. | |||||
2020-05-27 | Create up to date pkgdown docs in development mode | Johannes Ranke | 1 | -0/+0 | |
2020-05-26 | Use all cores per default, confint tolerance | Johannes Ranke | 4 | -227/+259 | |
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-14 | Test markdown link, article update due to .rmd extension | Johannes Ranke | 1 | -0/+0 | |
2020-05-13 | Further formatting improvement of benchmark vignette | Johannes Ranke | 10 | -581/+564 | |
Also, use .rmd extension instead of .Rmd for vignettes. | |||||
2020-05-12 | Update pkgdown | Johannes Ranke | 1 | -0/+0 | |
2020-05-12 | Improve formatting of benchmark vignette | Johannes Ranke | 3 | -39/+182 | |
2020-05-12 | Update vignettes and docs | Johannes Ranke | 6 | -186/+225 | |
2020-05-12 | Improve documentation, now using a spell checker | Johannes Ranke | 2 | -6/+6 | |
2020-05-11 | Avoid merge() and data.frame() in cost function | Johannes Ranke | 4 | -120/+128 | |
also for deSolve and eigenvalue based solutions. This noticeably increases performance for these methods, see test.log and benchmark vignette. | |||||
2020-05-10 | Default to analytical for coupled models if available | Johannes Ranke | 3 | -137/+120 | |
This revealed that transforming rates is necessary for fitting the analytical solution of the SFO-SFO model to the FOCUS D dataset. Benchmarks show that fitting coupled models with deSolve got a bit slower through the latest changes | |||||
2020-05-06 | Change implementation of analytical solutions | Johannes Ranke | 1 | -58/+62 | |
Preparing for symbolic solutions for more than one compound | |||||
2020-04-04 | Add three functions to facilitate the use of nlme | Johannes Ranke | 2 | -176/+0 | |
2020-04-03 | Compiled models article, reduce distractions | Johannes Ranke | 5 | -208/+542 | |
- Added a section with platform specific notes on getting compiled models to work to the compiled models article - Don't return empty SFORB parameter list from endpoints() if there is no SFORB model - Avoid warnings when using standardized = TRUE in plot.mmkin() | |||||
2019-11-01 | Fix bug in yesterdays release, add methods for BIC | Johannes Ranke | 1 | -0/+0 | |
2019-09-19 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -0/+0 | |
Use lazy = TRUE in the pd target for generating pkgdown documentation | |||||
2019-09-18 | Static documentation rebuilt by pkgdown | Johannes Ranke | 3 | -6/+4 | |
to check if the link to the pfm package is correctly generated by pkgdown after preparing the pfm package docs accordingly | |||||
2019-09-18 | Add url: tag to _pkgdown.yml | Johannes Ranke | 1 | -0/+0 | |
Static documentation rebuilt by pkgdown | |||||
2019-09-18 | Further corrections of the twa vignette | Johannes Ranke | 3 | -334/+159 | |
Static documentation rebuilt by pkgdown | |||||
2019-09-18 | Correct and rebuild docs | Johannes Ranke | 2 | -3/+4 | |
- Reconcile docs and code for max_twa_parent - Correct links to docs in twa vignette - Static documentation rebuilt by pkgdown | |||||
2019-09-18 | Add hockey stick formulas to maximum twa vignette | Johannes Ranke | 2 | -10/+391 | |
2019-07-09 | Adaptations for gmkin | Johannes Ranke | 1 | -0/+0 | |
Address winbuilder check problems, update check log, update of static docs | |||||
2019-07-05 | Static documentation rebuilt by pkgdown | Johannes Ranke | 2 | -2/+2 | |
2019-07-04 | Update README and introductory vignette | Johannes Ranke | 3 | -29/+84 | |
2019-07-04 | Address failures of CRAN checks, improve NEWSv0.9.49.5 | Johannes Ranke | 1 | -0/+0 | |
Static documentation rebuilt by pkgdown | |||||
2019-07-03 | Update DESCRIPTION, improve NEWS | Johannes Ranke | 1 | -0/+0 | |
Static documentation rebuilt by pkgdown | |||||
2019-06-05 | Merge branch 'algorithm' | Johannes Ranke | 1 | -0/+0 | |
2019-06-05 | Add error model algorithm to output | Johannes Ranke | 1 | -0/+0 | |
2019-06-04 | Additional algorithm "d_c", more tests, docs | Johannes Ranke | 1 | -0/+0 | |
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-24 | Typo | Johannes Ranke | 1 | -1/+1 | |
2019-05-08 | Add functionality to plot the error model | Johannes Ranke | 1 | -0/+0 | |
by plotting squared residuals against predicted values, and showing the variance function used in the fitted error model. Rebuild docs |