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
/
djm-parseRd
/
src
/
library
/
methods
/
man
/
promptClass.Rd
– Rev 46659
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
46659
6501 d 8 h
murdoch
/branches/djm-parseRd/
Create temporary branch for Rd parsing code.
46128
6574 d 7 h
jmc
/trunk/
changes to allow S4 classes to extend S3 classes
42333
6940 d 11 h
ripley
/trunk/src/library/
add copyright/licence header
remove CVS-style $Id fields
41508
7018 d 20 h
ripley
/trunk/src/library/
add require() or :: calls where needed
39016
7271 d 8 h
jmc
/trunk/
Changes to methods and class management
26530
8330 d 12 h
maechler
/trunk/src/library/methods/man/
fixed all codoc("methods", use.values=NULL)
26000
8365 d 12 h
ripley
/trunk/src/library/
replace \testonly by \dontshow
25410
8400 d 5 h
hornik
/trunk/src/library/methods/
Make handling of arg 'filename' in promptClass() and promptMethods()
consistent with what prompt() and promptData() do.
23029
8573 d 23 h
hornik
/trunk/
QA => QC where correct.
20092
8809 d 3 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 0 h
jmc
/trunk/src/library/methods/man/
add class documentation and revise other, esp. where
database was used (not an R term)
19064
8882 d 23 h
jmc
/trunk/src/library/methods/man/
fixups to promptClass, MethodsList class definition
19029
8884 d 22 h
hornik
/trunk/src/library/methods/man/
Cosmetics.
18994
8886 d 10 h
hornik
/trunk/src/library/
Cosmetics and Rd markup fixes/improvements.
17454
8988 d 2 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
17210
9000 d 7 h
jmc
/trunk/src/library/methods/
add docType entry, other fixups to promptMethods, promptClass
17055
9003 d 1 h
jmc
/trunk/src/library/methods/
fix to bug in show; typo in promptClass.Rd
17000
9005 d 7 h
jmc
/trunk/src/
methods package: adding checks on slot assignments, method definitons;
promptClass added; congruent arguments a la Dylan for setMethod