When i run library(mailR), the Rstudio always crashed . reinstalled the package can't solve it (library other package are no any issue) . Anyone can help?
CodePudding user response:
This is apparently a known issue, reported as early as April 29th.
However, the user reported that it worked calling library(mailR) from the console, indicating an issue with RStudio.
A different user noted that compiling rJava with a different version of gcc solved the issue.

