The R Project SVN R

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
61150 4992 d 10 h ripley /trunk/src/library/base/man/ legibility  
59039 5216 d 13 h ripley /trunk/ use preferred form of 'R Core Team'  
56186 5516 d 22 h murdoch /trunk/ Revert r56184 and r56185  
56184 5517 d 0 h murdoch /trunk/src/ Remove redundant \alias entries from man pages  
49704 6159 d 10 h hornik /trunk/src/library/ Rd markup.  
49649 6164 d 15 h ripley /trunk/src/library/ comments inside paras are blank lines now, so split the para  
42333 6940 d 14 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
42026 6975 d 8 h ripley /trunk/ port r42025 (updates)  
42023 6975 d 8 h maechler /trunk/src/library/base/man/ fix typo, thanks to François Pinard  
40428 7138 d 11 h ripley /trunk/ commandArgs(trailingOnly)  
34892 7696 d 13 h maechler /trunk/src/library/base/man/ links between 'Startup' and 'commandArgs'  
30461 8029 d 7 h ripley /trunk/src/library/ remove unneeded (now) manual cross-referencing  
27625 8259 d 10 h ripley /trunk/src/library/ typos from PR5632 and PR5730  
27449 8266 d 15 h ripley /trunk/src/library/base/man/ update links  
25603 8393 d 9 h ripley /trunk/ add --args flag  
25118 8421 d 0 h hornik /trunk/src/library/ Use new Rd commands for marking words and phrases.  
7211 9709 d 16 h hornik /trunk/src/library/ Add missing \alias.  
7081 9721 d 7 h pd /trunk/ branch update  
6137 9786 d 13 h ripley /trunk/src/library/base/ some #ifdefs in help files
make system in read.fwf invisible on Windows
 
5646 9830 d 4 h duncan /trunk/src/ Added the function commandArgs() as an .Internal like R.Version. Copies the command line arguments before they are processed so that we get them as they are passed in. These are used in the CORBA library and have other obvious uses, especially for running in non-interactive mode. This is done early in the process before the windows code can process away the name=value pairs.