On 04/04/2016 7:12 PM, Paul Gilbert wrote:
On 04/04/2016 01:56 PM, Duncan Murdoch wrote:
On 04/04/2016 1:35 PM, Dirk Eddelbuettel wrote:
On 4 April 2016 at 07:25, Hadley Wickham wrote:
| On Sat, Apr 2, 2016 at 5:33 AM, Jan Górecki
wrote:
|
| In principle, I believe a package should pass R CM
On 04/04/2016 01:56 PM, Duncan Murdoch wrote:
On 04/04/2016 1:35 PM, Dirk Eddelbuettel wrote:
On 4 April 2016 at 07:25, Hadley Wickham wrote:
| On Sat, Apr 2, 2016 at 5:33 AM, Jan Górecki
wrote:
|
| In principle, I believe a package should pass R CMD check if no
| suggested packages are insta
>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' and
>'make check recommended' ? It is important to us that numeric results
>are reproducible between versions of
On Mon, Apr 4, 2016 at 7:39 PM, Jeroen Ooms
wrote:
> On Sun, Apr 3, 2016 at 6:44 PM, Ray Donnelly
> wrote:
> > I've started to look into building R for Windows using MSYS2 as both the
> > build environment and tools + libraries provider (where possible).
>
> Thanks for your reply, and for the pa
On Mon, Apr 4, 2016 at 12:29 PM, Duncan Murdoch
wrote:
> On 03/04/2016 9:44 PM, Ray Donnelly wrote:
>
>> Hi,
>>
>> Apologies for breaking the threading on this, I've only just signed up to
>> the list and the last email was from September 2015.
>>
>> I've started to look into building R for Windo
I was surprised by difference between using options(error=browser) and
options(error=recover) when handling an error from sys.frame that I
assume is related to the fact that the error is thrown from the
.Internal and the 'which' parameter to the closure isn't available.
> options(error=browser
On Sun, Apr 3, 2016 at 6:44 PM, Ray Donnelly wrote:
> I've started to look into building R for Windows using MSYS2 as both the
> build environment and tools + libraries provider (where possible).
Thanks for your reply, and for the patches.
Last time I had a look at this (a few months ago) anothe
On 04/04/2016 1:35 PM, Dirk Eddelbuettel wrote:
On 4 April 2016 at 07:25, Hadley Wickham wrote:
| On Sat, Apr 2, 2016 at 5:33 AM, Jan Górecki wrote:
|
| In principle, I believe a package should pass R CMD check if no
| suggested packages are installed. However, since this is not currently
The r
On 4 April 2016 at 07:25, Hadley Wickham wrote:
| On Sat, Apr 2, 2016 at 5:33 AM, Jan Górecki wrote:
|
| In principle, I believe a package should pass R CMD check if no
| suggested packages are installed. However, since this is not currently
The relevant manual says
The 'Suggests' field u
Hello,
Following Dirk's post here: https://github.com/Rdatatable/data.table/issues/1619
we would like to clarify if this is the right behaviour, and if so,
the rationale behind it.
Here's the summary (thanks to Dirk and Joshua):
Sys.setenv("TZ"="America/Chicago")
dates = as.Date("2016-03-02") +
Jan and Hadley,
There's also the issue of tests, vignettes, or examples requiring Suggested
packages (one of the core applications of Suggests, in fact). These are all
checked by R CMD check, so to ensure any package which should pass check
would do so without suggested packages installed would re
On Sat, Apr 2, 2016 at 5:33 AM, Jan Górecki wrote:
> Dear R team,
>
> Are suggested dependencies mandatory in context of `R CMD check` when
> using env var `_R_CHECK_FORCE_SUGGESTS_=FALSE`?
>
> Suggested dependencies are nice because are optional.
> But that feature often isn't valid when trying t
On 03/04/2016 9:44 PM, Ray Donnelly wrote:
Hi,
Apologies for breaking the threading on this, I've only just signed up to
the list and the last email was from September 2015.
I've started to look into building R for Windows using MSYS2 as both the
build environment and tools + libraries provider
Hi,
Apologies for breaking the threading on this, I've only just signed up to
the list and the last email was from September 2015.
I've started to look into building R for Windows using MSYS2 as both the
build environment and tools + libraries provider (where possible). I've
managed to get the te
Dear R team,
Are suggested dependencies mandatory in context of `R CMD check` when
using env var `_R_CHECK_FORCE_SUGGESTS_=FALSE`?
Suggested dependencies are nice because are optional.
But that feature often isn't valid when trying to run `R CMD check` on them.
I would like to use `export _R_CHEC
15 matches
Mail list logo