Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jupyterhub-paris-saclay
image
Commits
7b2923df
Commit
7b2923df
authored
Oct 20, 2021
by
Marco Leoni
Browse files
Update test_R_packages.r thematic school digicosme
parent
2e5a5e89
Pipeline
#142295
passed with stage
in 15 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
test_R_packages.r
test_R_packages.r
+8
-0
No files found.
test_R_packages.r
View file @
7b2923df
...
...
@@ -20,6 +20,10 @@ install.packages("psycho", keep_outputs=TRUE, verbose=TRUE)
install.packages
(
"rAverage"
,
keep_outputs
=
TRUE
,
verbose
=
TRUE
)
install.packages
(
"RWiener"
,
keep_outputs
=
TRUE
,
verbose
=
TRUE
)
install.packages
(
"metRology"
,
keep_outputs
=
TRUE
,
verbose
=
TRUE
)
# added for the school
install.packages
(
"ape"
)
install.packages
(
"phangorn"
)
install.packages
(
"https://raw.githubusercontent.com/sgearle/bugwas/master/build/bugwas_1.0.tar.gz"
,
repos
=
NULL
,
type
=
"source"
)
# Test that these manually installed R packages are available and functional
...
...
@@ -27,3 +31,7 @@ library("psycho")
library
(
"rAverage"
)
library
(
"RWiener"
)
library
(
"metRology"
)
# add test
library
(
"ape"
)
library
(
"phangorn"
)
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