From cb3516db2565dc1971eadff71266100067e7f7f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serdar=20Balc=C4=B1?= Date: Sat, 13 Jun 2020 19:09:46 +0300 Subject: [PATCH] add V8 --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ad9adc89..6780982f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -150,6 +150,7 @@ jobs: - name: "Install non-default packages" run: | Rscript -e "if (!requireNamespace('remotes')) install.packages('remotes', type = 'source')" + Rscript -e "if (!requireNamespace('V8')) install.packages('V8', 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')"