Hello, I've done most all the various steps outlined in a recent posting to the mailing list archives (and in the help files) to load and run R-WinEdt. I can get it to run fine but I am not successful in getting it to interface with RGui (1.6.2, not minimized). I try to use the R-line, R-source, R-paste buttons with no success. [All the necessary *.edt files appear to be in the proper directories.] I've done everything except modify the rprofile or the options(). Is that necessary, and if so how exactly do I do that? And, if I do modify them how do I restore them back to their default settings? Any help would be much appreciated. Thanks, Jeff Jorgensen jcjorgensen at wisc.edu
Right click on your WinEdt icon and go to "Properties" menu-item. In the "Target" box look for something like, "[PathToWinEdt]\WinEdt\WinEdt.exe -C="R-WinEdt" -e=r.ini" If you don't find something like this, make the change and try it. * It may be better to have a new icon for R-WinEdt on your desktop with the above modified "Target", and use the existing icon for other work. Not sure how to solve the switching problem, given that there is a R specific initialization file being used. ---Anupam. In a message dated 7/24/03 6:15:46 PM Eastern Daylight Time, jcjorgensen@wisc.edu writes:> Hello, > > > I've done most all the various steps outlined in a > recent posting to the mailing list archives > (and in the help files) to load and run R-WinEdt. I > can get it to run fine but I am not successful in > getting it to interface with RGui (1.6.2, not > minimized). I try to use the R-line, R-source, > R-paste buttons with no success. [All the necessary > *.edt files appear to be in the proper directories.] > > I've done everything except modify the rprofile or > the options(). Is that necessary, and if so how > exactly do I do that? And, if I do modify them how > do I restore them back to their default settings? > > Any help would be much appreciated. > > Thanks, > Jeff Jorgensen > jcjorgensen@wisc.edu > > ______________________________________________ > R-help@stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help >[[alternative HTML version deleted]]
JEFFREY C JORGENSEN wrote:> Hello, > > > I've done most all the various steps outlined in a > recent posting to the mailing list archives > (and in the help files) to load and run R-WinEdt. I > can get it to run fine but I am not successful in > getting it to interface with RGui (1.6.2, not > minimized). I try to use the R-line, R-source, > R-paste buttons with no success. [All the necessary > *.edt files appear to be in the proper directories.]Maybe you have changed R-WinEdt's mode? Use R-WinEdt's menu "R" to "Set R -mdi mode" when you are using R in its default configuration.> I've done everything except modify the rprofile or > the options(). Is that necessary,No. Uwe Ligges > and if so how> exactly do I do that? And, if I do modify them how > do I restore them back to their default settings?>> Any help would be much appreciated. > > Thanks, > Jeff Jorgensen > jcjorgensen at wisc.edu > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help
Thanks, that seems to have worked. I created a new R-WinEdt shortcut and specified the path you suggest below with quotes around R-WinEdt, such that the end becomes: -C="R-WinEdt" -e=r.ini I also verified that the R mode was set to mdi. Thanks so much. Jeff Jorgensen jcjorgensen at wisc.edu ----- Original Message ----- From: TyagiAnupam at aol.com Date: Thursday, July 24, 2003 6:48 pm Subject: Re: [R] R-WinEdt problems> Right click on your WinEdt icon and go to"Properties" menu-item.> In the > "Target" box look for something like, > "[PathToWinEdt]\WinEdt\WinEdt.exe -C="R-WinEdt"-e=r.ini"> > If you don't find something like this, make thechange and try it.> > * It may be better to have a new icon for R-WinEdton your desktop> with the > above modified "Target", and use the existing iconfor other work.> Not sure how > to solve the switching problem, given that thereis a R specific> initialization file being used. > > ---Anupam. > > In a message dated 7/24/03 6:15:46 PM EasternDaylight Time,> jcjorgensen at wisc.edu writes: > > > Hello, > > > > > > I've done most all the various steps outlined in a > > recent posting to the mailing list archives > > (and in the help files) to load and run R-WinEdt. I > > can get it to run fine but I am not successful in > > getting it to interface with RGui (1.6.2, not > > minimized). I try to use the R-line, R-source, > > R-paste buttons with no success. [All the necessary > > *.edt files appear to be in the proper directories.] > > > > I've done everything except modify the rprofile or > > the options(). Is that necessary, and if so how > > exactly do I do that? And, if I do modify them how > > do I restore them back to their default settings? > > > > Any help would be much appreciated. > > > > Thanks, > > Jeff Jorgensen > > jcjorgensen at wisc.edu > > > > ______________________________________________ > > R-help at stat.math.ethz.ch mailing list > >https://www.stat.math.ethz.ch/mailman/listinfo/r-help> > > >