aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/setup_script.R
AgeCommit message (Collapse)AuthorFilesLines
2021-02-03Prepare for v1.0.0v1.0.0Johannes Ranke1-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-06Make saemix and corresponding tests optionalJohannes Ranke1-14/+25
Address release critical check and test issues
2020-12-10Tried to find a fast test for deSolve in saemixJohannes Ranke1-2/+1
But could not find one.
2020-12-10Add a test for saemix with deSolveJohannes Ranke1-3/+4
But skip the test as it takes too long to always run
2020-12-09Add more tests and fix HS in saemJohannes Ranke1-2/+28
2020-12-09Any yet more testsJohannes Ranke1-1/+1
2020-12-09More testsJohannes Ranke1-3/+9
2020-12-09Try other mixed fits for vdiffr on travisJohannes Ranke1-0/+14
2020-12-09Test print method for mixed.mmkinJohannes Ranke1-0/+1
2020-12-09Some more tests that may work on travis nowJohannes Ranke1-10/+3
2020-12-08mixed.mmkin and test coverageJohannes Ranke1-0/+64
2020-05-29Warn if standardized residuals are unlikely normalJohannes Ranke1-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-11Add analytical solution for DFOP-SFOJohannes Ranke1-4/+7
This is about twice as fast as deSolve compiled in the case of FOCUS D
2020-05-11Analytical solutions for all SFO variantsJohannes Ranke1-10/+12
2020-05-08Roxygenize, adapt testsJohannes Ranke1-1/+2
2019-11-09Add a lack-of-fit testJohannes Ranke1-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-31Reorganize tests to reduce time on winbuilderJohannes Ranke1-18/+3
2019-10-31Add likelihood ratio test and other methods, fixesJohannes Ranke1-4/+34
The likelihood ratio test method is lrtest, in addition, methods for update and residuals were added.
2019-10-26Address some check and test failuresJohannes Ranke1-2/+2
2019-10-26parms and confint methodsJohannes Ranke1-20/+13
The confint method can do profile likelihood based confidence intervals!
2019-10-22Improved visual testingJohannes Ranke1-0/+2
2019-10-21Explicit solution_type for FOCUS D in testsJohannes Ranke1-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-21Improve tests, remove geometric_meanJohannes Ranke1-0/+75

Contact - Imprint