Changes between Version 22 and Version 23 of Opal HowTo Install
- Timestamp:
- 08/20/15 08:38:31 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Opal HowTo Install
v22 v23 150 150 - When you install the package in R it puts a folder called `R` in your home directory. Several Layers down this you will find the RServe binary. Mine in at `~/R/x86_64-suse-linux-gnu-library/3.1/Rserve/libs/Rserve`. At the minute it errors that it doesn't know where the R home directory is, but hopefully I can find that out from somewhere. 151 151 152 === To run Rserve manually 153 154 {{{ 155 export R_HOME='/usr/lib64/R' 156 ~/R/x86_64-suse-linux-gnu-library/3.1/Rserve/libs/Rserve 157 }}} 158 152 159 [[ToDo]]: '''This needs to be started on reboot'''. An example of how to do it can be found at: http://wiki.obiba.org/display/OPALDOC/R+Server+Installation+Guide. 153 160