As you know, i have problem about Rcmdr in the 2.4.0 version of R, it can't
be run properly in Quantian due to that Tcl/Tk does not support it. But,
now, with helps from Dirk Eddelbuettel, problem was solved. The solution is
just that reinstallation of R from debian packages not by compiling of
2.4.0 version source code. During the process, i noticed a srange thing,
that is, if i start R in root user mode, result is:


R : Copyright 2005, The R Foundation for Statistical Computing
Version 2.1.0  (2005-04-18), ISBN 3-900051-07-0

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for a HTML browser interface to help.
Type 'q()' to quit R.

Loading Tcl/Tk interface ... Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

Error in fun(...) : this isn't a Tk applicationcouldn't connect to display
":0.0"
Error: .onLoad failed in 'loadNamespace' for 'tcltk'
Fatal error: unable to restore saved data in .RData

[EMAIL PROTECTED]:/home/mutlay/r#

So, console kick me out of R. But in ordinary user mode, there is no problem
and with "capabilities()" command all of them are TRUE:

R : Copyright 2005, The R Foundation for Statistical Computing
Version 2.1.0  (2005-04-18), ISBN 3-900051-07-0

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for a HTML browser interface to help.
Type 'q()' to quit R.

Loading Tcl/Tk interface ... done
[Previously saved workspace restored]

> capabilities()
    jpeg      png    tcltk      X11 http/ftp  sockets   libxml     fifo
    TRUE     TRUE     TRUE     TRUE     TRUE     TRUE     TRUE     TRUE
  cledit  IEEE754    iconv
    TRUE     TRUE     TRUE
>

Unfortunately, i can't interpret this case. If it is possible, i expect some
comments on this case.

Thanks to Dirk...
Sincerely
-- 
Ýbrahim Mutlay

        [[alternative HTML version deleted]]

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to