2009-11-9 Yu-Sung Su * DESCRIPTION (Version, Date): 0.01-27. * R/jags: 1. change the way to specify the working directory. 2. allow data to be list of data object. * R/jags2: 1. change the way to specify the working directory. 2. allow data to be list of data object. 3. coda outputs are now named as CODAchain1 and CODAIndex * R/jags.sim: read coda output as CODAchain1 and CODAIndex 2009-10-12 Yu-Sung Su * DESCRIPTION (Version, Date): 0.01-26. * R/jags: get rid of parameter n.sims 2009-8-18 Yu-Sung Su * DESCRIPTION (Version, Date): 0.01-25. * add attach.jags and detach.jags functions. 2009-8-6 Yu-Sung Su * DESCRIPTION (Version, Date): 0.01-24. * fix a bug in jags.sim and as.bugs.array2 (DIC calculation) thanks to Luwis Diya 2009-5-4 Yu-Sung Su * DESCRIPTION (Version, Date): 0.01-23. * fix jags.sim and as.bugs.array2 to be consistent with WinBUGS output (sims.list) 2009-4-13 Yu-Sung Su * DESCRIPTION (Version, Date): 0.01-22. * delete the option n.adapt for jags() and incorporate that into n.burnin This is to make jags() more consistent with bugs(). 2009-3-10 Yu-Sung Su * DESCRIPTION (Version, Date): 0.01-21. * pass option "progress.bar" to functions 2009-3-8 Yu-Sung Su * DESCRIPTION (Version, Date): 0.01-20. * n.adpate in jags.model now set to 0 but use adapte() to adapte jags.model. 2009-3-7 Yu-Sung Su * DESCRIPTION (Version, Date): 0.01-19. * add refresh rate option for the progress bar. 2009-3-4 Yu-Sung Su * DESCRIPTION (Version, Date): 0.01-17. * R/as.bugs.array2: provide by Eduardo Leoni to fix dimension problem of jags output. (It is actually the problem of as.bugs.array. JAGS simply returns different dimenstion. So we need new as.bugs.array2 here. Right now, keep it Internal, maybe export later!) 2009-2-23 Yu-Sung Su * DESCRIPTION (Version, Date): 0.01-16. * R/jags: nchain --> n.chains (changed by rjags) 2009-2-10 Yu-Sung Su * DESCRIPTION (Version, Date): 0.01-15. * R/jags: inits=NULL, let jags gen inits 2009-1-28 Yu-Sung Su * DESCRIPTION (Version, Date): 0.01-14. * R/traceplot: add traceplot generic and rjags method * R/jags: fix the bug when n.burnin=0 2008-11-6 Yu-Sung Su * DESCRIPTION (Version, Date): 0.01-13. * R/recompile: update set to 100 to ensure complete adaptation 2008-10-17 Yu-Sung Su * DESCRIPTION (Version, Date): 0.01-12. * man/recompile: documentation for recompile. * R/recompile: new function to pick up previous saved rjags object. 2008-10-7 Yu-Sung Su * DESCRIPTION (Version, Date): 0.01-11. * R/Allclass: explicitly using setOldClass from methods:: * prepare to release! 2008-8-18 Ben Bolker * DESCRIPTION (Version, Date): 0.01-10. * R/jags: 1. change pos=parent.frame(1) 2. add envir=parent.frame(1) in data dumping 2008-5-7 Yu-Sung Su Masanao Yajima * DESCRIPTION (Version, Date): 0.01-1.