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.
Below is where I encounter the abortion:
softPower = 10;
adjacencies = array(0, dim = c(nSets, nGenes, nGenes));
It would be appreciated if anyone could help me solve this issue.
Many thanks!