<Richard.Cotton <at> hsl.gov.uk> writes: > I'm running OpenBUGS model via the R2WinBUGS package interface, under > Windows. Is it possible to terminate running models, short of using the > Windows Task Manager to forcibly exit the program?
If you use OpenBUGS, then I guess you can not since R2WinBUGS just passes a call to BRugs and there is no way to stop that process or maybe it is - take a look in the list of processes. If you use WinBUGS, then you can safely "kill" it and R will not terminate. gg ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.