Skip to content

[R-pkg-devel] Note: no function found corresponding to methods exports for show

2 messages · Mikael Jagan

#
Sounds like your NAMESPACE is missing importFrom(methods, show) ... ?
I'm not sure why you could not reproduce the problem locally, given that
check uses _R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_=true by default.
But it is hard to say anything without a link to the package sources ...

Mikael
#
On 2023-10-08 5:43 pm, Mikael Jagan wrote:
Reading tools:::.check_packages I see that this environment variable is
not relevant to this particular test.  Still, do import generic functions
for which you define methods, from all packages != "base".

Mikael