Skip to content

Commit

Permalink
Add remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelasq committed Oct 21, 2024
1 parent 466d6f9 commit e8e84d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-bookdown-netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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")'
Expand Down

0 comments on commit e8e84d4

Please sign in to comment.