Nevin Thomas
Nevin Thomas
Make sure you add the below code in the server function or server.R and this should fix the problem session$onSessionEnded(function() {stopApp()})
> I came to report the same issue. In the config.cfg, I had to change: "r_exec": { "home": "C:\Program Files\R\R-4.0.2\bin\" to: "r_exec": { "home": "dist\R-Portable\App\R-Portable\bin\" So it defaults to the...
Same here. I wish R portable was much more lighter.
Is in your config file the paths are same as below? Defaults to: "dist\\R-Portable\\App\\R-Portable\\bin\\" To use a system installed R set to something like: "dist\\R-Portable\\App\\R-Portable\\bin\\" "r_exec": { "home": "dist\\R-Portable\\App\\R-Portable\\bin\\" },
Did you figure out the "R for front end" part?
@SEvisual Did you find any way. I also needed this
The `coro` library has examples : https://coro.r-lib.org/reference/async.html
This might help: https://github.com/REditorSupport/vscode-R/issues/967