Hmmm. Possibly your best bet is to create a batch file, runr.bat or something, and associate .r files with that.
The batch file would be something like: "C:/Program Files/R/R-2.5.0/bin/Rgui.exe" --no-save < %1 (I think thats how you reference arguments in dos...) -----Original Message----- From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED] Sent: Fri 08/06/2007 7:52 PM To: [email protected] Subject: [R] open .r files with double-click Hi Folks, On Windows XP, R 2.5.0. After reading the Installation for Windows and Windows FAQs, I cannot resolve this. I set file types so that Rgui.exe will open .r files. When I try to open a .r file by double-clicking, R begins to launch, but I get an error message saying "Argument 'C:\Documents and Settings\Zoology\My Documents\trial.r' _ignored_" I click OK, and then R GUI opens, but not the script file. Is there a way to change this? thanks, Hank ______________________________________________ [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. ______________________________________________ [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.
