From 3d12f458e70a501c35241983267d193cd79db18c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Montan=CC=83ana?= Date: Wed, 11 May 2022 18:38:52 +0200 Subject: [PATCH] try with remotes --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cc8b10d..3e5dc84 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,9 +27,8 @@ jobs: - uses: r-lib/actions/setup-r@v2 - name: Install R dependencies run: | - remotes::install_cran("devtools") - devtools::install() - devtools::install_github("jacintoarias/exreport") + install.packages("remotes") + remotes::install_github("jacintoarias/exreport") shell: Rscript {0} # Allows install Wodt in dependencies. - uses: webfactory/ssh-agent@v0.5.4