My RStudio keeps crashing when loading packages, particularly BiodiversityR and xlsx. I am using RStudio version 2022.02.2. I have also updated R and all my R Packages. I also reinstalled the packages that make RStudio crash but my problem persists. I loaded both these packages directly in R. But, i cannot load them in RStudio. Here's my 'sessionInfo':
version 4.2.0 (2022-04-22 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19044)
This is an issue with the new R version 4.2.0. You should install the previous version 4.1.3, which will solve the issue: Index of /bin/windows/base/old/4.1.3
i will revert back to the older version and check if this resolves my problem. However, if this is an issue with the newer version of R (not RStudio), is it still possible to load these packages directly from new version of R but fails when you load via Rstudio? I apologize for my delayed response. I was away from desk for a few days,
I reverted back to version 4.1.3 and now RStudio doesn't crash for either packages. I also tried the patched version, which also doesn't crash. Thanks.
will this issue be fixed in next version of R? the Patched version is not an official release, right?