File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
# 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.
3
3
name : Smoke Tests
4
4
on :
5
5
workflow_call :
@@ -135,13 +135,12 @@ jobs:
135
135
try(install.packages('rmarkdown', repos = c('https://rstudio.r-universe.dev', getOption('repos'))))
136
136
try(install.packages('knitr', repos = c('https://yihui.r-universe.dev', getOption('repos'))))
137
137
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 }}"))
139
139
renv::install(strsplit("${{ inputs.extra-r-packages }}", split = ",")[[1]])
140
140
}
141
141
shell : Rscript {0}
142
142
env :
143
143
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
144
- RENV_CONFIG_PAK_ENABLED : TRUE
145
144
146
145
- name : Show R session information
147
146
working-directory : tests
You can’t perform that action at this time.
0 commit comments