0

I upgraded my R version from 4.0.2 to 4.0.5 within RStudio and since then I have been having this fatal error on R each time that I run a script in RStudio. I have uninstalled and reinstalled both R and RStdio but the problem still persists.

Chinedu
  • 1
  • 1
  • *"this fatal error"* ... which fatal error? R has many many errors, we won't guess (and even if we did the chances of it being correct are low). – r2evans Apr 25 '21 at 14:59
  • Welcome to SO, Chinedu! Questions on StackOverflow are strongly recommended to be as reproducible as possible, to include *sample* (unambiguous) data (best from `dput(head(.))`), code attempted including non-base packages in use, and the expected output. When there are warnings or errors, those need to be included with the verbatim text. Please read https://stackoverflow.com/q/5963269, [mcve], and/or https://stackoverflow.com/tags/r/info, then come back and [edit] your question to add content. Thanks! – r2evans Apr 25 '21 at 15:01
  • It says R Session Aborted. R Encounted a fatal error. This session was terminated. Start a new session. – Chinedu Apr 25 '21 at 18:22
  • There are too many things to really know. Places to look (and temporarily remove): `~/.Rprofile` (homedir), `./.Rprofile` (current dir), `./.Rdata`. – r2evans Apr 25 '21 at 19:27

1 Answers1

0

I had the same problem but, the error was caused by the use of the xlsx library, I had to uninstall it and everything worked normally.