The R Project SVN R

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
47757 6390 d 21 h jmc /branches/R-classInheritance/ create branch for class inheritance  
47259 6430 d 6 h ripley /trunk/ introduce \Rdversion{} in Rd conversion
start on Rd version 1.1
remove escapes no longer needed for _ # $, marking as version 1.1
 
44898 6699 d 3 h hornik /trunk/src/library/tools/man/ Cosmetics including Rd markup, mostly.  
44243 6754 d 11 h ripley /trunk/src/library/ more over-long lines  
42961 6882 d 9 h ripley /trunk/src/library/ try to use \dQuote for actual quotes, and \emph or \sQuote or \code otherwise  
42333 6941 d 11 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
41502 7020 d 8 h ripley /trunk/ formula methods of plot etc need model.frame to be visible.
methods("Math") failed if methods was not attached.
require() now returns invisibly.
require packages that examples need.
 
39193 7263 d 10 h ripley /trunk/src/library/ tweaks  
39192 7263 d 11 h ripley /trunk/ migrate public file_test() to utils (still private in tools)  
37244 7480 d 13 h hornik /trunk/src/library/tools/ Add 'OS_subdirs' argument to list_files_with_type().  
29811 8080 d 22 h hornik /trunk/ Rename the file utility functions in package 'tools' to use underscores
for better legibility, deprecating the old function names.
 
29571 8099 d 15 h ripley /trunk/src/library/ branch update  
27470 8267 d 1 h ripley /trunk/ mege eda into stats  
25953 8369 d 8 h hornik /trunk/src/library/tools/ Provide arguments 'all.files' and 'full.names' for listFilesWithExts()
and listFilesWithType().
 
25328 8406 d 12 h hornik /trunk/src/library/tools/ Make more sense about 'test -f'.  
25111 8422 d 4 h hornik /trunk/ New Rd commands for marking words and phrases.  
25067 8425 d 7 h hornik /trunk/src/library/tools/ Rename internal file and text utilities
.convertFilePathToAbsolute => filePathAsAbsolute
.filePathSansExt => filePathSansExt
.fileTest => fileTest
.listFilesWithExts => listFilesWithExts
.listFilesWithType => listFilesWithType
.delimMatch => delimMatch,
export them in the tools namespace, and add documentation.