transferring to PC

This commit is contained in:
ION606
2025-09-14 10:32:47 -04:00
parent b9c6b4a187
commit f779fedb37
7 changed files with 442 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
install.packages('readr', repos='http://cran.rstudio.com/', dependencies=TRUE, lib="/home/ion606/Desktop/R/packages")
install.packages('EnvStats',repos='http://cran.rstudio.com/', dependencies=TRUE, lib="/home/ion606/Desktop/R/packages")
install.packages('jsonlite', dependencies=TRUE, repos='http://cran.rstudio.com/', lib="/home/ion606/Desktop/R/packages")