From e8e84d485510dbbdef910244f7cbca3170dbbb41 Mon Sep 17 00:00:00 2001 From: Isabella Velasquez Date: Mon, 21 Oct 2024 17:59:58 -0500 Subject: [PATCH] Add remotes --- .github/workflows/deploy-bookdown-netlify.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy-bookdown-netlify.yml b/.github/workflows/deploy-bookdown-netlify.yml index ffcad67f..7e20f182 100644 --- a/.github/workflows/deploy-bookdown-netlify.yml +++ b/.github/workflows/deploy-bookdown-netlify.yml @@ -24,6 +24,9 @@ jobs: # Set CRAN as the default repository Rscript -e 'options(repos = c(CRAN = "https://cloud.r-project.org"))' + # Install remotes package + Rscript -e 'install.packages("remotes")' + # Install dummies from RSPM (archived version) Rscript -e 'install.packages("dummies", repos = "https://packagemanager.rstudio.com/cran/__linux__/focal/2021-07-01")'