try with remotes

This commit is contained in:
2022-05-11 18:38:52 +02:00
parent a99f8e6916
commit 3d12f458e7

View File

@@ -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