Setup-R-Server
Rserveは、クライアント側にRソフトウェアがない場合に、サーバコンピュータのRソフトウェアにアクセスできるようにします。
install.packages("Rserve")
.libPaths()[1] #output could be [1] "C:/Program Files/R/R-3.2.0/library"
Admin 123456
pwdfile RserveAuth.txt remote enable auth required plaintext enable
cd C:\Program Files\R\R-3.2.0\library\Rserve\libs\x64
Rserve.dllがある場所でなければ、「Enter」を押して、パスを置き換えることができます。設定を適用して、以下のコマンドを実行するために、コンピュータを再起動する必要があります。
Rserve.exe --RS-conf Rserv.conf --RS-port 12306
次のメッセージが現れます。Rserve:Ok, ready to answer queries.
ipconfig
Rserve PC IP:192.168.18.75