Skip to content

Commit f6e4cf9

Browse files
authored
Merge pull request #79 from uclahs-cds/nwiltsie_bump_r_cmd_check
Bump R-CMD-check-action to v2
2 parents dedbfb8 + db815c5 commit f6e4cf9

File tree

3 files changed

+26
-18
lines changed

3 files changed

+26
-18
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

.github/workflows/r-lib-check.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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

0 commit comments

Comments
 (0)