Re: [R] command completion in R-WinEdt

2006-07-26 Thread Uwe Ligges
Franco Mendolia wrote:
 Hello!
 
 Is there any possibility to use command completion in R-WinEdt?

You can make use of the Command Completion Wizard for WinEdt available 
at http://www.winedt.org/Plugins/.
A list of function names ships with the RWiNEdt package (file R.lst). 
Simply make it known to the Command Completion Wizard.

Uwe Ligges



 Thanks
 Franco
 
 __
 R-help@stat.math.ethz.ch 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.

__
R-help@stat.math.ethz.ch 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.


Re: [R] command completion?

2006-05-10 Thread Duncan Murdoch
On 5/10/2006 2:52 PM, Robert Citek wrote:
 Does R have command or object name completion?
 
 R has several functions of modern shells built into it e.g. history  
 mechanism, command-line editing, emacs key bindings.  However, it  
 doesn't seem to have command or object name completion.  For example,  
 in bash I can begin typing a command and then press the tab key to  
 have the shell fill in the rest of the command (works for environment  
 variables and filenames, too).  Does command completion exist and I'm  
 not using it correctly or don't have it turned on, or is it really  
 not there?

It's not there, because some of the shells that run R supply it. I don't 
use one, but I think a couple of the popular ones are ESS and the Mac OS 
GUI.

It would be a nice addition to the Windows GUI, but I don't know anyone 
who is working on it.  I don't think it would be a welcome change to the 
console versions; some of them use readline's filename completion which 
would almost certainly be broken by this.  Others need to run under ESS.

Duncan Murdoch

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


Re: [R] command completion?

2006-05-10 Thread François Pinard
[Duncan Murdoch]
[Robert Citek]

 Does R have command or object name completion?

[...] I don't think it would be a welcome change to the console 
versions; some of them use readline's filename completion which would 
almost certainly be broken by this.

We have to put things in perspective, here.  In my opinion, object name 
completion would be a lot more useful than filename completion, because 
in R, we name R objects much more often than we name files.

Others need to run under ESS.

While this is a good things for Emacs lovers, the requirement is rather 
unwelcome for pagans!  :-)

-- 
François Pinard   http://pinard.progiciels-bpi.ca

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


Re: [R] command completion?

2006-05-10 Thread Berton Gunter
Is the following a fortunes package candidate?


 Others need to run under ESS.
 
 While this is a good things for Emacs lovers, the requirement 
 is rather 
 unwelcome for pagans!  :-)
 
 -- 
 François Pinard   http://pinard.progiciels-bpi.ca
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide! 
 http://www.R-project.org/posting-guide.html
 


:-)

-- Bert

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


Re: [R] command completion?

2006-05-10 Thread Achim Zeileis
On Wed, 10 May 2006 13:26:32 -0700 Berton Gunter wrote:

 Is the following a fortunes package candidate?

...promoted to fortunes package member in the devel-version.

thx,
Z

 
  Others need to run under ESS.
  
  While this is a good things for Emacs lovers, the requirement 
  is rather 
  unwelcome for pagans!  :-)
  
  -- 
  François Pinard   http://pinard.progiciels-bpi.ca
  
  __
  R-help@stat.math.ethz.ch mailing list
  https://stat.ethz.ch/mailman/listinfo/r-help
  PLEASE do read the posting guide! 
  http://www.R-project.org/posting-guide.html
  
 
 
 :-)
 
 -- Bert
 


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


Re: [R] command completion? [Broadcast]

2006-05-10 Thread Liaw, Andy
From: François Pinard
 
 [Duncan Murdoch]
 [Robert Citek]
 
  Does R have command or object name completion?
 
 [...] I don't think it would be a welcome change to the console 
 versions; some of them use readline's filename completion 
 which would 
 almost certainly be broken by this.
 
 We have to put things in perspective, here.  In my opinion, 
 object name completion would be a lot more useful than 
 filename completion, because in R, we name R objects much 
 more often than we name files.
 
 Others need to run under ESS.
 
 While this is a good things for Emacs lovers, the requirement 
 is rather unwelcome for pagans!  :-)

If ESS is too Catholic for you, JGR might be the Reformation...

Andy
 
 -- 
 François Pinard   http://pinard.progiciels-bpi.ca
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide! 
 http://www.R-project.org/posting-guide.html
 


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