Skip to content
Prev 5192 / 63424 Next

long formulas in terms() (PR#873)

On Thu, 8 Mar 2001 jerome@stat.ubc.ca wrote:

            
<snip>
The problem is in fixFormulaObject in terms.formula(). It uses deparse()
on the lhs of the formula.

A work-around is to change the line near the top of fixFormulaObject in
terms.formula from
	else deparse(form[[2]])
 to
	else deparse(form[[2]],width.cutoff=200)

but this may not be the final solution -- we should have something without
a width limit

	-thomas

Thomas Lumley			Asst. Professor, Biostatistics
tlumley@u.washington.edu	University of Washington, Seattle

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._