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
/
setSClass.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 7 h
murdoch
/branches/djm-parseRd/
Create temporary branch for Rd parsing code.
46128
6574 d 6 h
jmc
/trunk/
changes to allow S4 classes to extend S3 classes
44751
6710 d 2 h
maechler
/trunk/src/library/methods/man/
typo in getClass(); many uses of \linkS4class{..}
42333
6940 d 10 h
ripley
/trunk/src/library/
add copyright/licence header
remove CVS-style $Id fields
39360
7254 d 3 h
jmc
/trunk/
in .R files, use double quotes consistently in messages; in .Rd files, replace pointer to out-of-date web page
26093
8359 d 22 h
jmc
/trunk/src/library/
need to use .GlobalEnv in cacheGenericsMetaData until
we get rid of the global method tables for primitives
25118
8420 d 20 h
hornik
/trunk/src/library/
Use new Rd commands for marking words and phrases.
23531
8542 d 9 h
hornik
/trunk/src/library/methods/man/
Misc improvements and cosmetics.
21345
8708 d 3 h
jmc
/trunk/src/library/methods/man/
fix problems shown by test-all-extras
20620
8768 d 1 h
jmc
/trunk/src/library/methods/
Use of sealed classes; various fixes esp. to the next methods
code and arising from introduction earlier of classRepresentation and SClassExtension classes
20330
8791 d 1 h
jmc
/trunk/src/
1. New meta-data classes for classRepresentation and for inheritance
(both extends and subclasses). More consistent with the green book &
opens the way to allowing same class name on different packages.
2. The methods package no longer copies any objects into the base
library at startup (as a consequence, it no longer uses data.class).
Another consequence is that the actual code for the trace function had
to be moved to the methods package to get the correct version of
class. The trace in base now constructs and evaluates a call to the
function in methods.
19029
8884 d 21 h
hornik
/trunk/src/library/methods/man/
Cosmetics.
16447
9044 d 6 h
jmc
/trunk/src/library/methods/man/
cleaning up some documentation
15357
9119 d 0 h
jmc
/trunk/src/library/methods/
the methods library