File tree 1 file changed +1
-2
lines changed
.github/internal/install-shinyverse
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,11 @@ runs:
75
75
# * Do not set RSPM input (use-public-rspm: false) to make `CRAN` repo the first repo
76
76
# * Set CRAN env so that `shinyuniverse` repo is first
77
77
# * Append `RSPM` repo in `extra-repositories`; Add backup of `cran-url` in `extra-repositories`
78
- # * Set RSPM envvar pointing to `packagemanager-cran-url`
78
+ # * Do not set RSPM envvar pointing to `packagemanager-cran-url` as it will make `RSPM` repo the first repo
79
79
- name : Install R and shinycoreci
80
80
uses : rstudio/shiny-workflows/setup-r-package@v1
81
81
env :
82
82
CRAN : ${{ inputs.shinyverse-cran-url }}
83
- RSPM : ${{ inputs.packagemanager-cran-url }}
84
83
with :
85
84
r-version : ${{ inputs.r-version }}
86
85
cache-version : ${{ inputs.cache-version }}
You can’t perform that action at this time.
0 commit comments