2010-07-07 (0.4-4) Marcos Prates and Jun Yan * Fix the debug and dic functionality for OpenBUGS * Corrected the wine script generation 2010-06-17 (0.4-3) Marcos Prates and Jun Yan * Included the rbugs2coda function to convert the rbugs output to a coda format. 2010-06-09 (0.4-2) Marcos Prates and Jun Yan * Set seed to be random if not specified by the user. * Fixed the cleanBugsWorkingDir function to delete the workingdir files when selected TRUE. * Changed the output design. * Changed the linbugs variables to OpenBugs. 2010-05-27 (0.4-1) Marcos Prates and Jun Yan * Fixed the support for OpenBUGS on windows with the recent release of OpenBUGS310. * Added the example for running OpenBugs on windows with the school and pump data. * Fixed the example for running WinBugs on windows with the school and pump data. * Fixed the example for running OpenBugs on linux with the school data. * The WINE examples were not tested and the WINE support will not be carried on in a soon future. 2010-05-01 (0.4-0) Jun Yan * tuned support for OpenBUGS on linux with the recent release of OpenBUGS307 (thanks to Christopher L DuBois ). * deprecated support for WinBUGS and useWine. 2008-11-19 (0.3-6) Jun Yan * changed tools::file_test to tools:::file_test in utils.R, thanks to Andrew Walsh . 2006-10-09 (0.3-5) Jun Yan * changed check '(is.null(bugs))' to '(length(bugs) == 0)' in rbugs, as pointed out by Simon Bonner . 2006-03-28 (0.3-4) Jun Yan * added random number seed as an option to rbugs and genBugsScript. 2006-03-24 (0.3-3) Jun Yan * added support for linbugs (OpenBUGS on Linux). Support for WinBUGS via Wine is no longer necessary. * added an option `genFilesOnly' for function `rbugs' to generate script files, inits files, data file, and model file in a given directory. * dic is now an option. It was always computed in previous releases, but sometimes computing dic may be very time-consuming, for example, in spatial modeling. It's desirable to not to compute dic at least for exploratory analysis. 2004-05-18 (0.3-1) Jun Yan * added error checking for system call to BUGS * added error checking for existence of coda files * added automated generation of drive mapping table for wine 2004-05-10 (0.2-2) Jun Yan * first public release