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
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
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
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
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 +
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
> 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
> 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
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