Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error with new R 4.1 on Ubuntu 20.04 #9381

Closed
MatthieuStigler opened this issue May 20, 2021 · 1 comment
Closed

Fatal error with new R 4.1 on Ubuntu 20.04 #9381

MatthieuStigler opened this issue May 20, 2021 · 1 comment

Comments

@MatthieuStigler
Copy link

System details

RStudio Edition : Desktop
RStudio Version : 1.4.1106
OS Version      : Ubuntu 20.04
R Version       : R version 4.1.0 (2021-05-18)

Steps to reproduce the problem

Simply running a ggplot call leads to crash, try:

library(ggplot2)
ggplot(freeny, aes(x=y))+geom_density()

Leading to error: ERROR elf_dynamic_array_reader.h:61] tag not found

Describe the problem in detail

This seems to have just happened now with the change to R 4.1.

Describe the behavior you expected

  • [yes ] I have read the guide for submitting good bug reports.
  • [yes ] I have installed the latest version of RStudio, and confirmed that the issue still persists.
  • [yes ] If I am reporting an RStudio crash, I have included a diagnostics report.
  • [ yes] I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.

Screenshot from 2021-05-20 12-14-40
diagnostics-report.txt

@jmcphers
Copy link
Member

Duplicate of #9373. You'll need the preview release of RStudio to work with R 4.1: https://www.rstudio.com/products/rstudio/download/preview/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants