aboutsummaryrefslogtreecommitdiff
path: root/check.log
AgeCommit message (Collapse)AuthorFilesLines
2022-07-22Move logs into own directory to clean rootJohannes Ranke1-73/+0
2022-07-21Summary method for mmkin objectsJohannes Ranke1-2/+3
Also, add a method for gathering convergence information and a method for gathering information on ill-defined parameters
2022-03-14Reduce check time for CRAN, releasev1.1.0Johannes Ranke1-1/+1
2022-03-08Avoid using multiple processes on CRAN check machinesJohannes Ranke1-1/+1
2022-02-09Adapt saemix interface to saemix 3.0 on CRANJohannes Ranke1-1/+1
2021-09-16Adapt and improve the dimethenamid vignetteJohannes Ranke1-13/+2
Adapt to the corrected data and unify control parameters for saemix and nlmixr with saem. Update docs
2021-09-16Merge branch 'master' into nlmixrJohannes Ranke1-4/+15
2021-09-15Update test result to corrected data, version bumpJohannes Ranke1-13/+6
2021-06-17Let backtransform_odeparms handle nlmixr formation fractionsJohannes Ranke1-9/+2
Also adapt summary.nlmixr.mmkin to correctly handle the way formation fractions are translated to nlmixr
2021-06-11Finished 'summary.nlmixr.mmkin', checks, docsJohannes Ranke1-50/+9
2021-06-09Rudimentary support for setting up nlmixr modelsJohannes Ranke1-14/+54
- All degradation models are specified as ODE models. This appears to be fast enough - Error models are being translated to nlmixr as close to the mkin error model as possible. When using the 'saem' backend, it appears not to be possible to use the same error model for more than one observed variable - No support yet for models with parallel formation of metabolites, where the ilr transformation is used in mkin per default - There is a bug in nlmixr which appears to be triggered if the data are not balanced, see nlmixrdevelopment/nlmixr#530 - There is a print and a plot method, the summary method is not finished
2021-04-21Merge branch 'master' into saemixJohannes Ranke1-1/+1
2021-04-21Version 1.0.4 published yesterdayv1.0.4Johannes Ranke1-3/+5
2021-03-31Bug fix in plot.mkinfitJohannes Ranke1-4/+10
In residual plots, use xlab and xlim if appropriate
2021-03-09Some improvements for borderline casesJohannes Ranke1-3/+3
- fit_with_errors for saem() - test_log_parms for mean_degparms() and saem()
2021-02-15Fully rebuild docs, rerun tests and checkJohannes Ranke1-2/+2
2021-02-15Improve README, introductory vignette and some other docsv1.0.3Johannes Ranke1-1/+1
Also bump version to 1.0.3.
2021-02-13Merge branch 'master' into saemixJohannes Ranke1-2/+2
Run make testcheck to regenerate logs with merge conflicts
2021-02-13Update for gmkin 0.6.12v1.0.2Johannes Ranke1-1/+1
mkinfit: Keep model names stored in mkinmod objects, avoiding their loss in gmkin
2021-02-06Reintroduce interface to saemixJohannes Ranke1-3/+12
Also after the upgrade from buster to bullseye of my local system, some test results for saemix have changed.
2021-02-04Documentation improvements, mainly fixing example codeJohannes Ranke1-1/+1
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-03Prepare for v1.0.0v1.0.0Johannes Ranke1-14/+5
- 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-06Make saemix and corresponding tests optionalJohannes Ranke1-6/+10
Address release critical check and test issues
2020-12-08mixed.mmkin and test coverageJohannes Ranke1-2/+7
2020-10-22Improve interface to experimental version of nlmeJohannes Ranke1-2/+2
The experimental nlme version in my drat repository contains the variance function structure varConstProp which makes it possible to use the two-component error model in generalized nonlinear models using nlme::gnls() and in mixed effects models using nlme::nlme().
2020-10-08Fix issues for releaseJohannes Ranke1-8/+2
2020-07-15Improve handling of (partially) failing fitsJohannes Ranke1-3/+9
2020-05-26Use all cores per default, confint toleranceJohannes Ranke1-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-12Rerun tests and checks, CRAN commentsJohannes Ranke1-1/+1
2020-05-11Add analytical solution for DFOP-SFOJohannes Ranke1-2/+3
This is about twice as fast as deSolve compiled in the case of FOCUS D
2020-05-11Don't run visual tests on r-devel for nowJohannes Ranke1-2/+1
https://github.com/r-lib/vdiffr/issues/86
2020-05-07Another overhaul of analytical solutionsJohannes Ranke1-1/+1
Still in preparation for analytical solutions of coupled models
2020-05-06Change implementation of analytical solutionsJohannes Ranke1-1/+2
Preparing for symbolic solutions for more than one compound
2020-04-20Updated build and check logsv0.9.49.11Johannes Ranke1-1/+1
2020-04-18Fix NOTE, prepare for releasev0.9.49.10Johannes Ranke1-23/+3
2020-04-18Avoid assignment to .GlobalEnv for CRANJohannes Ranke1-8/+20
2020-04-15A plot method for nlme.mmkin fitsJohannes Ranke1-94/+8
2020-04-14Add a nlme method for mmkin row objectsJohannes Ranke1-4/+98
2020-04-04Add three functions to facilitate the use of nlmeJohannes Ranke1-67/+4
2020-04-03Merge branch 'master' into mxkinJohannes Ranke1-8/+115
Merge DESCRIPTION manually to combine dependencies and rerun check to update check.log
2020-03-31Static documentation rebuilt by pkgdownJohannes Ranke1-4/+11
2020-03-30Add new dependenciesJohannes Ranke1-58/+14
2020-01-08Todays date in DESCRIPTION, update check logv0.9.49.8Johannes Ranke1-1/+2
2019-11-04Scaled residual plotsJohannes Ranke1-1/+1
2019-11-01Fix bug in yesterdays release, add methods for BICJohannes Ranke1-1/+1
2019-10-22Go back to d_3 for errmod = "obs"Johannes Ranke1-26/+2
in the hope that this makes plotting cross-platform also for this error model
2019-10-21Local checkJohannes Ranke1-6/+23
2019-10-21Improve some plotting routines, more testsJohannes Ranke1-5/+3
Static documentation rebuilt by pkgdown
2019-10-21Refactor mkinfit, infrastructure workJohannes Ranke1-23/+8
mkinfit objects now include an ll() function to calculate the log-likelihood. Part of the code was refactored, hopefully making it easier to read and maintain. IRLS is currently the default algorithm for the error model "obs", for no particular reason. This may be subject to change when I get around to investigate. Slow tests are now in a separate subdirectory and will probably only be run by my own Makefile target. Formatting of test logs is improved. Roundtripping error model parameters works with a precision of 10% when we use lots of replicates in the synthetic data (see slow tests). This is not new in this commit, but as I think it is reasonable this closes #7.
2019-07-09Address winbuilder R-devel warning about usageJohannes Ranke1-3/+27

Contact - Imprint