metrumresearchgroup / review

helpful tools for organizing and performing quality control (QC) tasks
https://metrumresearchgroup.github.io/review/
2 stars 0 forks source link

renderQCsummary returns blank document when it is not run from root #81

Closed kylebaron closed 2 months ago

kylebaron commented 2 months ago

When I run from script, the document is blank (see attached); when I move back up to the project root, the document is filled in.

> getwd()
[1] "/path/to/project/script"
> review::renderQCSummary()

> review::renderQCSummary()

> setwd("../")
> review::renderQCSummary()

qc-summary-blank.pdf

andersone1 commented 2 months ago

@kylebaron Thank you for drawing this to our attention. This will be fixed in the upcoming release.