corrections in POPSC and added options to popscomp.R script #194
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
| name: R CI | |
| on: [push] | |
| jobs: | |
| R-CMD-CHECK: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - uses: r-lib/actions/setup-r@v2 | |
| with: | |
| r-version: '4.3' | |
| - name: Install dependencies | |
| run: Rscript -e 'install.packages(c("knitr"), dependencies = TRUE)' | |
| - name: compile POPSR | |
| run: R CMD build POPSR |