Re: [Rd] Encourage exit with nonzero error status in ?last.dump

2014-06-13 Thread Scott Kostyshak
On Fri, Jun 13, 2014 at 5:32 AM, Martin Maechler wrote: >> Scott Kostyshak >> on Fri, 13 Jun 2014 02:04:36 -0400 writes: > > > The following example in ?dump.frames options(error = > > quote({dump.frames(to.file = TRUE); q()})) > > > is useful for teaching the user how to

Re: [Rd] what is the current correct repos structure for mac osx binaries?

2014-06-13 Thread Simon Urbanek
On Jun 13, 2014, at 5:41 PM, Skye Bender-deMoll wrote: > Dear R-developers, > > As part of our package building process, we maintain internal CRAN-like > repositories of our packages. This has worked pretty well, but we are > running into issues with R 3.1 and OSX mavericks. > > Specificall

[Rd] what is the current correct repos structure for mac osx binaries?

2014-06-13 Thread Skye Bender-deMoll
Dear R-developers, As part of our package building process, we maintain internal CRAN-like repositories of our packages. This has worked pretty well, but we are running into issues with R 3.1 and OSX mavericks. Specifically, machines with osx mavericks seem to, by default, expect packages t

Re: [Rd] Is it possible to make install.packages compile source code on Unix but use shipped binary on Windows?

2014-06-13 Thread Prof Brian Ripley
On 13/06/2014 11:10, Renaud Gaujoux wrote: Hi, is it possible to make install.packages install a source package by compiling it on Unix, but skip compilation and use a pre-built windows binary (shipped in exec/) if installing on Windows? A 'pre-built windows binary' of what? You can easily sh

[Rd] Is it possible to make install.packages compile source code on Unix but use shipped binary on Windows?

2014-06-13 Thread Renaud Gaujoux
Hi, is it possible to make install.packages install a source package by compiling it on Unix, but skip compilation and use a pre-built windows binary (shipped in exec/) if installing on Windows? The package should be installable on Windows machines that do not have Rtools installed. This is to ma

Re: [Rd] Encourage exit with nonzero error status in ?last.dump

2014-06-13 Thread Martin Maechler
> Scott Kostyshak > on Fri, 13 Jun 2014 02:04:36 -0400 writes: > The following example in ?dump.frames options(error = > quote({dump.frames(to.file = TRUE); q()})) > is useful for teaching the user how to save a frame dump > when R encounters an error during non-inter