Skip to content
Prev 45091 / 63424 Next

Suggestion: Custom filename patterns for non-Sweave vignettes

There are several reasons I decided against that:

   - two packages may request overlapping patterns, making it much 
messier to do the matching, checking etc, since the matching would have 
to depend on the package being processed.

   - one package may request a pattern that another package uses for 
auxiliary files, e.g. .bib.  If a user has both types of vignette it 
would just be a mess.

   - the extension is also used to determine the output format.  We only 
support LaTeX (which will be converted to PDF) and HTML output.  It 
would be reasonable to support direct PDF output, but I don't think any 
other output formats should be supported.

I understand that forcing you to use .Rmd instead of .html.rsp may look 
unsightly, but I think the extensions need to be fixed, not customizable.

Duncan Murdoch
On 13-02-14 10:29 PM, Henrik Bengtsson wrote: