Re: [Rd] BUG?: A copy of base::`+` (primitive) is not a clone but a "pointer"

2019-11-25 Thread Benjamin Tyner
For what it's worth, the current behavior seems to have begun starting with version 3.6.0. If I run in version 3.5.3: > p1 <- .Primitive('+') ; p2 <- p1 ; attr(p1, "myattr") <- 1 ; p2 function (e1, e2)  .Primitive("+") On 11/18/19 10:45 AM, Martin Maechler wrote: >>/Tomas Kalibera />>

Re: [Rd] class() |--> c("matrix", "arrary") -- and S3 dispatch

2019-11-25 Thread Jan Gorecki
In case if anyone needs daily R-devel there is my build scheduled on GitLab. As of now based on Ubuntu 16.04, R built using: --with-recommended-packages --enable-strict-barrier --disable-long-double Predefined Makevars for building pkgs using: -g -O2 -Wall -pedantic -fstack-protector-strong -D_FORT

Re: [Rd] class() |--> c("matrix", "arrary") -- and S3 dispatch

2019-11-25 Thread Dirk Eddelbuettel
On 21 November 2019 at 17:57, Martin Maechler wrote: | (if you use a version of R-devel, with svn rev >= 77446; which | you may get as a binary for Windows in about one day; everyone | else needs to compile for the sources .. or wait a bit, maybe | also not much longer than one day, for a dock

Re: [Rd] Can't build R 3.6.1 or 3.5.3 on Ubuntu 18.04 LTS

2019-11-25 Thread Saren Tasciyan
On 11/25/19 5:54 PM, Dirk Eddelbuettel wrote: On 24 November 2019 at 22:24, Saren Tasciyan wrote: | Yes I am aware of it. So why not use them? I did at the end. But one might be maybe paranoid, maybe develop R, maybe this is what open source means | And yes, I have libicu60 installed. Is it

Re: [Rd] Can't build R 3.6.1 or 3.5.3 on Ubuntu 18.04 LTS

2019-11-25 Thread Dirk Eddelbuettel
On 24 November 2019 at 22:24, Saren Tasciyan wrote: | Yes I am aware of it. So why not use them? | And yes, I have libicu60 installed. Is it the configure script making a | mistake? Err, no. The configure setup is as solid as they come. But as Peter already said: "have lib$FOO installed" of