on 2019 Apr 05 10:45 AM
Hi all,
I have created a docker file, which shoul install some packages. And this file was built successfully.
But as I ran my R-Operator with following codes and tags, I got the error " there is no package 'devtools'. I have already worked with some other docker file and R operator, there I had no problem.
Anyone has an idea?
Thanks, Yu
Hi Yu. I am not familiar with R, but from what I can see the code is loading 'devtools' during the execution, but this package is not installed during image build. Reading https://devtools.r-lib.org/ I assume you should add
install.packages("devtools")
to the Dockerfile.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.