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 68
68
- name : Set up R
69
69
uses : r-lib/actions/setup-r@v2
70
70
with :
71
- r-version : " 4.5.0 "
71
+ r-version : " 4.5.1 "
72
72
use-public-rspm : true
73
73
# required to avoid rtools bin in path
74
74
windows-path-include-rtools : false
@@ -112,9 +112,9 @@ jobs:
112
112
path : |
113
113
${{ env.RENV_PATHS_ROOT }}
114
114
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') }}
116
116
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 -
118
118
119
119
- name : Install missing system deps
120
120
if : runner.os == 'Linux'
@@ -141,6 +141,7 @@ jobs:
141
141
shell : Rscript {0}
142
142
env :
143
143
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
144
+ RENV_CONFIG_PAK_ENABLED : TRUE
144
145
145
146
- name : Show R session information
146
147
working-directory : tests
You can’t perform that action at this time.
0 commit comments