| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-09-12 | Facilitate centering covariates | Johannes Ranke | 1 | -0/+20 | |
| The motivation for this is to obtain confidence intervals for covariate dependent parameters that are valid for a median/mean value of the covariate. Implementation by adding an argument to the 'saem' function, and adapting the relevant functions working with 'saem' objects. Vignettes, the template and tests were updated to use the new functionality. | |||||
| 2024-07-28 | Make sure test work on my desktop, skip more tests on travis | Johannes Ranke | 1 | -0/+2 | |
| 2023-04-16 | Skip another test on CRAN to save CPU cycles | Johannes Ranke | 1 | -0/+2 | |
| 2023-04-16 | Skip the Eigenvalue based saem test | Johannes Ranke | 1 | -5/+6 | |
| It took too long, and this solution method is not recommended. We are saving 140 seconds here on my system, so more time is saved on travis. | |||||
| 2023-04-15 | Increase test coverage | Johannes Ranke | 1 | -0/+51 | |
| Also, using mkin analytical solutions for more than one observed variable is not supported (but could be if out_values would be reordered). | |||||
| 2022-11-19 | Confirm which test fail on R-develv1.2.1 | Johannes Ranke | 1 | -1/+2 | |
| 2022-11-18 | Move two saem fits from setup script to skipped tests | Johannes Ranke | 1 | -5/+3 | |
| Save winbuilder/CRAN check time... | |||||
| 2022-11-18 | Make mixed model test data permanent to ensure reproducibility | Johannes Ranke | 1 | -16/+16 | |
| 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 | Round parameters with signif() before printing | Johannes Ranke | 1 | -1/+6 | |
| This will hopefully make the test pass on all relevant platforms. | |||||
| 2022-10-29 | Another attempt to make the test robust | Johannes Ranke | 1 | -1/+1 | |
| As the last update failed on travis. Now we should be more robust, as rounding to one digit works better when parameters are log-transformed (mkin transformations) in the output. | |||||
| 2022-10-29 | Make test independent of saemix error model parameter patch | Johannes Ranke | 1 | -1/+1 | |
| As mentioned in d44c17da6d62568b | |||||
| 2022-10-26 | Make multistart work with testthat scopes | Johannes Ranke | 1 | -1/+0 | |
| Also skip long-running test with saem using the analytical from mkin | |||||
| 2022-10-25 | Round also for nlme print method... | Johannes Ranke | 1 | -5/+6 | |
| 2022-10-25 | Increase rounding in test for travis | Johannes Ranke | 1 | -1/+1 | |
| As the "const" error model parameters is stored on log scale in nlme | |||||
| 2022-10-25 | Explanatory comment | Johannes Ranke | 1 | -0/+1 | |
| 2022-10-25 | Avoid another platform dependence | Johannes Ranke | 1 | -0/+5 | |
| Caused by the fact that printing error model parameters in nlme summaries do not honor the digits argument. | |||||
| 2022-03-07 | Remove nlmixr interface for release of mkin 1.1.0 | Johannes Ranke | 1 | -16/+1 | |
| 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/+1 | |
| 2022-03-02 | Make tests more platform independent, update docs | Johannes Ranke | 1 | -13/+13 | |
| 2022-03-01 | Some more tests for nlmixr.mmkin | Johannes Ranke | 1 | -0/+2 | |
| 2022-02-28 | Add test for summary.nlmixr.mmkin | Johannes Ranke | 1 | -0/+14 | |
| 2022-02-28 | Relax a test for travis | Johannes Ranke | 1 | -1/+1 | |
| 2022-02-28 | Add nlmixr tests, reorganize, test intervals() | Johannes Ranke | 1 | -92/+1 | |
| 2022-02-28 | With saemix 3.0 on CRAN there's no need to check for it in tests | Johannes Ranke | 1 | -3/+0 | |
| 2022-02-09 | Adapt saemix interface to saemix 3.0 on CRAN | Johannes Ranke | 1 | -2/+2 | |
| 2021-06-12 | Small cosmetics | Johannes Ranke | 1 | -1/+1 | |
| 2021-03-09 | Some improvements for borderline cases | Johannes Ranke | 1 | -7/+17 | |
| - fit_with_errors for saem() - test_log_parms for mean_degparms() and saem() | |||||
| 2021-02-06 | Reintroduce interface to saemix | Johannes Ranke | 1 | -1/+134 | |
| Also after the upgrade from buster to bullseye of my local system, some test results for saemix have changed. | |||||
| 2021-02-06 | Address issue revealed by additional tests on CRAN | Johannes Ranke | 1 | -1/+1 | |
| Remove tests relying on non-convergence of the FOMC fit to the FOCUS A dataset, as this is platform dependent. After the upgrade, the fit converges on this system as well, although neither ATLAS is used, nor R was configured disabling long doubles (these were the conditions under which the tests failed on CRAN). | |||||
| 2021-02-03 | Prepare for v1.0.0v1.0.0 | Johannes Ranke | 1 | -131/+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 | -4/+9 | |
| Address release critical check and test issues | |||||
| 2020-12-19 | Dimethenamid data, normalisation options | Johannes Ranke | 1 | -1/+1 | |
| 2020-12-10 | Tried to find a fast test for deSolve in saemix | Johannes Ranke | 1 | -0/+6 | |
| But could not find one. | |||||
| 2020-12-10 | Add a test for saemix with deSolve | Johannes Ranke | 1 | -5/+12 | |
| But skip the test as it takes too long to always run | |||||
| 2020-12-09 | Some test fixes | Johannes Ranke | 1 | -1/+1 | |
| 2020-12-09 | Add more tests and fix HS in saem | Johannes Ranke | 1 | -8/+47 | |
| 2020-12-09 | Any yet more tests | Johannes Ranke | 1 | -1/+3 | |
| 2020-12-09 | Update test output and reduce precision for travis | Johannes Ranke | 1 | -2/+2 | |
| 2020-12-09 | More tests | Johannes Ranke | 1 | -33/+95 | |
| 2020-12-08 | mixed.mmkin and test coverage | Johannes Ranke | 1 | -0/+35 | |
