Skip to content

Commit 9e74535

Browse files
authored
Merge pull request #13471 from quarto-dev/deps/r-updates
2 parents fbfe3aa + 35a53a0 commit 9e74535

File tree

4 files changed

+275
-407
lines changed

4 files changed

+275
-407
lines changed

.github/workflows/test-smokes.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
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

0 commit comments

Comments
 (0)