From: <li...@us...> - 2007-09-14 08:07:05
|
Revision: 49 http://bugs-r.svn.sourceforge.net/bugs-r/?rev=49&view=rev Author: ligges Date: 2007-09-14 01:07:09 -0700 (Fri, 14 Sep 2007) Log Message: ----------- switching to OpenBUGS 3.0.2 Modified Paths: -------------- trunk/BRugs/DESCRIPTION trunk/BRugs/R/zzz.R Modified: trunk/BRugs/DESCRIPTION =================================================================== --- trunk/BRugs/DESCRIPTION 2007-09-13 16:53:03 UTC (rev 48) +++ trunk/BRugs/DESCRIPTION 2007-09-14 08:07:09 UTC (rev 49) @@ -1,7 +1,7 @@ Package: BRugs Title: OpenBUGS and its R / S-PLUS interface BRugs -Version: 0.4-0 -Date: 2007-07-24 +Version: 0.4-1 +Date: 2007-09-14 Author: The Chief Software Bug is Andrew Thomas, with web assistance from Real Bug Bob O'Hara. Other members of the BUGS team are statisticians David Spiegelhalter, Nicky Best, Dave Lunn and Ken Rice. Dave Lunn has also made major contributions to the software development. R Code modified, extended and packaged for R by Uwe Ligges and Sibylle Sturtz. Some ideas taken from the R2WinBUGS package based on code by Andrew Gelman. Description: An R / S-PLUS package containing OpenBUGS and its R / S-PLUS interface BRugs. Maintainer: Uwe Ligges <li...@st...> Modified: trunk/BRugs/R/zzz.R =================================================================== --- trunk/BRugs/R/zzz.R 2007-09-13 16:53:03 UTC (rev 48) +++ trunk/BRugs/R/zzz.R 2007-09-14 08:07:09 UTC (rev 49) @@ -19,7 +19,7 @@ } ".onAttach" <- function(lib, pkg){ - message("Welcome to BRugs running on OpenBUGS version 3.0.1") + message("Welcome to BRugs running on OpenBUGS version 3.0.2") } ".onUnload" <- function(libpath){ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |