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