How to Shutdown Rserve(), running in DEBUG

♀尐吖头ヾ 提交于 2019-12-25 02:31:38

问题


I have started Rserve() from within RStudio on my Mac in debug mode with the following:

Rserve(debug=TRUE,args="--no-save")

And as a result, I get the message:

Note: debug version of Rserve doesn't daemonize so your R session will be blocked until you shut down Rserve.

This is fine & good, until I've finished with using Rserve in debug mode.

How can I send an interrupt in order to gracefully shutdown Rserve() ?

Thanks!

来源:https://stackoverflow.com/questions/24004257/how-to-shutdown-rserve-running-in-debug

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!