Skip to content

Commit

Permalink
Update mac_r.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidycliao committed Aug 19, 2024
1 parent 27586c7 commit fa7b888
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/mac_r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,15 @@ jobs:
shell: /bin/bash -e {0}

- name: Install package dependencies
run: |
Rscript -e "install.packages(c('smacof', 'ellipse', 'plyr', 'vegan'))"
shell: Rscript {0}

run: Rscript -e 'install.packages(c("smacof", "ellipse", "plyr", "vegan"))'
shell: /bin/bash -e {0}

- name: Install basicspace from GitHub
env:
GITHUB_PAT: ${{ secrets.MY_GITHUB_PAT }}
run: |
Rscript -e "remotes::install_github('cran/basicspace', force = TRUE)"
run: 'Rscript -e "remotes::install_github(\'cran/basicspace\', force = TRUE)"'
shell: Rscript {0}


- name: Set CRAN mirror and install other R package dependencies
env:
Expand Down

0 comments on commit fa7b888

Please sign in to comment.