From: Gregor G. <gre...@bf...> - 2007-09-19 13:38:13
|
Sparapani, Rodney wrote: >> findUnixBinary(x="wine") > env > WINE > "/Applications/Darwine/Wine.bundle/Contents/bin/wine" >> findUnixBinary(x="winepath") > env > WINEPATH > "/Applications/Darwine/Wine.bundle/Contents/bin/winepath" >> .Platform$OS.type > [1] "unix" > That is weird. When you used Sys.setenv(WINE=...) Sys.setenv(WINEPATH=...) Sys.setenv(DISPLAY=":0.0") schools.sim <- bugs (data=data, ... it worked, when you used Sys.setenv(DISPLAY=":0.0") schools.sim <- bugs (data=data, ... you got an error something like "sh: line 1: no: command not found", but findUnixBinary(x="wine") and findUnixBinary(x="winepath") works. This can not be the case, as findUnixBinary is used when WINE/WINEPATH is NULL. Are you sure your reports are OK? Do you have WINE and WINEPATH variables set by default? -- Lep pozdrav / With regards, Gregor Gorjanc ---------------------------------------------------------------------- University of Ljubljana PhD student Biotechnical Faculty www: http://www.bfro.uni-lj.si/MR/ggorjan Zootechnical Department blog: http://ggorjan.blogspot.com Groblje 3 mail: gregor.gorjanc <at> bfro.uni-lj.si SI-1230 Domzale fax: +386 (0)1 72 17 888 Slovenia, Europe tel: +386 (0)1 72 17 861 ---------------------------------------------------------------------- |