On 12/7/09, Liviu Andronic <landronim...@gmail.com> wrote: > Is it normal that R ignores options("width"=100) at start-up? Although > li...@debian-liv:~$ cat /usr/lib/R/etc/Rprofile.site | grep width > options(width = 100) > Found the issues. In the config, Rcmdr was starting after the options() call. Setting them in the following order library(Rcmdr) options(width = 100)
solved the issue. Liviu ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel