File tree Expand file tree Collapse file tree 3 files changed +26
-18
lines changed Expand file tree Collapse file tree 3 files changed +26
-18
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : R-CMD-check
3+ ' on ' :
4+ workflow_dispatch :
5+ pull_request :
6+ branches :
7+ - main
8+ push :
9+ branches :
10+ - main
11+ schedule :
12+ - cron : ' 0 0 * * MON'
13+ jobs :
14+ R-CMD-check :
15+ runs-on : ubuntu-latest
16+ steps :
17+ - name : Install system dependencies
18+ run : |
19+ sudo apt-get update
20+ sudo apt-get install -y \
21+ libjpeg-dev \
22+ libpng-dev \
23+ libcairo2-dev
24+ - uses : r-lib/actions/setup-tinytex@v2
25+ - uses : uclahs-cds/tool-R-CMD-check-action@v2
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44## Changed
55* Fixed regression of combine.vcf.with.pgs() function that prevented it from handling multiple rsIDs on the same line.
66* Fixed bug caused by the case of a sample-specific missing variant at a multiallelic site
7+ * Use updated ` R CMD check ` CI/CD action with ` renv ` dependency management
78
89## Added
910* Added new contributor
You can’t perform that action at this time.
0 commit comments