<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
hello R-users,
<br>I'm trying to port from S+4 a library called S2HTML.
<br>generic function&nbsp;HTMLExport, when called for a lm object, uses
HTMLExport.lm which itself calls HTMLExport.list to export the summary.
<br>My problem is that HTMLExport.list may itself call HTMLExport (and
so HTMLExport.list) for&nbsp; components of the lists that are lists themselves
(like "terms" component of an lm object).
<br>I get the following error message in this case :
<br>Error in as.vector(x) : evaluation is nested too deeply: infinite recursion?
<br>I believe this error is due to a too deep recursion but maybe there
is a way to overcome this error (shouldn't it be a warning?).
<br>I would be very grateful if anybody could help me or give me a hint.
<br>thanks,
<br>&nbsp;&nbsp;&nbsp; Mathieu
<br>PS : code of these functions is in my last 2 mails.
<br>&nbsp;
<pre>--&nbsp;
------------------------------------------------------------------
Mathieu Ros&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sigma+
<A HREF="http://mathieu.ros.free.fr/">http://mathieu.ros.free.fr/</A>&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp; <A HREF="http://www.sigmaplus.fr">http://www.sigmaplus.fr</A>
DESS ing&eacute;nierie math&eacute;matique&nbsp; |&nbsp; 5 place st pierre, Toulouse
&nbsp;&nbsp;&nbsp; (biostatistiques)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |
------------------------------------------------------------------
l'exp&eacute;rience est le nom que chacun donne a ses erreurs. Wilde</pre>
&nbsp;</html>