Where is the Rserve Config file located on Windows?

后端 未结 4 1677
小鲜肉
小鲜肉 2021-02-11 02:37

I\'m using a Windows 7 x64 machine with R-3.1.0. I installed the Rserve package through Rstudio.

The start of Rserve is successful with the following code in Rstudio:

4条回答
  •  野的像风
    2021-02-11 03:02

    Look in the $RHOME/bin directory

    If you can't find it here is a different way to approach it:

    1. Download Rserve at [http://rforge.net/snapshot/Rserve_.tar.gz], and save it in your desired directory
    2. Run R CMD INSTALL Rserve_.tar.gz

    This allows you to leave Rserve where you want it.

提交回复
热议问题