Hello all, I have an M2 MacBook and as much as I have tried to install rjags and R2jags packages via terminal, via install.packages() in rstudio or through visual studio code, I cannot seem to make an rjags code to run. I have even downloaded the Mac binaries and the terminal ends up saying “DONE” in both cases but I still cannot run any function anywhere on my local host. Could someone please help me install the packages successfully. Thank you
If you run
PKGS <- installed.packages()
and then inspect the matrix PKGS in RStudio, do you see rjags listed?
What code are you running to test rjags?