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 5808 d 19 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
51304 5977 d 18 h jmc /trunk/ getMethods() deprecated; new class listOfMethods  
50418 6102 d 1 h ripley /trunk/src/library/methods/man/ more on comment lines in Rd files  
49719 6160 d 0 h maechler /trunk/ replace methods' oldstyle trySilent() by a simple tryCatch() wrapper (in base). + Some docu cosmetics  
47143 6439 d 1 h ripley /trunk/src/library/ spelling issues  
46616 6505 d 2 h ripley /trunk/ deprecated -> defunct  
45824 6630 d 21 h jmc /trunk/src/library/methods/man/ phase 1 of extensive rewrite of documentation  
45630 6657 d 22 h maechler /trunk/ "T" not "M" for methods meta-data; deprecate allGenerics()  
44809 6705 d 13 h maechler /trunk/ dumpMethods?() fix +some line-wraps; deprecate removeMethodsObject() explicitly  
44805 6705 d 18 h jmc /trunk/ All direct use of MethodsList metadata objects (and most indrect) removed; new utilities findMethods, etc  
42333 6942 d 1 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
42273 6950 d 1 h ripley /trunk/src/library/methods/man/ add comment on primitive generic  
41513 7020 d 4 h ripley /trunk/ more on running with minimal dependencies  
39360 7255 d 17 h jmc /trunk/ in .R files, use double quotes consistently in messages; in .Rd files, replace pointer to out-of-date web page  
33723 7797 d 0 h ripley /trunk/src/library/methods/man/ Rd format error  
33663 7803 d 15 h maechler /trunk/src/library/methods/man/ + more example cosmetic  
33662 7803 d 15 h maechler /trunk/src/library/methods/man/ oops! in example  
33659 7804 d 2 h maechler /trunk/src/library/ standardGeneric in "base" and "methods"  
33635 7806 d 12 h maechler /trunk/src/library/methods/man/ correct usage of three functions; wrap around  
33634 7806 d 12 h maechler /trunk/src/library/methods/man/ getMethods() and selectMethod() are documented in ./getMethods.Rd; synopsis not needed (and it had not listed standardGeneric())  
31891 7928 d 19 h maechler /trunk/src/library/methods/man/ remove extra 'the' {R-devel post of Paul Roebuck}
and whitespace
 
26240 8352 d 22 h jmc /trunk/src/library/methods/ bug fixes and doc. updates mostly from methods/classes in namespaces  
26113 8359 d 14 h pd /trunk/src/library/methods/man/ match braces  
26093 8361 d 13 h jmc /trunk/src/library/ need to use .GlobalEnv in cacheGenericsMetaData until
we get rid of the global method tables for primitives
 
26082 8362 d 19 h jmc /trunk/src/ namespace for methods package--see todays mail to r-devel  
26000 8367 d 1 h ripley /trunk/src/library/ replace \testonly by \dontshow  
25351 8405 d 17 h jmc /trunk/src/library/methods/ Revision to use class objects instead of metadata to store relations  
25118 8422 d 11 h hornik /trunk/src/library/ Use new Rd commands for marking words and phrases.  
22294 8629 d 19 h jmc /trunk/src/library/methods/man/ tests for standardGeneric, since nosegfault tests do
nothing (because test is run without the methods package)
 
20676 8764 d 16 h jmc /trunk/src/library/methods/man/ better tests for group generics and basic functions  
20092 8810 d 16 h jmc /trunk/src/library/methods/ make generic functions a true class; add package name information
to methods list meta-names and to functions that create them (and to generic function objects)
 
19087 8883 d 13 h jmc /trunk/src/library/methods/man/ add class documentation and revise other, esp. where
database was used (not an R term)
 
19029 8886 d 12 h hornik /trunk/src/library/methods/man/ Cosmetics.  
17454 8989 d 15 h jmc /trunk/src/library/methods/ 1. Add missing functions callGeneric, removeMethod

2. Fixes to insert inherited methods correctly in examples with
default + multi-dispatch methods.

3. Documentation fixes responding to CMD check
 
17262 9000 d 0 h hornik /trunk/src/library/methods/man/ standardGeneric() is in base but should really be documented here.
Hence add \synopsis which has all of \usage apart from standardGeneric
to make codoc happy. Argh.
 
17211 9001 d 20 h jmc /trunk/src/library/methods/man/ Various fixups; change long descriptions to sections  
17000 9006 d 20 h jmc /trunk/src/ methods package: adding checks on slot assignments, method definitons;
promptClass added; congruent arguments a la Dylan for setMethod