Hotfix: replace datawizard::data_tabulate() to avoid r-devel NA row name error in report_participants()
#243
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: | |
| push: | |
| branches: [main, master] | |
| pull_request: | |
| branches: [main, master] | |
| name: check-test-warnings | |
| jobs: | |
| check-test-warnings: | |
| uses: easystats/workflows/.github/workflows/check-test-warnings.yaml@main |