mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-29 17:20:21 -05:00
Adds R dependencies for new qmd files
Adds `dplyr` and `grid` to the list of required R packages. These packages are dependencies for `sustainable_ai.qmd` and `hw_acceleration.qmd` respectively, ensuring these documents can be rendered correctly.
This commit is contained in:
@@ -17,7 +17,9 @@ required_packages <- c(
|
||||
"reticulate", #
|
||||
"rsvg", #
|
||||
"viridis", #
|
||||
"xml2" # Required for XML/HTML processing
|
||||
"xml2", # Required for XML/HTML processing
|
||||
"dplyr", # Data manipulation (used in sustainable_ai.qmd)
|
||||
"grid" # Grid graphics (used in hw_acceleration.qmd)
|
||||
)
|
||||
|
||||
install_if_missing <- function(pkg) {
|
||||
|
||||
Reference in New Issue
Block a user