aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_plot.R
AgeCommit message (Collapse)AuthorFilesLines
2022-11-18Move two saem fits from setup script to skipped testsJohannes Ranke1-4/+0
Save winbuilder/CRAN check time...
2022-11-18Make mixed model test data permanent to ensure reproducibilityJohannes Ranke1-11/+11
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-01Fix plotting saem fits with covariatesJohannes Ranke1-1/+1
2022-03-14Reduce check time for CRAN, releasev1.1.0Johannes Ranke1-0/+14
2022-02-28With saemix 3.0 on CRAN there's no need to check for it in testsJohannes Ranke1-9/+5
2021-07-23Merge branch 'master' into nlmixrJohannes Ranke1-2/+0
After the merge, run make test and accept the new snapshot for the mixed model fit for an nlme object
2021-07-23Update vdiffr tests for version 1.0Johannes Ranke1-2/+0
2021-02-06Reintroduce interface to saemixJohannes Ranke1-0/+11
Also after the upgrade from buster to bullseye of my local system, some test results for saemix have changed.
2021-02-03Prepare for v1.0.0v1.0.0Johannes Ranke1-11/+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-5/+9
Address release critical check and test issues
2020-12-17Remove two skipped (on Travis) tests to reduce noiseJohannes Ranke1-1/+1
2020-12-09Some test fixesJohannes Ranke1-3/+3
2020-12-09Fix a test I accidentally brokeJohannes Ranke1-1/+1
2020-12-09More testsJohannes Ranke1-1/+3
2020-12-09Try other mixed fits for vdiffr on travisJohannes Ranke1-4/+8
2020-12-09Make tests more robust, remove two redundant onesJohannes Ranke1-6/+0
2020-12-09Fix tests and rerunJohannes Ranke1-2/+2
2020-12-09Some more tests that may work on travis nowJohannes Ranke1-17/+25
2020-12-09Don't test on devel, skip failing vdiffr testsJohannes Ranke1-1/+1
I can test on R-devel locally for preparing releases
2020-12-08Test plots on R-release and cache packages againJohannes Ranke1-1/+1
2020-12-08mixed.mmkin and test coverageJohannes Ranke1-1/+9
2020-11-11Skip vdiffr tests on travis as they are not robustJohannes Ranke1-0/+1
As can be seen in the miniscule change seen on R-devel in the reference plot updated with this commit
2020-06-15Test plots on r-devel onlyJohannes Ranke1-0/+1
following the arguments of Xavier Robin https://github.com/r-lib/vdiffr/issues/86#issuecomment-636447231
2020-06-15Fix a bug, update for current vdiffrJohannes Ranke1-1/+0
Vignette FOCUS_L failed as I had introduced a bug in the handling of warnings. Current vdiffr only runs visual tests if R < 4.1.0, skipping r-devel for now, see https://github.com/r-lib/vdiffr/commit/630a29d013361fd63fea242f531e2db6aef37919
2020-05-29Improve handling of warnings, reorganize testsJohannes Ranke1-0/+42

Contact - Imprint