Skip to content
Prev 10793 / 63424 Next

Problem in 'methods' package (PR#4525)

feferraz@linux.ime.usp.br wrote:
It is. See below.
Package "methods" has a namespace from which .valueClassTest() is not
exported, but it's in there, try:
  methods:::.valueClassTest

I think .valueClassTest() is not intended to be called by the user, so
the bug seems to be in package DBI rather than in R, and the maintainer
of DBI (David A. James <dj@bell-labs.com>, in CC) will certainly fix it.

Uwe Ligges