We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79b117 commit 03fde2fCopy full SHA for 03fde2f
1 file changed
.github/workflows/main.yml
@@ -46,7 +46,7 @@ jobs:
46
R --version
47
- name: Install R packages
48
run: |
49
- R -e "install.packages(c('git2r', 'remotes'), lib=c('${R_LIBS}'), repo='https://cloud.r-project.org/')"
+ R -e "install.packages(c('remotes'), lib=c('${R_LIBS}'), repo='https://cloud.r-project.org/')"
50
- name: Build and test
51
52
set -x
0 commit comments