Displaying 1 result from an estimated 1 matches for "sabot".
Did you mean:
abot
2005 Oct 09
3
[ subscripting sometimes loses names (PR#8192)
...;atp at piskorski.com>
http://www.piskorski.com/
--rwEMma7ioTxnRzrJ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="fix-names.s"
dtk.null <- function(...) {}
#
# Fix loss of dimnames when subcripting with "[":
#
# According to Gary Sabot <gary at sabot.com>, S-Plus originally had the
# correct name-preserving behavior we want. Then in 1996 Insightful
# broke that in Splus 3.4, which Gary fixed for his own use. In 2001,
# Splus 6.0 broke something in Gary's fix, he posted questions to the
# s-news list, generating discus...