Skip to content

Instantly share code, notes, and snippets.

View vmivm's full-sized avatar

Yeonhwa Shin vmivm

  • hanbit
  • South Korea
View GitHub Profile
@casallas
casallas / rjags_mac.md
Last active January 31, 2024 23:16
Installing rjags on a Mac

To install

  1. Install jags: in the terminal using homebrew brew install jags
  2. Install rjags: in R
install.packages("rjags")
library(rjags)

Potential issues