estimate_means warning/error cut off? "Could not calculate standard errors for contrasts. This can happen when random effects are involved" #2398
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Running tests with options(warn = 2) to fail on test warnings | |
| on: | |
| pull_request: | |
| branches: [main, master] | |
| name: check-test-warnings | |
| jobs: | |
| check-test-warnings: | |
| uses: easystats/workflows/.github/workflows/check-test-warnings.yaml@main |