Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.
|
|
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 ...
|
|
|
|
|
|
- '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
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fit_with_errors for saem()
- test_log_parms for mean_degparms() and saem()
|
|
Also after the upgrade from buster to bullseye of my local system, some
test results for saemix have changed.
|
|
- 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
|
|
Address release critical check and test issues
|
|
But could not find one.
|
|
But skip the test as it takes too long to always run
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
This is about twice as fast as deSolve compiled in the case of FOCUS D
|
|
|
|
|
|
- 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
|
|
|
|
The likelihood ratio test method is lrtest, in addition,
methods for update and residuals were added.
|
|
|
|
The confint method can do profile likelihood based confidence intervals!
|
|
|
|
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
|
|
|