Skip to content
Prev 14136 / 63461 Next

R-exts.texi: suggestion for small change to Vignette section (PR#7323)

Hmm, why not change the Sweave code to support multiple comment chars?

The code for index computations on vignettes is based on

vignetteMetaRE <- function(tag)
    paste("[[:space:]]*%+[[:space:]]*\\\\Vignette", tag,
          "\{([^}]*)\}", sep = "")

-k