Skip to content
Prev 50925 / 63424 Next

Buidling R from source on a server

Distro: Fedora 22 server

rstudio server running

I had to rebuild R from source in order to use Intel Compiler. The
host is a server, with no X environment. I plan to use R either from
CLI or from rstudio server.

As for the configure option, I am not sure if I shall disable x and
tcl-tk ( --with-x=no --with tcltk=no) or shall I enable it to fully
use rstudio server ?

Thank you for help.