Reputation: 389
I just updated Rstudio (2023.03.0 Build 386) and R (R version 4.2.3 (2023-03-15 ucrt) -- "Shortstop Beagle"). I am trying to install rjags, R2jags, and simmR. Everything else is dependent on rjags.
When intstalling rjags I get the error:
Error: package or namespace load failed for ‘rjags’:
.onLoad failed in loadNamespace() for 'rjags', details:
call: inDL(x, as.logical(local), as.logical(now), ...)
error: unable to load shared object 'C:/Users/hglassic/AppData/Local/R/win-library/4.2/rjags/libs/x64/rjags.dll':
LoadLibrary failure: The specified procedure could not be found.
When navigating to the folder, the date modified is 4/3/23, today, the day I updated all of the versions of Rstudio & R. I can open and run JAGS without error.
I am on a windows machine. I have looked at the JAGS website and other questions on stackoverflow and cannot find my issue or the potential solution.
Upvotes: 1
Views: 506