Skip to content
Snippets Groups Projects
Commit 06dff41f authored by SamCH93's avatar SamCH93
Browse files

address Rachel's comments and overall polish

parent 7979298a
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ CMD if [ "$pdfdocker" = "false" ] ; then \
&& mv figure/* /output/figure/ ; \
else \
echo "compiling PDF inside Docker" \
&& Rscript -e "tinytex::install_tinytex()" --vanilla \
# && Rscript -e "tinytex::install_tinytex()" --vanilla \
## knit Rnw to tex and compile tex inside docker to PDF
&& Rscript -e "knitr::knit2pdf('"$FILE".Rnw')" --vanilla \
&& mv "$FILE".pdf /output/ ; \
......
This diff is collapsed.
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment