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-Win-CMD
/
src
/
library
/
methods
/
man
/
GenericFunctions.Rd
@ 77458
– Rev 28254
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
28254
20662 d 18 h
/branches/R-Win-CMD/
This commit was manufactured by cvs2svn to create branch 'R-Win-CMD'.
26240
8352 d 5 h
jmc
/trunk/src/library/methods/
bug fixes and doc. updates mostly from methods/classes in namespaces
26113
8358 d 21 h
pd
/trunk/src/library/methods/man/
match braces
26093
8360 d 20 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 2 h
jmc
/trunk/src/
namespace for methods package--see todays mail to r-devel
26000
8366 d 8 h
ripley
/trunk/src/library/
replace \testonly by \dontshow
25351
8405 d 0 h
jmc
/trunk/src/library/methods/
Revision to use class objects instead of metadata to store relations
25118
8421 d 18 h
hornik
/trunk/src/library/
Use new Rd commands for marking words and phrases.
22294
8629 d 2 h
jmc
/trunk/src/library/methods/man/
tests for standardGeneric, since nosegfault tests do
nothing (because test is run without the methods package)
20676
8763 d 22 h
jmc
/trunk/src/library/methods/man/
better tests for group generics and basic functions
20092
8809 d 23 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
8882 d 20 h
jmc
/trunk/src/library/methods/man/
add class documentation and revise other, esp. where
database was used (not an R term)
19029
8885 d 19 h
hornik
/trunk/src/library/methods/man/
Cosmetics.
17454
8988 d 22 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
8999 d 7 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 3 h
jmc
/trunk/src/library/methods/man/
Various fixups; change long descriptions to sections
17000
9006 d 3 h
jmc
/trunk/src/
methods package: adding checks on slot assignments, method definitons;
promptClass added; congruent arguments a la Dylan for setMethod