Open mayerbry opened 1 month ago
solution: replace knitr::opts_knit$get("rmarkdown.pandoc.to")
with get_output_type()
which handles a null return
Do you encounter any problems with using insert_break()
, insert_references_section_header()
, or insert_ref()
when running interactively? I ask because these also directly access knitr::opts_knit$get("rmarkdown.pandoc.to")
. It looks like insert_ref()
already has some NULL
-handling. If we're wanting to support running the Rmds interactively, this might be a good time to make any needed fixes there as well.
the following code
produces the error
Error in if (knitr::opts_knit$get("rmarkdown.pandoc.to") == "latex") { : argument is of length zero
when run interactively