[Roxygen-devel] usage section and long equasions

Hadley Wickham hadley at rice.edu
Mon Feb 20 11:34:11 CET 2012


> in theory, i see the problem. allthough i'd suggest to break lines after
> commas only, so the only problematic case would be a comma followed by space
> inside a quote:
>
>  c(" ", ' ', "', '", "\" \"", "\\ ")
>
> but still, even if we ignored this for the time being, i fail to see the
> benefit that the current state
>
>  c(" ", ' ', "', '
>
> has over the proposed
>
>  c(" ", ' ', "',
>  '", "\" \"",
>  "\\ ")
>
> sure this isn't perfect either, but at least you get to see the rest of the
> vector. so i'd consider this an improvement, nonetheless. it should work in
> almost all of the cases, because it would only apply to options which are too
> long anyway, and what are the odds that these also have a quoted comma+space
> exactly in the problematic place?

Basically, I don't want to add code that I know doesn't work -
obviously, I'd prefer not to already have code that doesn't work, but
I want to make it better, not worse.

Hadley

-- 
Assistant Professor / Dobelman Family Junior Chair
Department of Statistics / Rice University
http://had.co.nz/


More information about the Roxygen-devel mailing list