| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 52864 |
5808 d 2 h |
urbaneks |
/branches/R-exp-R5/ |
Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system |
|
| 51231 |
5985 d 0 h |
maechler |
/trunk/src/library/base/man/ |
- add replacement forms to \usage{..}
- document the different [ and [[ behavior on named atomic vectors. |
|
| 50903 |
6047 d 4 h |
hornik |
/trunk/ |
Typos. |
|
| 50896 |
6047 d 22 h |
falcon |
/trunk/ |
Allow n-dim arrays to be subsetted by an n-column character matrix
The character matrix is converted to the corresponding integer matrix
by matching against the dimnames of the array. NA values in any row
of the character matrix are propagated to the result. Unmatched
values result in a subscript out of bounds error. Empty string "" is
not allowed to match and therefore always results in an error. |
|
| 50675 |
6078 d 20 h |
ripley |
/trunk/src/library/base/man/ |
change is not yet operational |
|
| 50609 |
6084 d 17 h |
jmc |
/trunk/ |
Changes to fix efficiency in dispatch, potential recursive loops, and
incorrect signatures, all for S4 methods for primitive functions.
1. A bug in get_primitive_methods prevented all quick dispatch of primitives from
working. Fixing this exposed a problem in quickDispatch in methods
that prevented matching methods with traiiling "missing" in the
signature.
2. A mechanism was added to temporarily turn off all dispatch of methods for
primitives. The code for findInheritedMethods activates the
mechanism. At the moment, this is just for efficiency, but in
principle it could be needed to avoid recursive calls to
findInheritedMethods.
3. The signatures for "$" and "$<-" were modified to remove "name",
since the grammar prevents general objects for this argument.
Some additional changes were tested but not installed to allow a
general signature in methods for "[", "[[" and their replacement
versions. Problems found with the Matrix package for this change. See
the commented calls to DiispatchAnyOrEval in src/main. |
|
| 49649 |
6165 d 9 h |
ripley |
/trunk/src/library/ |
comments inside paras are blank lines now, so split the para |
|
| 49612 |
6167 d 20 h |
hornik |
/trunk/src/library/ |
Rd markup. |
|
| 48681 |
6269 d 10 h |
ripley |
/trunk/ |
make named index args a warning not an error |
|
| 48650 |
6271 d 4 h |
ripley |
/trunk/src/library/base/man/ |
update |
|
| 47616 |
6402 d 19 h |
ripley |
/trunk/src/library/ |
expand tabs in help files, which were often not rendering as intended |
|
| 47262 |
6429 d 11 h |
ripley |
/trunk/ |
more on Rd version 1.1
use unescaped forms in help files |
|
| 46889 |
6468 d 7 h |
ripley |
/trunk/src/library/ |
remove old comments 'as from R 2.y.z' |
|
| 46117 |
6578 d 5 h |
ripley |
/trunk/ |
Using $ on a function is now an error. |
|
| 44435 |
6741 d 4 h |
ripley |
/trunk/ |
doc updates |
|
| 43878 |
6778 d 21 h |
ripley |
/trunk/ |
bug fix in summary.mlm, printCoefmat
make drop() and [,,drop=TRUE] more S-compatible |
|
| 43389 |
6837 d 10 h |
ripley |
/trunk/ |
fix bug that [[""]] worked |
|
| 43383 |
6838 d 8 h |
ripley |
/trunk/src/library/base/man/ |
clarifications on character indices, update for [[exact=TRUE]] |
|
| 43377 |
6838 d 10 h |
ripley |
/trunk/src/library/base/man/ |
typo and clarifications |
|
| 43222 |
6856 d 7 h |
ripley |
/trunk/src/library/base/man/ |
update |
|