From problems running analysis without MikTeX.
Good practice: 1) minimize need to render to pdf (have started stopping at *.md files in some cases, and should be OK anywhere we don't need complex plots in a "report" or log), 2) don't calculate variables in Rmd files that are needed later, but use them only to generate reports
From problems running analysis without MikTeX.
Good practice: 1) minimize need to render to pdf (have started stopping at *.md files in some cases, and should be OK anywhere we don't need complex plots in a "report" or log), 2) don't calculate variables in Rmd files that are needed later, but use them only to generate reports