residue-size-weighted soft CA contacts implemented #208
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 CI | |
| on: | |
| push: | |
| jobs: | |
| R-CMD-CHECK: | |
| runs-on: ubuntu-latest | |
| env: | |
| FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: r-lib/actions/setup-r@v2 | |
| with: | |
| r-version: '4.3' | |
| - name: Install Gemmi | |
| run: | | |
| python -m pip install --upgrade pip | |
| python -m pip install gemmi | |
| - name: Install dependencies | |
| run: | | |
| Rscript -e 'install.packages("knitr", dependencies = TRUE)' | |
| - name: Build POPSR | |
| run: | | |
| R CMD build POPSR |