Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudaraka88 authored and Sudaraka88 committed Jul 15, 2024
1 parent a955dd1 commit eae248f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ jobs:

- name: Install MatrixExtra package
run: |
R -e 'getOption("repos")'
R -e 'getNamespaceExports("MatrixExtra")'
R -e 'remove.packages("MatrixExtra")'
R -e 'options(repos = c(CRAN = "https://cran.rstudio.com/"))'
R -e 'install.packages("MatrixExtra", dependencies = T)'
R -e 'getNamespaceExports("MatrixExtra")'
Expand Down

0 comments on commit eae248f

Please sign in to comment.