Skip to content
Prev 57770 / 63424 Next

calls with comment attribute

Thanks for spotting this, I've removed the old code in deparse so that 
now the comment attribute is really not printed, as documented in 
?comment. The removed code was needed at the time when comments were 
collected by the parser and stored in the comment attribute, but that is 
no longer the case, now comments are part of source references.

Best
Tomas
On 11/13/19 4:15 AM, William Dunlap via R-devel wrote: