Re: [Rd] R not responding (must force quit) when saving graphic to PDF (bug?)

2016-04-11 Thread Henrik Bengtsson
I'm not an OS X user, but two things you might look into/help you troubleshoot: 1. Because you said it only happens when you try to overwrite an existing PDF, could it be that there is another process holding onto (=locking) the PDF file that you're trying to write to? For instance, are you viewi

Re: [Rd] R not responding (must force quit) when saving graphic to PDF (bug?)

2016-04-11 Thread Neil French Collier
Dear Wolfgang, Thanks for your response. No, I haven't tried doing the complete reinstallation as you suggest. If I recall correctly, this has happened on previous occasions but like I said in my email it's not all that disruptive to my workflow. It's more like a 'first world problem'. I was enc

Re: [Rd] Understanding POSIXct creation on different OSes.

2016-04-11 Thread Dirk Eddelbuettel
Bumping this up to the front again ... because it exhibits a difference in behaviour of R across OSs. Such a 'feature' may not be desirable. On 4 April 2016 at 18:00, Arunkumar Srinivasan wrote: | Hello, | | Following Dirk's post here: https://github.com/Rdatatable/data.table/issues/1619 | we

Re: [Rd] R not responding (must force quit) when saving graphic to PDF (bug?)

2016-04-11 Thread Wolfgang Huber
Dear Neil Have you tried with completely uninstalling your R, and reinstalling a more recent version (e.g. 3.2.4 right now). And then the same with your operating system - OS X is currently at 10.11.4. There is likely not much interest (or benefit) in chasing such things in obsolete versions. A

[Rd] R not responding (must force quit) when saving graphic to PDF (bug?)

2016-04-11 Thread Neil French Collier
Dear colleagues, I wish to report a problem I encounter when trying to save a graphic to file. When I produce a graphic and try to save it R becomes unresponsive and I must force quit, and then restart R. The problem occurs when I try to overwrite an existing graphic: for example when I made chang

Re: [Rd] [R-SIG-Finance] [VC++ calling R] How to create a real-time interactive ticking time-series chart using dygraph via RInside?

2016-04-11 Thread Joshua Ulrich
Please choose *one* _relevant_ mailing list. Spamming 5 (!) mailing lists fragments the conversation and makes things difficult for everyone involved. On Mon, Apr 11, 2016 at 10:03 AM, Mike Deanza wrote: > Hi all, > > > I am trying to figure out how to do this in R and I need your help. > >

Re: [Rd] Optimization bug when byte compiling with gcc 5.3.0 on windows

2016-04-11 Thread Martin Maechler
> Ravi Varadhan > on Mon, 11 Apr 2016 12:42:35 + writes: > all.equal.eigen() should also accommodate complex vectors, right? > Ravi Yes, definitely. The ?eigen help page does nicely mention that in the complex the eigen vectors are even less determined, i.e. you could

Re: [Rd] Optimization bug when byte compiling with gcc 5.3.0 on windows

2016-04-11 Thread Ravi Varadhan
all.equal.eigen() should also accommodate complex vectors, right? Ravi From: R-devel on behalf of Martin Maechler Sent: Monday, April 11, 2016 3:08 AM To: William Dunlap Cc: r-devel; Jeroen Ooms Subject: Re: [Rd] Optimization bug when byte compiling with

Re: [Rd] Optimization bug when byte compiling with gcc 5.3.0 on windows

2016-04-11 Thread Martin Maechler
> William Dunlap via R-devel > on Mon, 4 Apr 2016 12:26:38 -0700 writes: >> If I recall correctly, some eigen vectors had their >> direction flipped (negative values became positive and >> vice versa). Did you notice anything of this kind when >> running 'make check'