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
52864 5807 d 16 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
50312 6109 d 3 h ripley /trunk/src/library/base/ saveNamespaceImage is defunct
ns-lowlev had lots of content not relevant to the functions it documented
make even clearer that internal functions are not for users to use
 
44733 6712 d 23 h maechler /trunk/src/library/base/man/ cosmetic  
42333 6940 d 22 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
39624 7228 d 17 h jmc /trunk/src/library/base/man/ args to namespaceImportFrom  
39149 7264 d 17 h jmc /trunk/ fixes to namespace import of methods and to showMethods  
27911 8238 d 17 h ripley /trunk/src/library/ use a small table of known S3 generics to avoid problems if they
are not imported into NAMESPACES
 
27717 8255 d 10 h ripley /trunk/ update  
27673 8257 d 18 h ripley /trunk/ base:: and ::: were missing inherits=FALSE
Several places in the namespace were giving confusing error messages
using calls to an internal function
 
27557 8262 d 13 h ripley /trunk/src/library/ speed up processing namespaces --
use char matrix not list of list for S3methods
avoid many call to exists
allow export*() to specify an export more than once.
 
26239 8351 d 19 h jmc /trunk/src/library/base/ bug fixes and doc. updates from methods/classes in namespaces  
24700 8446 d 20 h ripley /trunk/src/library/ branch update  
23662 8535 d 13 h ripley /trunk/src/library/base/man/ document .__S3MethodsTable__.  
23392 8551 d 14 h luke /trunk/ Added name space support for packages that do not use methods.