On 12/7/09, Liviu Andronic <[email protected]> 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

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to