Skip to content

[Bioc-devel] JAGS 4.X.Y not installed on Windows (tokay1)

3 messages · Yu Kong, Hervé Pagès

#
Hi Yu,
On 09/22/2016 02:15 PM, Yu Kong wrote:
I will install JAGS on tokay1 today after the builds finish.

Just to clarify: your package depends on CRAN package rjags, which
requires JAGS. But does your package *directly* depend on JAGS i.e.
does it make calls to JAGS directly? Or does it use JAGS only thru
the rjags package? The difference is subtle but important. If the
latter, then you shouldn't have

   SystemRequirements: JAGS(>=4.2.0)http://mcmc-jags.sourceforge.net/

in your DESCRIPTION file. It's the responsibility of the rjags package
to specify this system requirement, which it does with the following
line:

   SystemRequirements: JAGS 4.x.y

Cheers,
H.

  
    
#
Hi Herv?,

Thank you so much for help. My package uses JAGS thru the rjags package.

Thanks,
Yu
On Fri, Sep 23, 2016 at 2:59 AM, Herv? Pag?s <hpages at fredhutch.org> wrote:

            

  
  
#
Hi Yu,
On 09/23/2016 06:57 AM, Yu Kong wrote:
Good. Thanks for clarifying. So can you please remove the 
SystemRequirements line from the DESCRIPTION file of your
package?

I just installed JAGS on tokay1.

Cheers,
H.