Luis Rideau Cruz wrote:

I have just installed R 1.9.0 on my computer(Windows XP) and uninstalled 1.8.1

When Itry to execute .RData I'm asked to specify the program to open it.But whe I do it I get a message ".RData is not a valid Win32 program"

Can anyone help please?



You just need to fix your registry as follows:



[HKEY_CLASSES_ROOT\.RData] @="RData_auto_file"

[HKEY_CLASSES_ROOT\RData_auto_file]
@=""

[HKEY_CLASSES_ROOT\RData_auto_file\shell]

[HKEY_CLASSES_ROOT\RData_auto_file\shell\open]
@=""

[HKEY_CLASSES_ROOT\RData_auto_file\shell\open\command]
@="\"c:\\Program Files\\R\\rw1090\\bin\\RGui.exe\" \"%1\""


Of course, you need to specify the correct path here ...



The Setup Wizard does that job for you, but having uninstalled the old version *after* installing a new one has deleted the keys.


Uwe Ligges








Luis Ridao Cruz
Fiskiranns�knarstovan
N�at�n 1
P.O. Box 3051
FR-110 T�rshavn
Faroe Islands
Phone:             +298 353900
Phone(direct): +298 353912
Mobile:             +298 580800
Fax:                 +298 353901
E-mail:              [EMAIL PROTECTED]
Web:                www.frs.fo

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to