caseyyoungflesh / jagsRun

R package containing tools to run JAGS in parallel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jagsRun

Build Status

jagsRun is an R package used run JAGS in parallel and produce summary output.

The package contains one function:

  • jagsRun - run JAGS in parallel

Installation

You can install the development version from Github with:

install.packages('devtools')
devtools::install_github('caseyyoungflesh/jagsRun')

If there are firewall issues or issues with libcurl when using devtools the following can be run from bash terminal to install package in specified location (with cluster use):

export R_LIBS=/gpfs/home/cyoungflesh/R_libs
module load shared
module load R/3.4.4
wget --no-check-certificate https://github.com/caseyyoungflesh/jagsRun/archive/master.tar.gz
R CMD INSTALL master.tar.gz
rm master.tar.gz

About

R package containing tools to run JAGS in parallel


Languages

Language:R 100.0%