| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 70273 |
3798 d 1 h |
maechler |
/trunk/src/library/methods/man/ |
cosmetics, notably "internal" in keywords{internal} *Rd |
|
| 68948 |
4005 d 22 h |
ripley |
/trunk/src/library/ |
use https |
|
| 59039 |
5217 d 3 h |
ripley |
/trunk/ |
use preferred form of 'R Core Team' |
|
| 58654 |
5254 d 3 h |
ripley |
/trunk/src/library/ |
move alias to a more suitable place |
|
| 49719 |
6159 d 2 h |
maechler |
/trunk/ |
replace methods' oldstyle trySilent() by a simple tryCatch() wrapper (in base). + Some docu cosmetics |
|
| 46128 |
6574 d 23 h |
jmc |
/trunk/ |
changes to allow S4 classes to extend S3 classes |
|
| 45884 |
6623 d 2 h |
maechler |
/trunk/src/library/methods/ |
getMethodsForDispatch() gains 'inherited' argument; clean up old 'TODO' |
|
| 44751 |
6710 d 19 h |
maechler |
/trunk/src/library/methods/man/ |
typo in getClass(); many uses of \linkS4class{..} |
|
| 43747 |
6794 d 20 h |
maechler |
/trunk/src/library/ |
get rid of .UsingMethodsTables() and corresponding old code; getMethodsForDispatch() only needs one arg |
|
| 42333 |
6941 d 3 h |
ripley |
/trunk/src/library/ |
add copyright/licence header
remove CVS-style $Id fields |
|
| 40191 |
7164 d 20 h |
jmc |
/trunk/ |
Correct bugs in tracing primitive functions, moving .doTrace to base and adding a list of InvalidTracedFunctions
Extend the LinearMethodsList class as a preliminary to using this instead of recursive class for methods lists.
Add a function, listFromMethods(), to generate objects from a methods table. |
|
| 39775 |
7207 d 15 h |
jmc |
/trunk/ |
mis-caching inherited methods in callNextMethod, plus small buglets in methods table |
|
| 25816 |
8377 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 |
|
| 20092 |
8809 d 19 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) |
|
| 19473 |
8855 d 18 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 14 h |
hornik |
/trunk/src/library/methods/man/ |
Cosmetics. |
|
| 17376 |
8993 d 21 h |
jmc |
/trunk/src/library/methods/ |
fixes to documentation, add proper inheritance etc for array and matrix,
increased checking for duplicate slots and other inconsistencies in class definitions |
|
| 17211 |
9000 d 23 h |
jmc |
/trunk/src/library/methods/man/ |
Various fixups; change long descriptions to sections |
|
| 16802 |
9015 d 23 h |
jmc |
/trunk/src/library/methods/ |
cleaning up documentation; don't use data.class<- |
|
| 16559 |
9033 d 23 h |
jmc |
/trunk/src/library/methods/ |
added validObject; redefined the as() mechanism; change in form of methods metadata;
getClass() and new() are fussier about undefined classes |
|