kamapu / yamlme

R-Package for writing R-markdown documents from plain R code.
https://kamapu.github.io/yamlme/
GNU General Public License v3.0
4 stars 1 forks source link

Error rendering files in tempdir() #15

Closed kamapu closed 2 months ago

kamapu commented 2 months ago

An error was caused when using tempdir() as destination of document rendered by render_rmd(), because the PDF document was overwritten by himself, which resulted in cancelling its content.