README.md

jagsRun

Build Status

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

The package contains one function:

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


caseyyoungflesh/jagsRun documentation built on May 16, 2019, 7:24 a.m.