You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the below error while building the docker image.
Jorge
Step 13/20 : RUN R -q -e 'install.packages("/opt/battenberg", repos=NULL, type="source")'
---> Running in 6d840fc92d87
install.packages("/opt/battenberg", repos=NULL, type="source")
Installing package into '/usr/local/lib/R/site-library'
(as 'lib' is unspecified)
Warning: invalid package '/opt/battenberg'
Error: ERROR: no packages specified
Warning message:
In install.packages("/opt/battenberg", repos = NULL, type = "source") :
installation of package '/opt/battenberg' had non-zero exit status
The text was updated successfully, but these errors were encountered:
Hello,
I am getting the below error while building the docker image.
Jorge
Step 13/20 : RUN R -q -e 'install.packages("/opt/battenberg", repos=NULL, type="source")'
---> Running in 6d840fc92d87
The text was updated successfully, but these errors were encountered: