Closed mhyfritz closed 5 years ago
In line 218 of pdf_document.R, the default no-match value NA raises following error:
pdf_document.R
NA
Error in if (idx > 0) sprintf("default-%s.tex", template_versions[idx]) else "default.tex" : missing value where TRUE/FALSE needed
Good catch, thank you for the fix!
In line 218 of
pdf_document.R
, the default no-match valueNA
raises following error: