Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SciViews
svbox-renku
Commits
a75a7113
Commit
a75a7113
authored
Aug 27, 2021
by
Philippe Grosjean
Browse files
Update install.R
parent
60123fc1
Pipeline
#245750
passed with stage
in 24 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
install.R
View file @
a75a7113
...
...
@@ -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"
))
...
...
Philippe Grosjean
@phgrosjean
mentioned in commit
e72d5f4a
·
Aug 27, 2021
mentioned in commit
e72d5f4a
mentioned in commit e72d5f4a06ffad9f117dd465c0b0ca00610ec745
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment