Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalci committed Jun 13, 2020
2 parents 36630e5 + de6edcc commit a3ea707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jobs:
- name: "Install non-default packages"
run: |
Rscript -e "if (!requireNamespace('remotes')) install.packages('remotes', type = 'source')"
Rscript -e "if (!requireNamespace('jmvtools')) install.packages('jmvtools', repos=c('https://repo.jamovi.org', 'https://cran.r-project.org'))"
Rscript -e "if (!requireNamespace('finalfit')) install.packages('finalfit', type = 'source')"
Rscript -e "if (!requireNamespace('ggstatsplot')) install.packages('ggstatsplot', type = 'source')"
Expand Down

0 comments on commit a3ea707

Please sign in to comment.