I am in the process of setting up R1.3.1 on a new computer running windows 2000. I am having problems running the PFE text editor simultaneously within R for editing functions and outside R for editing ordinary text files. The PFE editor behaves as I expected, if it is opened in R AND but no other PFE window is open outside R. Similarly, it also works fine if I am editing a text file outside R and no edit window is open within R. If I try to edit an R function when a PFE window is open outside R, R hangs and I have to kill it. On my previous computer, I used R 1.3.0 under windows NT4 and I was able use PFE inside and outside R at the same time. I have checked that all the settings are the same. I don't know if this problem occurs because of changes in R, changes between NT and 2000, or both. Do any of you have a solution to this problem? IS PFE is "too old" and not worth keeping? It does have a lot of nice features and I would like to keep using it-- at least for a while. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Anne E. York National Marine Mammal Laboratory Seattle WA 98115-0070 USA e-mail: anne.york at noaa.gov Voice: +1 206-526-4039 Fax: +1 206-526-6615 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
partha_bagchi@hgsi.com
2001-Sep-28 12:04 UTC
[R] using the pfe editor with R 1.1.3 under windows 2000
In the PFE editor menu, go to preference -> Startup and uncheck "Only run one instance at a time" This works for me under Win2000 and R 1.3.0 HTH Partha. Anne York <york at noaa.gov> To: Help R <r-help at stat.math.ethz.ch> Sent by: cc: owner-r-help at stat.ma Subject: [R] using the pfe editor with R 1.1.3 under th.ethz.ch windows 2000 09/27/2001 05:12 PM Please respond to Anne York I am in the process of setting up R1.3.1 on a new computer running windows 2000. I am having problems running the PFE text editor simultaneously within R for editing functions and outside R for editing ordinary text files. The PFE editor behaves as I expected, if it is opened in R AND but no other PFE window is open outside R. Similarly, it also works fine if I am editing a text file outside R and no edit window is open within R. If I try to edit an R function when a PFE window is open outside R, R hangs and I have to kill it. On my previous computer, I used R 1.3.0 under windows NT4 and I was able use PFE inside and outside R at the same time. I have checked that all the settings are the same. I don't know if this problem occurs because of changes in R, changes between NT and 2000, or both. Do any of you have a solution to this problem? IS PFE is "too old" and not worth keeping? It does have a lot of nice features and I would like to keep using it-- at least for a while. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Anne E. York National Marine Mammal Laboratory Seattle WA 98115-0070 USA e-mail: anne.york at noaa.gov Voice: +1 206-526-4039 Fax: +1 206-526-6615 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. -.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._. _._._ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Here's what I did-- for the momemt. As Partha's suggested, I specifiyed PFE to run as a "single instance". This appears to run PFE as a single instance only within R. However, outside R, if pfe is run, it runs as a second process and all text files edited outside R are run within that second process. I also had trouble running both the pager and the function editor together and for the momemnt, I set the pager as "internal" in my rprofile file. I did use pfe for the pager and function editor under NT in Splus, but I'm not positive that I had that working in R. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Anne E. York National Marine Mammal Laboratory Seattle WA 98115-0070 USA e-mail: anne.york at noaa.gov Voice: +1 206-526-4039 Fax: +1 206-526-6615 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ On Fri, 28 Sep 2001, kjetil halvorsen wrote:> > >partha_bagchi at hgsi.com wrote: >> >> In the PFE editor menu, go to preference -> Startup and uncheck "Only run >> one instance at a time" > >This works for me to (windows 98), with one exception. I have set PFE as >the default pager, and that works if PFE is already running. But PFE as >default editor >have problems. If I use fix() when PFE is already running, I have to >kill >the R process. > >Why the difference? > >Kjetil Halvorsen >> >> This works for me under Win2000 and R 1.3.0 >> >> HTH >> >> Partha. >> >> >> Anne York >> <york at noaa.gov> To: Help R <r-help at stat.math.ethz.ch> >> Sent by: cc: >> owner-r-help at stat.ma Subject: [R] using the pfe editor with R 1.1.3 under >> th.ethz.ch windows 2000 >> >> >> 09/27/2001 05:12 PM >> Please respond to >> Anne York >> >> >> >> I am in the process of setting up R1.3.1 on a new computer running windows >> 2000. I am having problems running the PFE text editor simultaneously >> within R for editing functions and outside R for editing >> ordinary text files. The PFE editor behaves as I expected, if it is opened >> in R AND but no other PFE window is open outside R. Similarly, it also >> works fine if I am editing a text file outside R and no edit window is >> open within R. If I try to edit an R function when a PFE window is open >> outside R, R hangs and I have to kill it. >> >> On my previous computer, I used R 1.3.0 under windows NT4 and I was able >> use PFE inside and outside R at the same time. I have checked that all the >> settings are the same. I don't know if this problem occurs because of >> changes in R, changes between NT and 2000, or both. >> >> Do any of you have a solution to this problem? IS PFE is "too old" and not >> worth keeping? It does have a lot of nice features and I would like to keep >> using it-- at least for a while. >> >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >> Anne E. York >> National Marine Mammal Laboratory >> Seattle WA 98115-0070 USA >> e-mail: anne.york at noaa.gov >> Voice: +1 206-526-4039 >> Fax: +1 206-526-6615 >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >> >> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. >> -.-.- >> r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html >> Send "info", "help", or "[un]subscribe" >> (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch >> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._. >> _._._ >> >> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- >> r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html >> Send "info", "help", or "[un]subscribe" >> (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch >> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._ >-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
partha_bagchi@hgsi.com
2001-Sep-28 21:11 UTC
[R] using the pfe editor with R 1.1.3 under windows 2000
I don't know. I do not have access to Win98. kjetil halvorsen To: partha_bagchi at hgsi.com <kjetilh at umsan cc: Anne York <anne.york at noaa.gov>, Help R et.edu.bo> <r-help at stat.math.ethz.ch> Subject: Re: [R] using the pfe editor with R 1.1.3 09/28/2001 under windows 2000 01:26 PM Please respond to kjetilh partha_bagchi at hgsi.com wrote:> > In the PFE editor menu, go to preference -> Startup and uncheck "Only run > one instance at a time"This works for me to (windows 98), with one exception. I have set PFE as the default pager, and that works if PFE is already running. But PFE as default editor have problems. If I use fix() when PFE is already running, I have to kill the R process. Why the difference? Kjetil Halvorsen> > This works for me under Win2000 and R 1.3.0 > > HTH > > Partha. > > > Anne York > <york at noaa.gov> To: Help R<r-help at stat.math.ethz.ch>> Sent by: cc: > owner-r-help at stat.ma Subject: [R] usingthe pfe editor with R 1.1.3 under> th.ethz.ch windows 2000 > > > 09/27/2001 05:12 PM > Please respond to > Anne York > > > > I am in the process of setting up R1.3.1 on a new computer runningwindows> 2000. I am having problems running the PFE text editor simultaneously > within R for editing functions and outside R for editing > ordinary text files. The PFE editor behaves as I expected, if it isopened> in R AND but no other PFE window is open outside R. Similarly, it also > works fine if I am editing a text file outside R and no edit window is > open within R. If I try to edit an R function when a PFE window is open > outside R, R hangs and I have to kill it. > > On my previous computer, I used R 1.3.0 under windows NT4 and I was able > use PFE inside and outside R at the same time. I have checked that allthe> settings are the same. I don't know if this problem occurs because of > changes in R, changes between NT and 2000, or both. > > Do any of you have a solution to this problem? IS PFE is "too old" andnot> worth keeping? It does have a lot of nice features and I would like tokeep> using it-- at least for a while. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Anne E. York > National Marine Mammal Laboratory > Seattle WA 98115-0070 USA > e-mail: anne.york at noaa.gov > Voice: +1 206-526-4039 > Fax: +1 206-526-6615 > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.> -.-.- > r-help mailing list -- Readhttp://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html> Send "info", "help", or "[un]subscribe" > (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._.> _._._ > > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-> r-help mailing list -- Readhttp://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html> Send "info", "help", or "[un]subscribe" > (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
partha_bagchi@hgsi.com
2001-Oct-01 11:52 UTC
[R] using the pfe editor with R 1.1.3 under windows 2000
I agree with your last sentiment. In almost all cases, I prefer to write my function with a text editor (PFE in my case) and source it in R. Uwe Ligges <ligges at statistik.uni-do To: partha_bagchi at hgsi.com rtmund.de> cc: kjetilh at umsanet.edu.bo, Anne York <anne.york at noaa.gov>, Help R <r-help at stat.math.ethz.ch> 09/29/2001 05:17 AM Subject: Re: [R] using the pfe editor with R 1.1.3 under windows 2000 partha_bagchi at hgsi.com wrote:> > I don't know. I do not have access to Win98.Kjetil Halvorsen wrote:>> This works for me to (windows 98), with one exception. I have set PFE as >> the default pager, and that works if PFE is already running. But PFE as >> default editor >> have problems. If I use fix() when PFE is already running, I have to >> kill the R process. >> >> Why the difference?If running as 'pager', only a file is shown in the editor. If running as 'editor', R waits until the editor has finished, because R cannot know, when you have finished the 'fix'ing of an object. I don't know PFE, but with e.g. WinEdt it is possible to start a new instance of the editor with another caption-name using some command line arguments, so the instances of the editor can be distinguished by Windows (and R). Maybe this is also possible for PFE (?). BTW: Often it is nice to edit an ASCII file, say foo.R, and source() it into R instead of using fix(), since the R process is not "interrupted" and you have saved the function in a file you can make use of much easier. Uwe Ligges -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._