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
9d04e4a3
Commit
9d04e4a3
authored
Feb 08, 2021
by
Nicolas M. Thiéry
Browse files
metrology not installed after all
parent
335f29cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
test_R_packages.r
test_R_packages.r
+2
-1
No files found.
test_R_packages.r
View file @
9d04e4a3
...
...
@@ -6,7 +6,6 @@ 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:
...
...
@@ -20,9 +19,11 @@ local({r <- getOption("repos")
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
)
# Test that these manually installed R packages are available and functional
library
(
"psycho"
)
library
(
"rAverage"
)
library
(
"RWiener"
)
library
(
"metRology"
)
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