Bizarre behaviour after update - R returns nothing.

I updated to the latest version of RStudio today and started experiencing bizarre behaviour of the following kind:

I type some code in my R script, such as -
x <- c(1:10)
and run this in RStudio.

Then I go and ask RStudio to return the object x by running
x

Rstudio returns nothing, and after this point every time I type some code it seems to have crashed, returning nothing.

See here a direct copy and paste from my console

x <- c(1,2)
x
x
x

Can someone point me in the direction to understand what is going on ?

R is working fine - i can run code on R without problems.

I have re-installed the latest versions of R and RStudio. My Machine is a Macbook with M2 chip.

I can't sun Sys.info() from RStudio. If I run it on R, I get:

Sys.info()
sysname
"Darwin"
release
"22.1.0"
version
"Darwin Kernel Version 22.1.0: Sun Oct 9 20:15:52 PDT 2022; root:xnu-8792.41.9~2/RELEASE_ARM64_T8112"
nodename
"Robertos-MacBook-Pro.local"
machine
"x86_64"
login
"root"
user
"robertocerina"
effective_user
"robertocerina"

This topic was automatically closed 42 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.