Created
April 17, 2016 00:07
-
-
Save atannus/0e06cb20d704c550a43ccade4e97c5d1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> plot(1:10, 1:10) | |
Error in (function (display = "", width, height, pointsize, gamma, bg, : | |
X11 module cannot be loaded | |
In addition: Warning message: | |
In (function (display = "", width, height, pointsize, gamma, bg, : | |
unable to load shared object '/usr/lib/R/modules//R_X11.so': | |
/usr/lib/x86_64-linux-gnu/libpng12.so.0: version `PNG12_0' not found (required by /usr/lib/R/modules//R_X11.so) | |
> qplot(1:10, 1:10) | |
Error in (function (display = "", width, height, pointsize, gamma, bg, : | |
X11 module cannot be loaded | |
> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment