Re: [Rd] Problem with pasteing formulas (PR#8897)

2006-05-24 Thread François Pinard
[Brian Ripley] >Note: > 'as.character' truncates components of language objects to 500 > characters (was about 70 before 1.3.1). >so it is working as documented. Not then a bug. Wrong reasoning. Bugs may well be documented :-) -- François Pinard http://pinard.progiciels-bpi.ca

Re: [Rd] Problem with pasteing formulas (PR#8897)

2006-05-24 Thread ripley
See ?as.character (which paste effectively calls on non-character objects, as ?paste says): Note: 'as.character' truncates components of language objects to 500 characters (was about 70 before 1.3.1). so it is working as documented. Not then a bug. You can (and probably should) us