Gábor Csárdi
Gábor Csárdi
Confirmed. Interesting. This is actually tested, and it does kill some processes, but seems like it does not kill R: ``` > system.time(processx::run("src/tools/px.exe", c("sleep", "100"), timeout = 1)) Error in...
This is a bug, btw, and does not have much to do with this issue.
@shrektan opened a separate issue for this: #96
What is the correct URL on a private server?
Well, I don't have access to any private BitBucket repos, but if you can create a PR, I'll be happy to review it.
Confirmed.
Should be fixed by b1efa6b9ec2ec26d4b2fd223d010081d9aa566b1
This works for me. What is your platform? Is this the latest progress version?
What's your rstudio version?
Yeah, looking at the code, RGui is expected I think. But RStudio should work. What is your `RSTUDIO` environment variable set to? ``` Sys.getenv("RSTUDIO") ```