Skip to content

Commit

Permalink
#54 add note to README about rjags library issue and solution
Browse files Browse the repository at this point in the history
  • Loading branch information
egouldo committed Jan 31, 2024
1 parent 2251352 commit a8de231
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ library(aggreCAT)
Note, if you wish to use any of the Bayesian aggregation methods,you
will need to have
[JAGS](https://sourceforge.net/projects/mcmc-jags/files/) installed.
Note that some mac users may need to install jags dependencies from
source: `install.packages("rjags",type = "source")`.

# Getting Started with `aggreCAT`

Expand Down
2 changes: 1 addition & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Then load the package:
library(aggreCAT)
```

Note, if you wish to use any of the Bayesian aggregation methods,you will need to have [JAGS](https://sourceforge.net/projects/mcmc-jags/files/) installed.
Note, if you wish to use any of the Bayesian aggregation methods,you will need to have [JAGS](https://sourceforge.net/projects/mcmc-jags/files/) installed. Note that some mac users may need to install jags dependencies from source: `install.packages("rjags",type = "source")`.

# Getting Started with `aggreCAT`

Expand Down

0 comments on commit a8de231

Please sign in to comment.