akoyabio / phenoptrReports

Create analysis reports from inForm data.
https://akoyabio.github.io/phenoptrReports
zlib License
15 stars 7 forks source link

Use user output directory for rmarkdown temp files #5

Closed AB-Kent closed 5 years ago

AB-Kent commented 5 years ago

By default, rmarkdown::render uses the directory of the template (.Rmd) file for temporary files. For phenoptrReports, this is the inst/rmd directory, which may not be writable. Use the intermediates_dir argument to render to put temp files in the output directory, which must be writable.