Skip to content

Instantly share code, notes, and snippets.

@atannus
Created April 17, 2016 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atannus/0e06cb20d704c550a43ccade4e97c5d1 to your computer and use it in GitHub Desktop.
Save atannus/0e06cb20d704c550a43ccade4e97c5d1 to your computer and use it in GitHub Desktop.
> 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