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
60123fc1
Commit
60123fc1
authored
Aug 27, 2021
by
Philippe Grosjean
Browse files
Update install.R
parent
76986461
Pipeline
#245743
passed with stage
in 26 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
install.R
View file @
60123fc1
...
...
@@ -25,7 +25,7 @@ install.packages(c("ade4", "anytime", "ape", "assertthat", "automap",
# 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)
install_from_url
<-
function
(
url
)
{
file
<-
basename
(
url
)
file
<-
file.path
(
"/home/rstudio"
,
basename
(
url
)
)
on.exit
(
unlink
(
file
))
download.file
(
url
,
file
)
install.packages
(
file
,
repos
=
NULL
)
...
...
@@ -69,7 +69,7 @@ install.packages(c("blogdown", "convertr", "covr", "esquisse", "ggExtra",
# More useful package not used in the courses
install.packages
(
c
(
"abind"
,
"agricolae"
,
"akima"
,
"archivist"
,
"archivist.github"
,
"arkdb"
,
"babynames"
,
"bench"
,
"bmp"
,
"callr"
,
"captioner"
,
"corrr"
,
"datapackage.r"
,
"datasauRus"
,
"digest"
,
"dist
s
r6"
,
"captioner"
,
"corrr"
,
"datapackage.r"
,
"datasauRus"
,
"digest"
,
"distr6"
,
"dtplyr"
,
"e1071"
,
"egg"
,
"emayili"
,
"ensurer"
,
"exams"
,
"fastai"
,
"fauxpas"
,
"fda"
,
"feasts"
,
"filehash"
,
"filehashSQLite"
,
"flashlight"
,
"flextable"
,
"fs"
,
"fst"
,
"ftExtra"
,
"future"
,
"future.apply"
,
"future.callr"
,
"generics"
,
...
...
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