Skip to content

Commit 03fde2f

Browse files
committed
remotes has build in support to download from Github
1 parent a79b117 commit 03fde2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
R --version
4747
- name: Install R packages
4848
run: |
49-
R -e "install.packages(c('git2r', 'remotes'), lib=c('${R_LIBS}'), repo='https://cloud.r-project.org/')"
49+
R -e "install.packages(c('remotes'), lib=c('${R_LIBS}'), repo='https://cloud.r-project.org/')"
5050
- name: Build and test
5151
run: |
5252
set -x

0 commit comments

Comments
 (0)