Re: [Rd] Incompatible change in R-devel

2017-03-21 Thread Dirk Eddelbuettel
On 21 March 2017 at 17:18, Prof Brian Ripley wrote: | On 21/03/2017 16:38, Dirk Eddelbuettel wrote: | > On 21 March 2017 at 07:29, Prof Brian Ripley wrote: | > | As of today's commit r72375 all packages with native-routine | > | registration of C or Fortran routines need to be reinstalled in R-dev

Re: [Rd] Error "Warning in read_symbols_from_dll(so, rarch): this requires 'objdump.exe' to be on the PATH

2017-03-21 Thread Prof Brian Ripley
On 21/03/2017 17:12, Uwe Ligges wrote: On 19.03.2017 23:50, Christophe Genolini wrote: Hi all, I try to compile my package kml and I get the message [That will not be 'compiling': it may be from R CMD check, e.g. from wuth --as-cran in R-devel.] Warning in read_symbols_from_dll(so,rarch

Re: [Rd] Incompatible change in R-devel

2017-03-21 Thread Prof Brian Ripley
On 21/03/2017 16:38, Dirk Eddelbuettel wrote: Hi Brian, On 21 March 2017 at 07:29, Prof Brian Ripley wrote: | As of today's commit r72375 all packages with native-routine | registration of C or Fortran routines need to be reinstalled in R-devel | (and that include some of the recommended packag

Re: [Rd] Error "Warning in read_symbols_from_dll(so, rarch): this requires 'objdump.exe' to be on the PATH

2017-03-21 Thread Uwe Ligges
On 19.03.2017 23:50, Christophe Genolini wrote: Hi all, I try to compile my package kml and I get the message Warning in read_symbols_from_dll(so,rarch): this requires 'objdump.exe' to be on the PATH I check 'Writing R Extensions' but I did not find any reference to this error. Does someone

Re: [Rd] Hyperbolic tangent different results on Windows and Mac

2017-03-21 Thread Uwe Ligges
On 21.03.2017 10:54, Martin Maechler wrote: Rodrigo Zepeda on Fri, 17 Mar 2017 12:56:06 -0600 writes: > Dear all, > We seem to have found a "strange" behaviour in the hyperbolic tangent > function tanh on Windows. > When running tanh(356 + 0i) the Windows result is NaN +

Re: [Rd] Incompatible change in R-devel

2017-03-21 Thread Dirk Eddelbuettel
Hi Brian, On 21 March 2017 at 07:29, Prof Brian Ripley wrote: | As of today's commit r72375 all packages with native-routine | registration of C or Fortran routines need to be reinstalled in R-devel | (and that include some of the recommended packages in R itself which | will not be reinstalle

Re: [Rd] Hyperbolic tangent different results on Windows and Mac

2017-03-21 Thread Martin Maechler
> Rodrigo Zepeda > on Fri, 17 Mar 2017 12:56:06 -0600 writes: > Dear all, > We seem to have found a "strange" behaviour in the hyperbolic tangent > function tanh on Windows. > When running tanh(356 + 0i) the Windows result is NaN + 0.i while on Mac > the result is

Re: [Rd] outer not applying a constant function

2017-03-21 Thread Martin Maechler
> William Dunlap > on Mon, 20 Mar 2017 10:20:11 -0700 writes: >> Or is this a bad idea? > I don't like the proposal. I have seen code like the following (in > fact, I have written such code, where I had forgotten a function was > not vectorized) where the error would

[Rd] Incompatible change in R-devel

2017-03-21 Thread Prof Brian Ripley
As of today's commit r72375 all packages with native-routine registration of C or Fortran routines need to be reinstalled in R-devel (and that include some of the recommended packages in R itself which will not be reinstalled via make dependencies, so we advise a clean rebuild of R). We try t