Displaying 1 result from an estimated 1 matches for "rspweave".
Did you mean:
r2sweave
2013 Feb 15
1
Suggestion: Custom filename patterns for non-Sweave vignettes
...ave artifact (e.g. a *.tex file).
I'd like to propose to extend this non-Sweave mechanism to allow for
any filename patterns still using a very similar setup. Here is how
I'd like it to see it work with RSP vignettes (cf. the R.rsp package):
tools::vignetteEngine("rsp", weave=rspWeave, tangle=rspTangle,
patterns="[.]rsp$")
Argument 'patterns' could default to patterns=c("[.][RrSs](nw|tex)$",
"[.]Rmd$").
This is just a sketch/mock up and it may be that there are better
solutions. However, the idea is that when specify 'VignetteBuilder:...