On 11/12/19 14:03, Abby Spurdle wrote:
>> You can have your own rant about "user-defined binary operators being
>> over-used within the R community" without suggesting that my rant was
>> rude.
>
> I wasn't suggesting that you were rude.
> I was questioning a trend.
ok, well, I must ave misinterp
Full schedule is available on developer.r-project.org.
--
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Office: A 4.23
Email: pd@cbs.dk Priv: pda...@gmail.com
__
Hi all,
I came across an issue in using the Matrix package which made it that I
could only subset Matrices using the numeric class, but could not using
integers. Steps to reproduce the problem:
library(Matrix)
# this class has *nothing* to do with Matrix
setClass("MyClass",
representation(my
I think this is spot on. I remember all sorts of silliness when deparsing
expressions while trying to retain comments - comments moving from beginning to
end of loops or vice versa, that sort of thing. It was pretty much impossible
to stick comments into the parse tree and have them come back ou