Skip to content

Commit 4818077

Browse files
again dg
1 parent fd22f59 commit 4818077

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ jobs:
3535
r-version: ${{ matrix.config.r }}
3636
http-user-agent: ${{ matrix.config.http-user-agent }}
3737
use-public-rspm: true
38-
- name: Install pak
39-
if: runner.os == 'macOS'
40-
run: Rscript -e 'install.packages("pak", repos = "https://cran.rstudio.com")'
41-
- name: Install wk and e1071 from source
42-
if: runner.os == 'macOS'
43-
run: Rscript -e "tryCatch(pak::pkg_install(c('wk', 'e1071')), error = function(e) install.packages(c('wk', 'e1071'), repos = 'https://cran.rstudio.com'))"
4438

4539
- uses: r-lib/actions/setup-r-dependencies@v2
4640
env:

0 commit comments

Comments
 (0)