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 6391 d 13 h jmc /branches/R-classInheritance/ create branch for class inheritance  
42333 6942 d 3 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
38577 7322 d 3 h hornik /trunk/src/library/base/man/ Rd markup.  
30792 8013 d 4 h ripley /trunk/ fix for roman upquote in \tt output
don't want loadNamespace etc to be internal and not the refman.
 
30402 8035 d 23 h ripley /trunk/src/library/ support for lazy-loaded database of data objects  
28109 8222 d 3 h ripley /trunk/src/library/ remove old-style user hooks
document .onLoad etc separately (they were in an `internal' help file)
 
27625 8260 d 23 h ripley /trunk/src/library/ typos from PR5632 and PR5730  
27393 8271 d 2 h ripley /trunk/ compress is saveNamespaceImage  
25260 8411 d 3 h hornik /trunk/ Make sure tmpdir exists and is usable, and related.  
24946 8434 d 1 h luke /trunk/src/library/base/ Allow non-declarative name space directives to be disabled during load.
Added saveNamespaceImage for use with --save installs.
 
24940 8434 d 14 h luke /trunk/src/library/base/ Allow partial name space loading in loadNamespace (for --save installs).
Added loadingNamespaceInfo function.
 
24937 8434 d 14 h luke /trunk/src/library/base/man/ Removed duplicate alias for unloadNamespace.  
24506 8462 d 23 h ripley /trunk/src/library/base/man/ .onUnload is done before un-registration
packages are detached before namespaces are unloaded
add aliases for .onLoad etc
 
24049 8496 d 17 h ripley /trunk/ branch update  
23392 8552 d 19 h luke /trunk/ Added name space support for packages that do not use methods.