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 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.
33name : Smoke Tests
44on :
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
You can’t perform that action at this time.
0 commit comments