Skip to content
Prev 38810 / 63421 Next

steps for problems compiling a package

On Thu, 6 Jan 2011, egc wrote:

            
1) For a source package, download it and unpack the tarball.

2) Read the instructions: you missed the README file, which starts

   The rjags package is an interface to the JAGS library.  In order to
   build a binary package, or install from source, you must have a
   matching installation of the JAGS library.

You might also be unaware of 
http://www-fis.iarc.fr/~martyn/software/jags/

3) If you run

R CMD INSTALL rjags

then config.log will be in the rjags directory.  Which is one reason 
to download and unpack the tarball: it will be in a temporary 
directory if run from install.packages() or INSTALL on the tarball.

4) As for where to ask: see the posting guide!