Skip to content
Back to formatted view

Raw Message

Message-ID: <5ad2dec0510201527n6dddb164y@mail.gmail.com>
Date: 2005-10-20T22:27:33Z
From: Thomas Friedrichsmeier
Subject: R package that Depends on "methods"
In-Reply-To: <435803AE.1070208@LindaSpaces.com>

Hello,


2005/10/20, Daya Atapattu <daya at lindaspaces.com>:
> I am trying to build a package that depends on "methods"
> package.  I am getting an error "protection stack overflow"
> at the INSTALL phase of  "check".  Can someone please
> point me to a package that depends on "methods" so that
> I can follow it?

When typing installed.packages() at your R console you might find what
you're looking for.
Try Foreign , DBI or FBasics packages, relying on methods

Good luck,

Thomas