Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Sparre Spiegelhauer (HSPU) committed Apr 16, 2024
1 parent 5405458 commit 5b94844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
R.Version()$arch
))
cat("::endgroup::\n")
shell: Rscript {0}
shell: Rscript {0}
- name: Install pak (Unix + CRAN snapshot)
if: runner.os != 'Windows' && matrix.config.date != 'latest'
Expand All @@ -67,7 +67,7 @@
#$SUDO R -q -e 'dir.create(Sys.getenv("R_LIB_FOR_PAK"), recursive = TRUE, showWarnings = FALSE)'
$SUDO R -q -e 'install.packages("pak", repos = sprintf("https://r-lib.github.io/p/pak/%s/%s/%s/%s", "stable", .Platform$pkgType, R.Version()$os, R.Version()$arch))'
echo "::endgroup::"
shell: bash
shell: bash
# Install package dependencies (if a specific date)
Expand Down

0 comments on commit 5b94844

Please sign in to comment.