Bioconductor / BiocStyle

Issues and pull requests for BiocStyle should go here.
12 stars 20 forks source link

Fix: pass `nomatch = 0` to `match` function #57

Closed mhyfritz closed 5 years ago

mhyfritz commented 6 years ago

In line 218 of pdf_document.R, the default no-match value NA raises following error:

Error in if (idx > 0) sprintf("default-%s.tex", template_versions[idx]) else "default.tex" :
  missing value where TRUE/FALSE needed
aoles commented 5 years ago

Good catch, thank you for the fix!