[Roxygen-devel] roxygen

Peter Danenberg pcd at roxygen.org
Tue Apr 7 20:08:17 CEST 2009


> This allowed me to keep track of comments # (which the standard R
> parser does not) and also roxygen comments #'.

That's fantastic; right now, we depend upon parse() to identify the
toplevel code blocks, and parse the space in between.

One thing that has eluded us are intrablock comments such as:

  f <- function() {
    #' foo
    bar <- zot
  }

which I understand your parser tweaks would help us identify.

Any chance of your code making it into trunk?


More information about the Roxygen-devel mailing list