[Rd] options(width=100) ignored on start-up: bug or feature?
    Liviu Andronic 
    landronimirc at gmail.com
       
    Mon Dec  7 14:37:18 CET 2009
    
    
  
On 12/7/09, Liviu Andronic <landronimirc at gmail.com> wrote:
>   Is it normal that R ignores options("width"=100) at start-up? Although
>   liviu at 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
    
    
More information about the R-devel
mailing list