R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-gcontext
/
src
/
library
/
methods
/
man
/
setGeneric.Rd
@ 28362
– Rev 26795
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
26795
8308 d 7 h
/branches/R-gcontext/
This commit was manufactured by cvs2svn to create branch 'R-gcontext'.
26530
8330 d 14 h
maechler
/trunk/src/library/methods/man/
fixed all codoc("methods", use.values=NULL)
26000
8365 d 15 h
ripley
/trunk/src/library/
replace \testonly by \dontshow
25118
8421 d 0 h
hornik
/trunk/src/library/
Use new Rd commands for marking words and phrases.
23572
8540 d 8 h
jmc
/trunk/src/library/methods/man/
*** empty log message ***
22292
8628 d 9 h
jmc
/trunk/src/library/methods/
fix to show for traced functions; make setGeneric a no-op if
the function is already generic (unsafe otherwise)
21345
8708 d 7 h
jmc
/trunk/src/library/methods/man/
fix problems shown by test-all-extras
20676
8763 d 5 h
jmc
/trunk/src/library/methods/man/
better tests for group generics and basic functions
20092
8809 d 6 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)
19474
8855 d 5 h
jmc
/trunk/src/library/methods/man/
added example of setGroupGeneric
19473
8855 d 6 h
jmc
/trunk/src/library/methods/
fixes to classes that extend matrix and other structures;
fix setGeneric, setGroupGeneric, callGeneric to make group methods work better on primitives
(these fixes are candidates for 1.5.1)
19029
8885 d 1 h
hornik
/trunk/src/library/methods/man/
Cosmetics.
18976
8887 d 6 h
jmc
/trunk/src/library/methods/
new trace, initialize, other mods (see NEWS)
18558
8909 d 4 h
jmc
/trunk/
cleaning up slot assignments, introducing callNextMethod,
fix bugs in handling classes with data part and in function new
16802
9015 d 10 h
jmc
/trunk/src/library/methods/
cleaning up documentation; don't use data.class<-
16764
9018 d 8 h
jmc
/trunk/src/
add formal methods do DispatchGroup; some efficiency and
reliability changes to methods package and main/objects.c for methods
16707
9022 d 11 h
jmc
/trunk/
make formal method dispatch internal via DispatchOrEval
for primitive functions
15571
9108 d 17 h
ripley
/trunk/src/library/methods/
corrections from running R CMD check on methods: still many more problems
15357
9119 d 4 h
jmc
/trunk/src/library/methods/
the methods library