Skip to content

Commit 5ff848c

Browse files
committed
Don't use pak as there is conflicts it seems
1 parent 2a20ca1 commit 5ff848c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test-smokes.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Tests a broad set of Quarto functionality that users are likely to encounter.
2-
# A failure indicates some signficant portion of functionality is likely to be broken.
2+
# A failure indicates some significant portion of functionality is likely to be broken.
33
name: Smoke Tests
44
on:
55
workflow_call:
@@ -135,13 +135,12 @@ jobs:
135135
try(install.packages('rmarkdown', repos = c('https://rstudio.r-universe.dev', getOption('repos'))))
136136
try(install.packages('knitr', repos = c('https://yihui.r-universe.dev', getOption('repos'))))
137137
if ('${{ inputs.extra-r-packages }}' != '') {
138-
cat(sprintf("::notice::Running with the following extra R packages for pak: %s\n", "${{ inputs.extra-r-packages }}"))
138+
cat(sprintf("::notice::Running with the following extra R packages for renv: %s\n", "${{ inputs.extra-r-packages }}"))
139139
renv::install(strsplit("${{ inputs.extra-r-packages }}", split = ",")[[1]])
140140
}
141141
shell: Rscript {0}
142142
env:
143143
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
144-
RENV_CONFIG_PAK_ENABLED: TRUE
145144

146145
- name: Show R session information
147146
working-directory: tests

0 commit comments

Comments
 (0)