Re: [Rd] socketSelect(..., timeout): non-integer timeouts in (0, 2) (?) equal infinite timeout on Linux - weird

2017-10-05 Thread Tomas Kalibera
Fixed in 73470 Best, Tomas On 10/05/2017 06:11 AM, Henrik Bengtsson wrote: I'd like to follow up/bump the attention to this bug causing the timeout to fail for socketSelect() on Unix. It is still there in R 3.4.2 and R-devel. I've identified the bug in the R source code - the bug is due to fl

Re: [Rd] R CMD Rd2pdf and macros

2017-10-05 Thread Kasper Daniel Hansen
If anyone else (besides Kurt, thanks) is following this, I want to note that this behaviour depends on whether you run R CMD Rd2pdf pkgname on the output of R CMD build, ie. if pkgname was made by untarring a source tarball or if it is on a "pure" development directory. The differences is the ex

Re: [Rd] socketSelect(..., timeout): non-integer timeouts in (0, 2) (?) equal infinite timeout on Linux - weird

2017-10-05 Thread Henrik Bengtsson
Thanks Tomas. I can confirm that this bug is gone in / it works with: > sessionInfo() R Under development (unstable) (2017-10-05 r73472) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 16.04.3 LTS /Henrik On Thu, Oct 5, 2017 at 6:13 AM, Tomas Kalibera wrote: > Fixed in 73470 > >