Hi all,
I am encountering a continuous session abortion problem with my RStudio. I am using R version 4.1.3 and RStudio 2022.02.1+461 "Prairie Trillium" Release (8aaa5d470dd82d615130dbf663ace5c7992d48e3, 2022-03-17) for macOS
Mozilla/5.0 (Macintosh; Intel Mac OS X 12_2_1) AppleWebKit/537.36 (KHTML, like Gecko) QtWebEngine/5.12.10 Chrome/69.0.3497.128 Safari/537.36. on my Macbook.
While running WGCNA package with my data and everything went pretty well till yesterday.I ran the same script with similar dataset last month and everything went smoothy. I tried to reinstall both R and Rstudio but it keeps showing the same fetal error.
I don't doubt that your session crashed but I am skeptical that it did so on either of the two statements you identified. These two seem to only assign some simple R objects.
perhaps it crashes after, when they are used somewhere ?
Regardless, in your shoes, given that this WGCNA is a package which likely has high performance code (according to CRAN) CRAN - Package WGCNA (r-project.org) RCPP and various parallelisation libs, it would probably be best to alert the package author/maintainer.
That's also why I have no idea how to modify my script because my gut feeling is the following statements would be more likely to cause crushes (like blockwise module building or pairwise comparison). However, since yesterday, I've ever go beyond the adjacencies step.