File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 52
52
53
53
steps :
54
54
- uses : r-hub/actions/checkout@v1
55
+ - name : Add additional r-universe repository
56
+ run : |
57
+ # Add additional r-universe repository
58
+ echo 'options(repos = c(getOption("repos"), "https://geocompr.r-universe.dev"))' >> ~/.Rprofile
55
59
- uses : r-hub/actions/platform-info@v1
56
60
with :
57
61
token : ${{ secrets.RHUB_TOKEN }}
84
88
- name : Add additional r-universe repository
85
89
run : |
86
90
# Add additional r-universe repository
87
- options(repos = c(getOption("repos"), "https://geocompr.r-universe.dev"))
88
- shell : Rscript {0}
91
+ echo 'options(repos = c(getOption("repos"), "https://geocompr.r-universe.dev"))' >> ~/.Rprofile
89
92
- uses : r-hub/actions/platform-info@v1
90
93
with :
91
94
token : ${{ secrets.RHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments