Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Export RSTUDIO_PANDOC
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Oct 18, 2018
1 parent c22bf7c commit 62e3420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Results-template/Scripts/pcacall.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
args <- commandArgs(trailingOnly = TRUE)
DIR <- args[1]
outHtml <- args[2]
# Sys.setenv(RSTUDIO_PANDOC="/Applications/RStudio.app/Contents/MacOS/pandoc")
Sys.setenv(RSTUDIO_PANDOC="/usr/local/apps/rstudio/rstudio-1.1.447/bin/pandoc/")
setwd(DIR) # new
rmarkdown::render("PcaReport.Rmd",output_file=outHtml, params = list(
folder = args[1],
Expand Down

0 comments on commit 62e3420

Please sign in to comment.