added pdf

This commit is contained in:
2025-10-13 13:15:57 -04:00
parent 8b274f6bd6
commit 555650ac3c
5 changed files with 168 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
suppressPackageStartupMessages({
pkgs <- c("tidyverse", "readr", "readxl", "broom", "jsonlite", "ggplot2", "class", "optparse")
pkgs <- c("tidyverse", "readr", "readxl", "broom", "jsonlite", "ggplot2", "class", "optparse", "markdown")
to_install <- pkgs[!pkgs %in% rownames(installed.packages())]
if (length(to_install)) install.packages(to_install, repos = "https://cloud.r-project.org")
lapply(pkgs, library, character.only = TRUE)