Re: [Rd] inappropriate warning in latticeExtra

2019-12-06 Thread Deepayan Sarkar
On Fri 6 Dec, 2019, 6:46 PM Richard M. Heiberger, wrote: > This problem is still present in > Yes, my bad. I'm traveling till Monday, but will get an update out as soon as possible after I'm back. -Deepayan > > version >_ > platform x86_64-w64-mingw32 > arch x8

Re: [Rd] inappropriate warning in latticeExtra

2019-12-06 Thread Richard M. Heiberger
This problem is still present in > version _ platform x86_64-w64-mingw32 arch x86_64 os mingw32 system x86_64, mingw32 status Under development (unstable) major 4 minor 0.0 year 2019 month 12 day

Re: [Rd] inappropriate warning in latticeExtra

2019-06-15 Thread Deepayan Sarkar
On Fri, Jun 14, 2019 at 6:42 PM Richard M. Heiberger wrote: > > This is still not repaired in > R version 3.6.0 Patched (2019-05-17 r76528) > > library(latticeExtra) > > a <- xyplot(1 ~ 1) > > c(a,a) > Warning message: > In formals(fun) : argument is not a function > > Can we have it in R-3.6.1

Re: [Rd] inappropriate warning in latticeExtra

2019-06-14 Thread Richard M. Heiberger
Yes. You identified it a while ago and Deepayan wrote that he fixed it on r-forge a year ago. It still isn't on cran. On Fri, Jun 14, 2019 at 16:04 Duncan Murdoch wrote: > On 14/06/2019 9:12 a.m., Richard M. Heiberger wrote: > > This is still not repaired in > > R version 3.6.0 Patched (2019-

Re: [Rd] inappropriate warning in latticeExtra

2019-06-14 Thread Duncan Murdoch
On 14/06/2019 9:12 a.m., Richard M. Heiberger wrote: This is still not repaired in R version 3.6.0 Patched (2019-05-17 r76528) library(latticeExtra) a <- xyplot(1 ~ 1) c(a,a) Warning message: In formals(fun) : argument is not a function Can we have it in R-3.6.1 that Peter just announced?

Re: [Rd] inappropriate warning in latticeExtra

2019-06-14 Thread Richard M. Heiberger
This is still not repaired in R version 3.6.0 Patched (2019-05-17 r76528) > library(latticeExtra) > a <- xyplot(1 ~ 1) > c(a,a) Warning message: In formals(fun) : argument is not a function Can we have it in R-3.6.1 that Peter just announced? Rich On Mon, Apr 2, 2018 at 4:08 AM Deepayan Sarkar

Re: [Rd] inappropriate warning in latticeExtra

2018-04-02 Thread Deepayan Sarkar
On Fri, Mar 23, 2018 at 7:58 AM, Richard M. Heiberger wrote: > The warning message in the last line of this email is incorrect. > This is behavior which Duncan Murdoch labeled a bug in >https://stat.ethz.ch/pipermail/r-help/2017-December/450494.html Yes, sorry, this has been fixed in the r-fo

[Rd] inappropriate warning in latticeExtra

2018-03-22 Thread Richard M. Heiberger
The warning message in the last line of this email is incorrect. This is behavior which Duncan Murdoch labeled a bug in https://stat.ethz.ch/pipermail/r-help/2017-December/450494.html This is a fresh install of R-devel (2018-03-21 r74436) R Under development (unstable) (2018-03-21 r74436) -