Some customers have been experiencing error messages running RStudio Server (0.98.1081) with some Revolution ScaleR functions. The errors look like this -
You can get around these buy running Revo64 and running the commands from the command line. Some users have been successful using the later version of RStudio Server (0.98.1087).
Uninstall RStudio Server:
Install newer version:
24 Oct 2014 16:39:25 [rsession-username] ERROR session hadabend; LOGGED FROM: core::Error<unnamed>::rInit(const r::session::RInitInfo&) /root/rstudio-pro/src/cpp/session/SessionMain.cpp:1710
You can get around these buy running Revo64 and running the commands from the command line. Some users have been successful using the later version of RStudio Server (0.98.1087).
Uninstall RStudio Server:
sudo rpm -e rstudio-server
Install newer version:
$ wget http://download2.rstudio.org/rstudio-server-0.98.1087-x86_64.rpm
$ sudo yum install --nogpgcheck rstudio-server-0.98.1087-x86_64.rpm