[R] Question on default link directory

Henrique Dallazuanna wwwhsd at gmail.com
Fri Aug 15 21:53:53 CEST 2008


Try change the bugs.directory argument in bugs function:

AR1bugs.sim <- bugs(data, inits, parameters, "D:AR1GammaModel.txt",
n.chains=3, n.iter=1000,    bugs.directory="c:/WinBUGS14/",
    working.directory=NULL, clearWD=TRUE, debug=TRUE)

On Fri, Aug 15, 2008 at 1:54 PM, Yevhen Yankovskyy <yyankovskyy at kumc.edu> wrote:
> Hi,
>
> I have got a problem with running WinBugs from R.
> Following WinBugs project recommendations for Vista Microcoft, I
> installed my Winbugs software at C:\ (not at C:\Program Files).
> However, when I run the attached code in R, R still looks for Winbugs
> at C:\Program Files and ends up in numerous error messages.
>
> I wonder if it is possible to direct R to C:\WinBUGS14 instead of
> default link to
> C:\Program Files\WinBUGS14
>
> Thanks,
> Eugene
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
>



-- 
Henrique Dallazuanna
Curitiba-Paraná-Brasil
25° 25' 40" S 49° 16' 22" O



More information about the R-help mailing list