findjags {bayescount}R Documentation

ATTEMPT TO LOCATE A JAGS INSTALL

Description

Search the most likely locations for JAGS to be installed on the users system, based on the operating system, and return the most likely path to try. Where multiple installs exist, findjags will attempt to return the path to the install with the highest version number.

Usage

findjags(ostype = .Platform$OS.type)

Arguments

ostype the operating system type. There is probably no reason to want to change this...

Value

A path or command for the most likely location of JAGS on the system. On unix this will always be 'jags', on Windows for example "C:/Program Files/JAGS/bin/jags-terminal.exe" or "C:/Program Files/JAGS/JAGS-1.0.0/bin/jags-terminal.exe"

Author(s)

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

See Also

bayescount testjags run.jags

Examples


findjags()


[Package bayescount version 0.8.2 Index]