Commit a75a7113 authored by Philippe Grosjean's avatar Philippe Grosjean
Browse files

Update install.R

parent 60123fc1
Pipeline #245750 passed with stage
in 24 minutes and 57 seconds
......@@ -21,6 +21,10 @@ install.packages(c("ade4", "anytime", "ape", "assertthat", "automap",
"UsingR", "vctrs", "vegan", "vembedr", "viridis", "visdat", "withr", "xfun",
"xtable", "yaml", "zoo"))
# Dependencies for packages installed with install_from_url()
install.packages(c("getPass", "ggplotify", "magick", "proto", "randomForest",
"renv", "shinylogs", "shinytoastr", "tsibble"))
# For packages not on CRAN, I install from URL (note: remotes::install_github()
# or remotes::install_url() are problematic because they call GitHub API with
# limit of 60hits/hour and lead to broken RStudio when launched from JupyterHub)
......@@ -50,14 +54,15 @@ install_from_url("https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/mlearning
install_from_url("https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/pastecs_1.4.0.tar.gz")
#remotes::install_github("phgrosjean/aurelhy")
install_from_url("https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/aurelhy_1.0.8.tar.gz")
#remotes::install_github("phgrosjean/learnitdown")
install_from_url("https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/learnitdown_1.3.2.tar.gz")
#remotes::install_github("rstudio/learnr@0cc765e", upgrade = "never")
install_from_url("https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/learnr_0.10.1.9014.tar.gz")
#remotes::install_github("rstudio/gradethis@e9b10ae", upgrade = "never")
install_from_url("https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/gradethis_0.2.3.9001.tar.gz")
#remotes::install_github("phgrosjean/learnitdown")
install_from_url("https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/learnitdown_1.3.2.tar.gz")
# More R Markdown formats
install.packages(c("distill", "flexdashboard", "pagedown", "posterdown",
"rticles", "xaringan"))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment