Skip to content

Commit

Permalink
webapp/latex/rnw: R command args should never change
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldschilly committed Jul 13, 2018
1 parent 4b2f3d2 commit 18c4839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smc-webapp/frame-editors/latex-editor/knitr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { BuildLog } from "./actions";

// this still respects the environment variables and init files
const R_CMD = "R";
const R_ARGS: string[] = [
const R_ARGS: ReadonlyArray<string> = [
"--no-save",
"--no-restore",
"--quiet",
Expand Down

0 comments on commit 18c4839

Please sign in to comment.