andrewcparnell / simmr

A stable isotope mixing model in R
https://andrewcparnell.github.io/simmr/
28 stars 8 forks source link

incompatibility issue with simmr crashes RStudio in R-4.1.0 #27

Closed rjwest000 closed 3 years ago

rjwest000 commented 3 years ago

Using library simmr with R-4.1.0 crashes RStudio when attempting plot statements (on Linux). Seems to be an issue with one of the dependencies (JAGS, coda or both?). Working solution is to use earlier version of R (in RStudio), or to run R-4.1.0 in terminal mode.

andrewcparnell commented 3 years ago

Hi. Apologies for the delay - didn't spot this issue. Can you provide more details, e.g. the error message and output of sessionInfo()?

rjwest000 commented 3 years ago

Hi. There are now several reports of a bug related to ggplot2, R-4.1 and RStudio. A fix appears to be on the way, so should get resolved without action. See: e.g., See: https://github.com/rstudio/rstudio/issues/9373

On Wed, 9 Jun 2021 at 05:47, Andrew Parnell @.***> wrote:

Hi. Apologies for the delay - didn't spot this issue. Can you provide more details, e.g. the error message and output of sessionInfo()?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/andrewcparnell/simmr/issues/27#issuecomment-857062820, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI7YMMNIRX5S4YP46BN42KLTRZXULANCNFSM45KOU4LA .

andrewcparnell commented 3 years ago

OK - I won't do anything then. It looks like downgrading R solves the problem for now.