Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SciViews
svbox-renku
Commits
69928671
Commit
69928671
authored
Sep 19, 2021
by
Philippe Grosjean
Browse files
Update install.R (directory changed)
parent
87ff9da4
Pipeline
#254229
canceled with stage
in 16 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
install.R
View file @
69928671
...
...
@@ -45,31 +45,31 @@ install_from_url <- function(url) {
# SciViews::R
#remotes::install_github("SciViews/svMisc")
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/svMisc_1.2.1.tar.gz"
)
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/
files/
svMisc_1.2.1.tar.gz"
)
#remotes::install_github("SciViews/flow")
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/flow_1.1.0.tar.gz"
)
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/
files/
svbox2021/
files/
flow_1.1.0.tar.gz"
)
#remotes::install_github("SciViews/data.io")
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/data.io_1.3.0.tar.gz"
)
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/
files/
data.io_1.3.0.tar.gz"
)
#remotes::install_github("SciViews/chart")
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/chart_1.3.0.tar.gz"
)
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/
files/
chart_1.3.0.tar.gz"
)
#remotes::install_github("SciViews/exploreit")
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/exploreit_0.1.0.tar.gz"
)
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/
files/
exploreit_0.1.0.tar.gz"
)
#remotes::install_github("SciViews/SciViews")
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/SciViews_1.1.2.tar.gz"
)
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/
files/
SciViews_1.1.2.tar.gz"
)
#remotes::install_github("SciViews/mlearning")
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/mlearning_1.0.6.tar.gz"
)
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/
files/
mlearning_1.0.6.tar.gz"
)
#remotes::install_github("phgrosjean/pastecs")
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/pastecs_1.4.0.tar.gz"
)
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/
files/
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"
)
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/
files/
aurelhy_1.0.8.tar.gz"
)
#remotes::install_github("rstudio/learnr@07473563", upgrade = "never")
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/learnr_0.10.1.9008.tar.gz"
)
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/
files/
learnr_0.10.1.9008.tar.gz"
)
#remotes::install_github("rstudio/gradethis@6dfaecf", upgrade = "never")
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/gradethis_0.2.3.9000.tar.gz"
)
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/
files/
gradethis_0.2.3.9000.tar.gz"
)
#remotes::install_github("phgrosjean/learnitdown")
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/learnitdown_1.3.3.tar.gz"
)
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/
files/
learnitdown_1.3.3.tar.gz"
)
# More R Markdown formats
install.packages
(
c
(
"distill"
,
"flexdashboard"
,
"pagedown"
,
"posterdown"
,
...
...
@@ -105,8 +105,8 @@ install.packages(c("abind", "agricolae", "akima", "archivist",
Ncpus
=
Ncpus
)
# BioDataScience|1|2|3
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/BioDataScience.tar.gz"
)
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/BioDataScience1.tar.gz"
)
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/BioDataScience2.tar.gz"
)
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/BioDataScience3.tar.gz"
)
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/
files/
BioDataScience.tar.gz"
)
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/
files/
BioDataScience1.tar.gz"
)
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/
files/
BioDataScience2.tar.gz"
)
install_from_url
(
"https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/
files/
BioDataScience3.tar.gz"
)
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