Set clone ID factor levels for consistent plotting #204
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
| --- | |
| name: R CMD check | |
| 'on': | |
| workflow_dispatch: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| schedule: | |
| - cron: '0 0 * * MON' | |
| jobs: | |
| R-CMD-check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Install system dependencies | |
| run: | | |
| sudo apt-get update | |
| sudo apt-get install -y \ | |
| libjpeg-dev \ | |
| libpng-dev | |
| - uses: r-lib/actions/setup-tinytex@v2 | |
| - uses: uclahs-cds/tool-R-CMD-check-action@v2 |