Skip to content
Prev 1881 / 12125 Next

[R-pkg-devel] loadMethod() not available with Rscript

Hi Thierry,

On Wed, Sep 20, 2017 at 7:45 AM, Thierry Onkelinx
<thierry.onkelinx at inbo.be> wrote:
Rscript does not load/attach the "methods" package like is done in an
interactive R session.

Perhaps your package uses a package that needs methods::loadMethod(),
but does not import it correctly?