Skip to content

Commit ec8b07c

Browse files
authored
Update jekyll.yml to simplify R package installation
Removed installation of additional R packages for Quarto rendering.
1 parent 373c04c commit ec8b07c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
Rscript -e 'install.packages("renv"); renv::restore(project = "documents/BoosStefanskiQMD")'
5858
else
5959
# Install common packages needed for Quarto rendering
60-
Rscript -e 'install.packages(c("knitr", "rmarkdown", "tidyverse", "ggplot2", "kableExtra", "numDeriv"), repos = "https://cloud.r-project.org")'
60+
Rscript -e 'install.packages(c("kableExtra", "numDeriv"), repos = "https://cloud.r-project.org")'
6161
fi
6262
6363
# 6. Render the Boos & Stefanski Quarto project to HTML (only if BoosStefanskiQMD changed)

0 commit comments

Comments
 (0)