I just updated R and RStudio 2023.06.2 Build 561. I get this error as soon as I open RStudio now...
[Workspace loaded from ~/.RData]
Error in if (maxCols != -1 && ncol(data) > maxCols) data <- data[1:maxCols] :
missing value where TRUE/FALSE needed
In addition: Warning message:
In readRDS(path) : error reading from connection
Error in if (maxCols != -1 && ncol(data) > maxCols) data <- data[1:maxCols] :
missing value where TRUE/FALSE needed
This error occurs whether or not I have data in the workspace.
It doesn't seem to affect anything - if data was in the workspace it is there, but I wonder if there is some bad thing going on in the background.