From: <li...@us...> - 2015-05-31 15:27:29
|
Revision: 269 http://sourceforge.net/p/bugs-r/code/269 Author: ligges Date: 2015-05-31 15:27:27 +0000 (Sun, 31 May 2015) Log Message: ----------- bugfix release Modified Paths: -------------- trunk/BRugs/DESCRIPTION trunk/BRugs/NEWS trunk/BRugs/R/windows/findOpenBUGS.R Modified: trunk/BRugs/DESCRIPTION =================================================================== --- trunk/BRugs/DESCRIPTION 2015-04-07 19:05:12 UTC (rev 268) +++ trunk/BRugs/DESCRIPTION 2015-05-31 15:27:27 UTC (rev 269) @@ -1,7 +1,7 @@ Package: BRugs Title: R interface to the OpenBUGS MCMC software -Version: 0.8-3 -Date: 2013-08-18 +Version: 0.8-4 +Date: 2015-05-31 Author: OpenBUGS was developed by Andrew Thomas, Dave Lunn, David Spiegelhalter and Nicky Best. R interface developed by Uwe Ligges, Sibylle Sturtz, Andrew Gelman, Gregor Gorjanc and Chris Jackson. Linux port and most recent developments by Chris Jackson. Description: Fully-interactive R interface to the OpenBUGS software for Bayesian analysis using MCMC sampling. Runs natively and stably in 32-bit R under Windows. Versions running on Linux and on 64-bit R under Windows are in "beta" status and less efficient. Maintainer: Uwe Ligges <li...@st...> Modified: trunk/BRugs/NEWS =================================================================== --- trunk/BRugs/NEWS 2015-04-07 19:05:12 UTC (rev 268) +++ trunk/BRugs/NEWS 2015-05-31 15:27:27 UTC (rev 269) @@ -1,6 +1,13 @@ Changes to BRugs: ===================== + +Version 0.8.4 (31 May 2015) +------------- +problem when Openbugs_PATH environment variable was set but version did not +get propagated correctly + + Version 0.8.2 (18 August 2013) ------------- Bugfix: remove coda from"Depends:" as "Imports:" is sufficient. Modified: trunk/BRugs/R/windows/findOpenBUGS.R =================================================================== --- trunk/BRugs/R/windows/findOpenBUGS.R 2015-04-07 19:05:12 UTC (rev 268) +++ trunk/BRugs/R/windows/findOpenBUGS.R 2015-05-31 15:27:27 UTC (rev 269) @@ -35,7 +35,7 @@ warning("Environment variable OpenBUGS_PATH found but cannot access ", file.path(dir, "libOpenBUGS.dll")) return() } - version.inst <- NA + version.inst <- version.full <- NA } list(dir=dir, version=version.full) } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |