This may seem menial, but it affects my productivity. I am using R in terminal mode on Linux. Unlike the Windows IDE, Linux limits the number of columns to 80, thus making h
Insert this line to your ~/.Rprofile
~/.Rprofile
options(width=system("tput cols", intern=TRUE))