Re: [Rd] tempdir() may be deleted during long-running R session

2017-04-24 Thread Dirk Eddelbuettel
On 24 April 2017 at 12:34, frede...@ofb.net wrote: | As it is, I don't even know what distributions are affected. I'm not | sure how to look up the contents of a "default" configuration on other | distributions. So how do you think R can automate that? Hint: It can't. Dirk -- http://dirk.edde

Re: [Rd] tempdir() may be deleted during long-running R session

2017-04-24 Thread frederik
Dirk, Your message felt a bit antagonistic to me, or maybe I'm not understanding what you're trying to say. We all seem to agree that different configurations exist, and that some Linux distributions are configured to delete files in /tmp/ after a certain amount of time (seems to be 10 days for Ar

Re: [Rd] TEXINFO error when building R-3.4.0

2017-04-24 Thread Avraham Adler
The fault was mine. -I/C:/R/texinfo should have been -IC:/R/texinfo Thank you, Avi __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] TEXINFO error when building R-3.4.0

2017-04-24 Thread Avraham Adler
Hello. I am trying to build 64 bit R-3.4.0 (specifically R-patched_2017-04-23) on Windows 64 and have run into an issue with building the html files. I am using Rtools34 version 1962, the texinfo zip from unzipped into C:\R\texinfo, and Strawberry perl 5.24.

Re: [Rd] Crash after (wrongly) applying product operator on object from LIMMA package

2017-04-24 Thread Tomas Kalibera
Yes, the mentioned pull request for rJava is to workaround a JVM problem that is Linux-only. I am not aware of any related problem on OSX. In general, you can currently get two kinds of messages with infinite recursion: Error: evaluation nested too deeply: infinite recursion / options(expr

Re: [Rd] Crash after (wrongly) applying product operator on object from LIMMA package

2017-04-24 Thread Hilmar Berger
Hi January, I believe the root of the xlsx issue has been identified and a fix suggested by Tomas Kalibera (see https://github.com/s-u/rJava/pull/102). In a nutshell, Oracle Java on Linux modifies the stack in a way that makes it smaller and and the same time makes it impossible for R to detec

Re: [Rd] Crash after (wrongly) applying product operator on object from LIMMA package

2017-04-24 Thread January W.
Hi Hilmar, weird. The memory problem seems be due to recursion (my R, version 3.3.3, says: Error: evaluation nested too deeply: infinite recursion / options(expressions=)?, just write traceback() to see how it happens), but why does it segfault with xlsx? Nb xlsx is the culprit: neither rJava nor