Displaying 3 results from an estimated 3 matches for "r77229".
2019 Sep 29
2
typeof(getOption("warn")) is "integer" instead of "double" in R unstable (2019-09-27 r77229)? Reproducible?
Hi,
I have a failing unit test in my package tryCatchLog on the CRAN build infrastructure
(https://cran.r-project.org/web/checks/check_results_tryCatchLog.html)
with "R Under development (unstable) (2019-09-27 r77229)"
and the unit tests just ensures consistent behaviour of R (not of my package) as a precondition:
The failing unit test is caused by
> typeof(getOption("warn"))
> [1] "integer"
but it should be
> [1] "double"
I have no build infrastructure for dev and...
2019 Sep 29
0
typeof(getOption("warn")) is "integer" instead of "double" in R unstable (2019-09-27 r77229)? Reproducible?
On 29/09/2019 7:55 a.m., nospam at altfeld-im.de wrote:
> Hi,
>
> I have a failing unit test in my package tryCatchLog on the CRAN build infrastructure
> (https://cran.r-project.org/web/checks/check_results_tryCatchLog.html)
> with "R Under development (unstable) (2019-09-27 r77229)"
> and the unit tests just ensures consistent behaviour of R (not of my package) as a precondition:
>
> The failing unit test is caused by
>> typeof(getOption("warn"))
>> [1] "integer"
>
> but it should be
>> [1] "double"
>...
2019 Sep 29
2
typeof(getOption("warn")) is "integer" instead of "double" in R unstable (2019-09-27 r77229)? Reproducible?
...., nospam at altfeld-im.de wrote:
> > Hi,
> >
> > I have a failing unit test in my package tryCatchLog on the CRAN build infrastructure
> > (https://cran.r-project.org/web/checks/check_results_tryCatchLog.html)
> > with "R Under development (unstable) (2019-09-27 r77229)"
> > and the unit tests just ensures consistent behaviour of R (not of my package) as a precondition:
> >
> > The failing unit test is caused by
> > > typeof(getOption("warn"))
> > > [1] "integer"
> >
> > but it should be
&...