Skip to content

Commit 76c3e46

Browse files
committed
running the qc on newest verion
1 parent 268cf89 commit 76c3e46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919

2020
- name: Install R packages
2121
run: |
22-
Rscript -e 'install.packages(c("ggplot2", "plyr", "optparse", "tidyr", "GGIR"), repos="https://cloud.r-project.org", dependencies=TRUE)'
22+
Rscript -e 'install.packages(c("ggplot2","plyr","optparse","tidyr","remotes"), repos="https://cloud.r-project.org", dependencies=TRUE)'
23+
Rscript -e 'remotes::install_version("GGIR", version = "3.2.6", repos = "https://cloud.r-project.org")'
2324
2425
- name: Set up Python 3.10
2526
uses: actions/setup-python@v3

0 commit comments

Comments
 (0)