Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-18 | Move two saem fits from setup script to skipped tests | Johannes Ranke | 1 | -3/+0 | |
Save winbuilder/CRAN check time... | |||||
2022-11-18 | Use cluster with two cores to reduce windows check time | Johannes Ranke | 1 | -7/+15 | |
2022-11-18 | Make mixed model test data permanent to ensure reproducibility | Johannes Ranke | 1 | -92/+7 | |
To ensure that tests on different platforms work on the same data, the mixed modelling test data previosly generated in tests/testthat/setup_script.R were generated once using the script in inst/dataset/generation/ds_mixed.R, and are now distributed with the package. | |||||
2022-11-18 | Avoid ill-determined fit, it is platform dependent | Johannes Ranke | 1 | -1/+1 | |
The previous test lead to an error on the Fedora test systems (gcc and clang) on CRAN: ... Results have changed from known value recorded in 'print_dfop_saemix_1.txt'. old[13:24] vs new[13:24] "" "Fitted parameters:" " estimate lower upper" - "parent_0 100.09 98.94 101.25" + "parent_0 100.17 99.01 101.33" - "log_k1 -2.68 -2.91 -2.45" + "log_k1 -2.66 -2.89 -2.43" "log_k2 -4.12 -4.24 -4.00" - "g_qlogis -0.41 -0.63 -0.20" + "g_qlogis -0.43 -0.65 -0.21" - "a.1 0.91 0.67 1.15" + "a.1 0.91 0.67 1.16" "b.1 0.05 0.04 0.06" - "SD.log_k1 0.36 0.21 0.50" + "SD.log_k1 0.35 0.21 0.50" and 2 more ... | |||||
2022-10-26 | Reduced sfo model for multistart.saem.mkin tests | Johannes Ranke | 1 | -0/+1 | |
2022-10-25 | Change DFOP mixed model data in tests, updates | Johannes Ranke | 1 | -23/+10 | |
2022-08-10 | Batch processing for hierarchical fits | Johannes Ranke | 1 | -2/+2 | |
- 'R/mhmkin.R': New method for performing multiple hierarchical mkin fits in one function call, optionally in parallel. - 'R/saem.R': 'logLik' and 'update' methods for 'saem.mmkin' objects. - 'R/illparms.R': Add methods for 'saem.mmkin' and 'mhmkin' objects. tests: Use 2 cores on travis, should work according to docs | |||||
2022-07-12 | Tests before releasev1.1.1 | Johannes Ranke | 1 | -1/+1 | |
2022-03-14 | Reduce check time for CRAN, releasev1.1.0 | Johannes Ranke | 1 | -14/+0 | |
2022-03-07 | Remove nlmixr interface for release of mkin 1.1.0 | Johannes Ranke | 1 | -10/+4 | |
I am postponing my attempts to get the nlmixr interface to CRAN, given some problems with nlmixr using R-devel under Windows, see https://github.com/nlmixrdevelopment/nlmixr/issues/596 and https://github.com/r-hub/rhub/issues/512, which is fixed by the removal of nlmixr from the testsuite. For the tests to be more platform independent, the biphasic mixed effects models test dataset was defined in a way that fitting should be more robust (less ill-defined). | |||||
2022-03-03 | More work to try to pass tests on R-devel winbuilder | Johannes Ranke | 1 | -1/+0 | |
2022-03-02 | Make tests more platform independent, update docs | Johannes Ranke | 1 | -4/+1 | |
2022-03-01 | Add some more tests | Johannes Ranke | 1 | -4/+4 | |
2022-03-01 | Some more tests for nlmixr.mmkin | Johannes Ranke | 1 | -0/+4 | |
2022-02-28 | Add test for summary.nlmixr.mmkin | Johannes Ranke | 1 | -0/+7 | |
2022-02-28 | With saemix 3.0 on CRAN there's no need to check for it in tests | Johannes Ranke | 1 | -15/+10 | |
2022-02-09 | Adapt saemix interface to saemix 3.0 on CRAN | Johannes Ranke | 1 | -12/+2 | |
2021-11-17 | Update required saemix version, update tests | Johannes Ranke | 1 | -1/+1 | |
2021-03-09 | Some improvements for borderline cases | Johannes Ranke | 1 | -2/+17 | |
- fit_with_errors for saem() - test_log_parms for mean_degparms() and saem() | |||||
2021-02-06 | Reintroduce interface to saemix | Johannes Ranke | 1 | -0/+18 | |
Also after the upgrade from buster to bullseye of my local system, some test results for saemix have changed. | |||||
2021-02-03 | Prepare for v1.0.0v1.0.0 | Johannes Ranke | 1 | -18/+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 | |||||
2021-01-06 | Make saemix and corresponding tests optional | Johannes Ranke | 1 | -14/+25 | |
Address release critical check and test issues | |||||
2020-12-10 | Tried to find a fast test for deSolve in saemix | Johannes Ranke | 1 | -2/+1 | |
But could not find one. | |||||
2020-12-10 | Add a test for saemix with deSolve | Johannes Ranke | 1 | -3/+4 | |
But skip the test as it takes too long to always run | |||||
2020-12-09 | Add more tests and fix HS in saem | Johannes Ranke | 1 | -2/+28 | |
2020-12-09 | Any yet more tests | Johannes Ranke | 1 | -1/+1 | |
2020-12-09 | More tests | Johannes Ranke | 1 | -3/+9 | |
2020-12-09 | Try other mixed fits for vdiffr on travis | Johannes Ranke | 1 | -0/+14 | |
2020-12-09 | Test print method for mixed.mmkin | Johannes Ranke | 1 | -0/+1 | |
2020-12-09 | Some more tests that may work on travis now | Johannes Ranke | 1 | -10/+3 | |
2020-12-08 | mixed.mmkin and test coverage | Johannes Ranke | 1 | -0/+64 | |
2020-05-29 | Warn if standardized residuals are unlikely normal | Johannes Ranke | 1 | -4/+12 | |
This revealed a bug in the data returned in mkinfit$data in the case of the d_3 algorithm, which also affected the residual plot - the data from the direct fitting was not returned even if this was the better method. | |||||
2020-05-11 | Add analytical solution for DFOP-SFO | Johannes Ranke | 1 | -4/+7 | |
This is about twice as fast as deSolve compiled in the case of FOCUS D | |||||
2020-05-11 | Analytical solutions for all SFO variants | Johannes Ranke | 1 | -10/+12 | |
2020-05-08 | Roxygenize, adapt tests | Johannes Ranke | 1 | -1/+2 | |
2019-11-09 | Add a lack-of-fit test | Johannes Ranke | 1 | -5/+5 | |
- Switch an example dataset in the test setup to a dataset with replicates, adapt tests - Skip the test for lrtest with an update specification as it does not only fail when pkgdown generates static help pages, but also in testthat | |||||
2019-10-31 | Reorganize tests to reduce time on winbuilder | Johannes Ranke | 1 | -18/+3 | |
2019-10-31 | Add likelihood ratio test and other methods, fixes | Johannes Ranke | 1 | -4/+34 | |
The likelihood ratio test method is lrtest, in addition, methods for update and residuals were added. | |||||
2019-10-26 | Address some check and test failures | Johannes Ranke | 1 | -2/+2 | |
2019-10-26 | parms and confint methods | Johannes Ranke | 1 | -20/+13 | |
The confint method can do profile likelihood based confidence intervals! | |||||
2019-10-22 | Improved visual testing | Johannes Ranke | 1 | -0/+2 | |
2019-10-21 | Explicit solution_type for FOCUS D in tests | Johannes Ranke | 1 | -2/+5 | |
Because on winbuilder obviously gcc was not found, so the Eigenvalue based solution method was used, leading to a test failure when comparing the summary, as the solution method is listed | |||||
2019-10-21 | Improve tests, remove geometric_mean | Johannes Ranke | 1 | -0/+75 | |