kenkellner / jagsUI

R package to Run JAGS (Just Another Gibbs Sampler) analyses from within R
https://kenkellner.github.io/jagsUI/
34 stars 8 forks source link

Graciosly stopping jags from jagsUI #15

Closed slozan0 closed 7 years ago

slozan0 commented 7 years ago

When running in parallel if R studio is stopped the parallel process remain running in the background. Frankly, I don't know if that is a jagsUI issue.

kenkellner commented 7 years ago

This is not something I can control from jagsUI - it's an issue with the dependencies. As far as I understand it is only a Windows issue as well - the child processes are killed properly in Linux (and maybe Mac?). Are you using Windows?

slozan0 commented 7 years ago

Got it. I been using Windows 10 enterprise and CentOS 6. The child processes have remained running in both OSs after stopping (or killing) the main thread.