Hi, I have an issue with RStudio Server, which seems to set the console width inappropriately, such that the output doesn't display correctly:
library(tidyverse)
tibble(bind_cols(mtcars, mtcars))
As you can see the console output seems to be set too narrow. I can try to fix this by manually setting e.g. options(width = 70)
, but that is quickly overrun by RStudio so the problem reoccurs.
I have had this problem with quite a few recent versions and am now on RStudio Server 1.4.1073.
Thanks
Matti