Skip to content
Prev 31656 / 63424 Next

documentation questions

I read
to mean that it should produce no output, but I suspect you meant you 
wanted it to pass its argument through verbatim.

If we were continuing with the Rdconv.pm I would be suggesting adding 
some markup for that job (e.g. \verbdontrun), but as we are 
transitioning to another system adding anything right now is a lot of 
extra work.

To change Rdconv.pm for latex, the line is (in code2latex, l.2639 in 
R-devel)

     $text = replace_addnl_command($text, "dontrun",
 				  "## Not run: ", "## End(Not run)");

and AFAICS it would need to be

     $text = undefine_command($text, "dontrun");
On Thu, 5 Mar 2009, Terry Therneau wrote:

            
Looking more closely, it all depends how Perl lists directories: that 
could be in almost any order but I am seeing collated orders.