[R] protection stack overflow??
Prof Brian Ripley
ripley at stats.ox.ac.uk
Tue Jun 14 10:22:49 CEST 2005
On Tue, 14 Jun 2005, Hu Chen wrote:
> Hi dear Rers,
> I am using SSOAP package to access SOAP service at NCBI.
> I followed the example code in SSOAP but failed.
>
>> z <- .SOAP("http://www.ncbi.nlm.nih.gov/entrez/eutils/soap/soap_adapter.cgi", method="run_eInfo", db="pubmed", action = I("einfo"))
> Error: protect(): protection stack overflow
>
> what's wrong?
Your code is overflowing the protection stack. Most likely due to heavy
recursion: see ?Startup as to how to increase the stack size.
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UK Fax: +44 1865 272595
More information about the R-help
mailing list