From: Uwe L. <li...@st...> - 2009-03-25 16:28:12
|
Thanks, do we need to release soon? Uwe gg...@us... wrote: > Revision: 108 > http://bugs-r.svn.sourceforge.net/bugs-r/?rev=108&view=rev > Author: ggorjan > Date: 2009-03-25 12:45:56 +0000 (Wed, 25 Mar 2009) > > Log Message: > ----------- > hack: adding group write permission for a temporary working directory in order to avoid problems with WINE emulator on Mac OS X > > Modified Paths: > -------------- > trunk/R2WinBUGS/DESCRIPTION > trunk/R2WinBUGS/R/bugs.R > trunk/R2WinBUGS/inst/NEWS > > Modified: trunk/R2WinBUGS/DESCRIPTION > =================================================================== > --- trunk/R2WinBUGS/DESCRIPTION 2009-02-20 15:11:48 UTC (rev 107) > +++ trunk/R2WinBUGS/DESCRIPTION 2009-03-25 12:45:56 UTC (rev 108) > @@ -1,7 +1,7 @@ > Package: R2WinBUGS > Title: Running WinBUGS and OpenBUGS from R / S-PLUS > Date: 2009-02-11 > -Version: 2.1-12 > +Version: 2.1-13 > Author: originally written by Andrew Gelman <ge...@st...>; > changes and packaged by Sibylle Sturtz <st...@st...> > and Uwe Ligges <li...@st...>. > > Modified: trunk/R2WinBUGS/R/bugs.R > =================================================================== > --- trunk/R2WinBUGS/R/bugs.R 2009-02-20 15:11:48 UTC (rev 107) > +++ trunk/R2WinBUGS/R/bugs.R 2009-03-25 12:45:56 UTC (rev 108) > @@ -48,7 +48,7 @@ > if(useWINE){ > ## Some tweaks for wine (particularly required for Mac OS) > working.directory <- gsub("//", "/", working.directory) > - Sys.chmod(working.directory, mode="750") > + Sys.chmod(working.directory, mode="770") > on.exit(Sys.chmod(working.directory, mode="700"), add = TRUE) > } > savedWD <- getwd() > > Modified: trunk/R2WinBUGS/inst/NEWS > =================================================================== > --- trunk/R2WinBUGS/inst/NEWS 2009-02-20 15:11:48 UTC (rev 107) > +++ trunk/R2WinBUGS/inst/NEWS 2009-03-25 12:45:56 UTC (rev 108) > @@ -2,7 +2,9 @@ > ===================== > > Update 2.1-13 > -- properly using chain parameters in as.mcmc.list.bugs > +- hack: adding group write permission for a temporary working directory in order to > + avoid problems with WINE emulator on Mac OS X > +- bugfix: properly using chain parameters in as.mcmc.list.bugs > - documentation fix > > Update 2.1-12 > > > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Bugs-r-devel mailing list > Bug...@li... > https://lists.sourceforge.net/lists/listinfo/bugs-r-devel |