View(data.frame) does not work on my Mac OS X 11.6 and the latest version of RStudio (2021.09.0+351 "Ghost Orchid" Release (077589bcad3467ae79f318afe8641a1899a51606, 2021-09-20) for macOS
But the incredible thing (and it's driving me crazy) is that it does not work for only ONE Rproj
. I have tried to delete the Rproj
file and create the project again... it didn't work; delete all source code, re-clone the repo, create a new Rproject
for the new downloaded repo... and View() still does not work.
Again, it is working as usual for any other Rproj
, but not for this particular one. Everything else seems to be working fine. It fails only when I try to visualize a data frame. For example, given any data frame object (df
), when clicking on the object in the "Environment" tap... Rstudio freezes. If I type View(df)
... it freezes, and if I type utils::View(df)
Any help would be greatly appreciated