Displaying 1 result from an estimated 1 matches for "jagsbin".
Did you mean:
agsin
2009 Nov 20
1
Including local dynamic libraries
Hi All,
I am trying to install the package rjags into a local library on a
machine for which I do not have root permissions.
Using the command: R CMD INSTALL --configure-args="--with-jags-include=
${JAGSBIN}/include/JAGS --with-jags-lib=${JAGSBIN}/lib/ --with-jags-
modules=${JAGSBIN}/lib/JAGS/modules" CMD INSTALL -l ${JAGSBIN}/lib/ ../
rjags_1.0.3-12.tar.gz
Where ${JAGSBIN} is defined as a local directory, the installation
seems to be working fine. Then, I go into R and type the following...