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
/
WinMake
/
src
/
library
/
methods
/
man
/
new.Rd
@ 77458
– Rev 30063
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
30063
8065 d 18 h
/branches/WinMake/
This commit was manufactured by cvs2svn to create branch 'WinMake'.
27625
8260 d 23 h
ripley
/trunk/src/library/
typos from PR5632 and PR5730
26000
8367 d 3 h
ripley
/trunk/src/library/
replace \testonly by \dontshow
25816
8378 d 23 h
jmc
/trunk/src/library/methods/
changes to generic functions and dispatch, making functions more self-contained
and preparatory to making classes and methods work with namespaces
23678
8534 d 22 h
jmc
/trunk/src/library/methods/man/
various corrections
23531
8544 d 2 h
hornik
/trunk/src/library/methods/man/
Misc improvements and cosmetics.
20330
8792 d 17 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
8886 d 14 h
hornik
/trunk/src/library/methods/man/
Cosmetics.
18976
8888 d 18 h
jmc
/trunk/src/library/methods/
new trace, initialize, other mods (see NEWS)
18558
8910 d 17 h
jmc
/trunk/
cleaning up slot assignments, introducing callNextMethod,
fix bugs in handling classes with data part and in function new
15514
9113 d 3 h
ripley
/trunk/
changes suggested by the QA tools
15357
9120 d 16 h
jmc
/trunk/src/library/methods/
the methods library