Plotting in RStudio makes it crash, but it works in terminal R

Hi, I am a beginner Rstudio user and primarily use it to analyze single-cell expression data. This analyses is mostly done with a package named 'Seurat'.

While using Rstudio, whenever I run any Seurat plot functions, it shows this error message -

For example, when I use

VlnPlot(pbmc, features = c("nFeature_RNA", "nCount_RNA", "percent.mt"), ncol = 3)

It shows this error message -

[8366:8366:20210531,095154.310982:ERROR process_memory_range.cc:86] read out of range
[8366:8366:20210531,095154.311064:ERROR elf_image_reader.cc:558] missing nul-terminator
[8366:8366:20210531,095154.311274:ERROR elf_dynamic_array_reader.h:61] tag not found (this is repeated multiple times)
[8366:8367:20210531,095154.371086:ERROR directory_reader_posix.cc:42] opendir: No such file or directory (2)

And then says that Rstudio has crashed.

When I do the same using the terminal R, it works fine and all the plots work.

What am I doing wrong?

If you are using R 4.1.0, try installing the preview version of RStudio for compatibility.

Yes, I am using R 4.1.0, and your solution works! Thank you so much!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.