Closed toshi-ara closed 4 years ago
(Just for the record the command above of course also works with the r-base
container which has complete libs. The post-compilation cleanup for r-ver must be overzealous and deletes one package too many...)
Thank you for reply.
I confirmed rocker/r-base
container and succeeded to plot.
I understand that this change will affect many container.
If possible, please include in the next version of r-ver
.
@toshi-ara Thanks for the bug report. Supporting X11 is difficult, particularly on non-Linux hosts. (Though as per your example this seems to have gotten a lot better on Docker than when I last tried 4 years ago -- check out the config options we needed then! https://github.com/rocker-org/rocker-versioned/tree/master/X11)
Maybe it's worth adding xt6 if a DISPLAY
and the right socket link are all that are needed now...
Thank you for comment. I understand the difficulty of supporting X11.
I tried to use
rocker/**
images in command-line (not RStudio), but failed to plot because of a lack oflibXt.so.6
library. I succeeded to plot by addinglibxt6
package torocker/r-ver
image as below.Please add 'libxt6' package in Dockerfile of rocker/r-ver.
without
libxt6
with
libxt6
I made
Dockerfile
and build a new docker image.
Then,
I succeeded to plot.