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
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
jupyterhub-paris-saclay
image
Commits
53b6e743
Commit
53b6e743
authored
Feb 08, 2021
by
Nicolas M. Thiéry
Browse files
Check that metRology is actually preinstalled
parent
9d7482f8
Pipeline
#103255
failed with stage
in 14 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
test_R_packages.r
test_R_packages.r
+2
-3
No files found.
test_R_packages.r
View file @
53b6e743
...
...
@@ -6,6 +6,7 @@ library("ggdist")
library
(
"FactoMineR"
)
library
(
"psych"
)
#library("magick")
library
(
"metRology"
)
# These packages are not available through conda; check that they can
# be installed by the user:
...
...
@@ -16,14 +17,12 @@ local({r <- getOption("repos")
options
(
repos
=
r
)
})
install.packages
(
"metRology"
,
keep_outputs
=
TRUE
,
verbose
=
TRUE
)
install.packages
(
"psycho"
,
keep_outputs
=
TRUE
,
verbose
=
TRUE
)
install.packages
(
"rAverage"
,
keep_outputs
=
TRUE
,
verbose
=
TRUE
)
install.packages
(
"RWiener"
,
keep_outputs
=
TRUE
,
verbose
=
TRUE
)
# Test that these manually R packages are available and functional
# Test that these manually
installed
R packages are available and functional
library
(
"metRology"
)
library
(
"psycho"
)
library
(
"rAverage"
)
library
(
"RWiener"
)
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