Skip to content

rcmdr gui not running (PR#13831)

2 messages · francois.greff at dbmail.com, Peter Dalgaard

#
Full_Name: greff francois
Version: 2.8.1 
OS: ubuntu 9.04
Submission from: (NULL) (89.227.27.2)


into r , the command library("Rcmdr") works well : the r commander GUI is opened
, with menu in french ( well !) . But it isn't possible to have a response to
any click on menu ??? It's neither possible to edit a command in the "script
window" . To resume, nothing at all is possible , neither with the mouse , nor
with the keyboard .

What mistake did I . I reinstalled everything .... same response .

here my r session :

library("Rcmdr")
Le chargement a n?cessit? le package : tcltk
Chargement de Tcl/Tk... termin?
Le chargement a n?cessit? le package : grDevices
Le chargement a n?cessit? le package : utils
Le chargement a n?cessit? le package : car
Le chargement a n?cessit? le package : stats
Le chargement a n?cessit? le package : graphics

Version de Rcmdr 1.4-10


Attachement du package : 'Rcmdr'


	The following object(s) are masked from package:tcltk :

	 tclvalue
#
francois.greff at dbmail.com wrote:
Hmm, where did that come from? If a second tclvalue() function is 
getting picked up instead of the one in tcltk, then bad things would 
likely happen (but I thought namespaces would take care of that?)

Have you tried starting R with a clean workspace before loading Rcmdr?