Skip to content

inappropriate warning in latticeExtra

4 messages · Duncan Murdoch, Richard M. Heiberger, Deepayan Sarkar

#
This is still not repaired in
 R version 3.6.0 Patched (2019-05-17 r76528)
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
<deepayan.sarkar at gmail.com> wrote:
#
On 14/06/2019 9:12 a.m., Richard M. Heiberger wrote:
That looks like a bug in the latticeExtra package, not in base R.  In 
particular, the latticeExtra:::c.trellis function appears to be trying 
to take the formals of NULL, and that's why you get the warning.

Duncan Murdoch
#
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 <murdoch.duncan at gmail.com>
wrote:

  
  
#
On Fri, Jun 14, 2019 at 6:42 PM Richard M. Heiberger <rmh at temple.edu> wrote:
Sorry I have been neglecting this (and some lattice bugs as well). I
should get time to work on this after mid-July.

-Deepayan