Re: [Rd] timezone tests and R-devel

2020-10-30 Thread Kasper Daniel Hansen
On Fri, Oct 23, 2020 at 11:10 AM Sebastian Meyer wrote: > Yes, you are absolutely right and I'm pretty sure this will be fixed in > one way or another. > > IMO, the failing test should simply use all.equal.POSIXt's new argument > check.tzone=FALSE. > I agree that this is a simple fix and I am wo

[Rd] bug report for make check

2020-10-30 Thread Kasper Daniel Hansen
I would like to request access to bugzilla to file a bug report on make check for R-devel. Following changes to all.equal.POSIXt, make check now reports an error if the environment variable TZ is set to TZ="US/Eastern" (and likely other values). This can be addressed by using the argument chec

Re: [Rd] bug report for make check

2020-10-30 Thread Tomas Kalibera
Dear Kasper, if you want to submit a bug via bugzilla, please first read https://www.r-project.org/bugs.html and you will learn there that there is an email address to use when asking for an account, not all R-devel mailing list readers need to read that. Moreover, I can see you already hav

Re: [Rd] bug report for make check

2020-10-30 Thread Kasper Daniel Hansen
Thanks, I'm going to shut up then. Despite having been reported multiple times, it was not at all clear to me that this was being worked on with the intention of addressing make check - that is one of the limitations of the communication system we use. Best, Kasper On Fri, Oct 30, 2020 at 11:38

Re: [Rd] Change to I() in R 4.1

2020-10-30 Thread Pages, Herve
On 10/29/20 23:08, Pages, Herve wrote: ... > > I can think of 2 ways to move forward: > > 1. Keep I()'s current implementation but suppress the warning. We'll > make the necessary adjustments to DataFrame() to repair columns supplied > as I() objects. Note that we would still be in the situation

Re: [Rd] [External] Re: Change to I() in R 4.1

2020-10-30 Thread luke-tierney
On Fri, 30 Oct 2020, Pages, Herve wrote: On 10/29/20 23:08, Pages, Herve wrote: ... I can think of 2 ways to move forward: 1. Keep I()'s current implementation but suppress the warning. We'll make the necessary adjustments to DataFrame() to repair columns supplied as I() objects. Note that w

Re: [Rd] [External] Re: Change to I() in R 4.1

2020-10-30 Thread Pages, Herve
On 10/30/20 10:48, luke-tier...@uiowa.edu wrote: > On Fri, 30 Oct 2020, Pages, Herve wrote: > >> >> On 10/29/20 23:08, Pages, Herve wrote: >> ... >>> >>> I can think of 2 ways to move forward: >>> >>> 1. Keep I()'s current implementation but suppress the warning. We'll >>> make the necessary adj