File tree Expand file tree Collapse file tree 4 files changed +275
-407
lines changed Expand file tree Collapse file tree 4 files changed +275
-407
lines changed Original file line number Diff line number Diff line change 6868 - name : Set up R
6969 uses : r-lib/actions/setup-r@v2
7070 with :
71- r-version : " 4.5.0 "
71+ r-version : " 4.5.1 "
7272 use-public-rspm : true
7373 # required to avoid rtools bin in path
7474 windows-path-include-rtools : false
@@ -112,9 +112,9 @@ jobs:
112112 path : |
113113 ${{ env.RENV_PATHS_ROOT }}
114114 renv/library
115- key : ${{ steps.get-version.outputs.os-version }}-${{ steps.get-version.outputs.r-version }}-renv-3 -${{ hashFiles('tests/renv.lock') }}
115+ key : ${{ steps.get-version.outputs.os-version }}-${{ steps.get-version.outputs.r-version }}-renv-1 -${{ hashFiles('tests/renv.lock') }}
116116 restore-keys : |
117- ${{ steps.get-version.outputs.os-version }}-${{ steps.get-version.outputs.r-version }}-renv-3 -
117+ ${{ steps.get-version.outputs.os-version }}-${{ steps.get-version.outputs.r-version }}-renv-1 -
118118
119119 - name : Install missing system deps
120120 if : runner.os == 'Linux'
@@ -141,6 +141,7 @@ jobs:
141141 shell : Rscript {0}
142142 env :
143143 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
144+ RENV_CONFIG_PAK_ENABLED : TRUE
144145
145146 - name : Show R session information
146147 working-directory : tests
You can’t perform that action at this time.
0 commit comments