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? -Daya
R package that Depends on "methods"
3 messages · Daya Atapattu, Thomas Friedrichsmeier, Martin Maechler
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
"Thomas" == Thomas Sch??nhoff <tschoenhoff at gmail.com>
on Fri, 21 Oct 2005 00:27:33 +0200 writes:
Thomas> Hello,
Thomas> 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?
Thomas> When typing installed.packages() at your R console you might find what
Thomas> you're looking for.
Thomas> Try Foreign , DBI or FBasics packages, relying on methods
correctly spelled, that's
'foreign', 'DBI' or 'fBasics'.
I'd recommend 'foreign' because that's a recommended package and
hence available in all standard R installations.
Martin Maechler, ETH Zurich