testjags {runjags}R Documentation

Analyse the System to Check That Jags Is Installed

Description

Test the users system to determine the operating system, version of R installed, and version of JAGS installed. Some information is collected from other functions such as .platform and Sys.info. Used by the run.jags function.

Usage

testjags(jags=findjags(), silent=FALSE)

Arguments

jags the system call or path for activating JAGS. Default calls findjags() to attempt to locate JAGS on your system automatically. In unix the system call should always be 'jags', in Windows a path to the JAGS executable or the enclosing /bin or /JAGS folder is required.
silent should on-screen feedback be suppressed? Default FALSE.

Value

The following self-explanatory information is returned: os, JAGS.available (logical), JAGS.path, popen.support (internalisation of terminal output), JAGS.version, R.version, R.GUI, R.package.type, username.

Author(s)

Matthew Denwood m.denwood@vet.gla.ac.uk funded as part of the DEFRA VTRI project 0101.

See Also

run.jags, findjags

Examples


testjags()


[Package runjags version 0.9.3-3 Index]