Re: [Rd] class() |--> c("matrix", "arrary") [was "head.matrix ..."]

2019-11-13 Thread Pages, Herve
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

[Rd] R 3.6.2 scheduled for December 12

2019-11-13 Thread Peter Dalgaard via R-devel
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 __

[Rd] Troubles using numeric in s4 class union

2019-11-13 Thread Ezra Tucker
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

Re: [Rd] calls with comment attribute

2019-11-13 Thread peter dalgaard
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