[R] R1.9.0
Uwe Ligges
ligges at statistik.uni-dortmund.de
Tue Apr 20 17:43:58 CEST 2004
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: luisr at frs.fo
> Web: www.frs.fo
>
> ______________________________________________
> R-help at stat.math.ethz.ch 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
More information about the R-help
mailing list