Skip to content

Commit

Permalink
Update r.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DorisAmoakohene authored Oct 22, 2023
1 parent 7a725de commit d2c7917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
r-version: ${{ matrix.r-version }}
- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck"))
install.packages(c("remotes", "rcmdcheck", "devtools", "data.table", "mvtnorm", "stats", "mclust"))
remotes::install_deps(dependencies = TRUE)
shell: Rscript {0}
- name: Check
Expand Down

0 comments on commit d2c7917

Please sign in to comment.