[Rd] simplify2array(higher=TRUE, listOfSingleRowDataframes)

2017-03-13 Thread William Dunlap via R-devel
I noticed that simplify2array acted oddly when given a list of data.frames of various sizes. If the data.frames have one row, it makes a new first dimension with the dimname equal to rownames(firstDataframe). That dimension does not appear for data.frames with other numbers of rows. > str(dimnam

Re: [Rd] strptime("1","%m") returns NA

2017-03-13 Thread frederik
Hi Martyn, Thanks for finding that stuff in the documentation, and apologies for not reading the whole thing carefully. I guess when I got to the minutiae about printing years before '999', I started to skim. My vote is for more sensible / standard behavior, but I guess this has probably been thi

Re: [Rd] named arguments in formula and terms

2017-03-13 Thread Achim Zeileis
Martin, thanks for the follow-up! On Mon, 13 Mar 2017, Martin Maechler wrote: Dear Achim, Achim Zeileis on Fri, 10 Mar 2017 15:02:38 +0100 writes: > Hi, we came across the following unexpected (for us) > behavior in terms.formula: When determining whether a term > is duplicate

Re: [Rd] named arguments in formula and terms

2017-03-13 Thread Martin Maechler
Dear Achim, > Achim Zeileis > on Fri, 10 Mar 2017 15:02:38 +0100 writes: > Hi, we came across the following unexpected (for us) > behavior in terms.formula: When determining whether a term > is duplicated, only the order of the arguments in function > calls seems to b