search for: jags_home

Displaying 3 results from an estimated 3 matches for "jags_home".

2011 May 12
1
can't run rjags package in R project
i've windows 7 64 bit operating system i run latest jags backage 2.2 i make set enviroment variable for JAGS_home because the rjags in r program couldn't see the JAGS sw now the error is the following: Error : .onLoad failed in loadNamespace() for 'rjags', details: call: inDL(x, as.logical(local), as.logical(now), ...) error: unable to load shared object 'D:/Program Files/R/R-2.13.0/libra...
2011 Jan 10
2
problem with packages
...")[[1]][1] .libPaths(c(paste(aaa,"cran",sep=""),paste(aaa,"Others",sep=""))) # set for 'jags' , 'WinBUGS' , 'Sweave' , 'EBImage' , 'JGR' aa <- strsplit(R.home(),"R")[[1]][1] local({ Sys.setenv("JAGS_HOME"=paste(aa,"R/JAGS-2.2.0",sep="")) Sys.setenv("GTK_BASEPATH"=paste(aa,"R/GTK",sep="")) Sys.setenv("R_HOME"=paste(aa,"R/R-2.12.1",sep="")) Sys.setenv("R_LIBS"=paste(aa,"R/Cran",sep=""...
2010 Feb 12
1
Sweave
...ot;Sweave-test-1.tex", pdf = TRUE) : unable to run E:\PortableUSB/PortableApps/MikeTex/miktex/bin/texi2dvi.exe on 'Sweave-test-1.tex' > I installed Portable MikeTex in E:/PortableUSB/PortableApps/MikeText I modified Rprofile.site with .First <- function() { Sys.setenv("JAGS_HOME"=replace.substring.wild(R.home(), "R-*", "JAGS-1.0.3")) Sys.setenv("LATEX"=replace.substring.wild(R.home(),"R*","PortableUSB/PortableApps/MikeTex/miktex/bin/latex.exe")) Sys.setenv("PDFLATEX"=replace.substring.wild(R.home(),"R*&q...