aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_dmta.R
AgeCommit message (Collapse)AuthorFilesLines
2023-08-17Point to the dmta pathway vignette in the dmta testJohannes Ranke1-2/+5
2023-04-15Move preprocessing of DMTA data to the test setupJohannes Ranke1-11/+0
2023-02-13Merge branch 'main' into custom_lsoda_callJohannes Ranke1-4/+4
2022-11-16Reduce testing on CRAN serversv1.2.0Johannes Ranke1-4/+4
2022-11-16We get about 25% performance gainJohannes Ranke1-1/+2
with the custom lsoda call, avoiding repeated getNativeSymbolInfo calls. It's just that we should not be calling foreign functions from different packages, because the may change without notice. Using getNativeSymbolInfo for "call_lsoda" avoids the CRAN note, and a similar call could probably be used for "unlock_solver", avoiding the NOTE in checks for cran, but we should not do this in a CRAN package.
2022-03-08Avoid using multiple processes on CRAN check machinesJohannes Ranke1-3/+3
2022-03-07Remove nlmixr interface for release of mkin 1.1.0Johannes Ranke1-66/+0
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-02Skip some tests on CRAN to reduce loadJohannes Ranke1-0/+2
In the hope that winbuilder will cope better then
2022-03-02Make tests more platform independent, update docsJohannes Ranke1-1/+3
2022-03-02Fix nlmixr fits with parallel metabolitesJohannes Ranke1-3/+14
2022-03-01Add some more testsJohannes Ranke1-2/+3
2022-03-01Add a test for the DMTA dataJohannes Ranke1-39/+41
comparing nlme and saemix. This test shows a reasonable evaluation of the DMTA data with nlme and saemix, which was missing, as the data used in the paper are flawed.
2022-02-28Improve tests, skip some on TravisJohannes Ranke1-1/+48
Respect digits argument when printing correlations in summaries
2022-02-28Add nlmixr tests, reorganize, test intervals()Johannes Ranke1-0/+120

Contact - Imprint