Skip to content

Commit 560a075

Browse files
committed
fix syntax error
1 parent 22e1214 commit 560a075

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ jobs:
4242
# install full prebuilt version
4343
TINYTEX_INSTALLER: TinyTeX
4444

45-
- run: Rscript -e "install.packages(c('tinytex', 'xdvir'));trace(system2, tracer = quote(cat(sprintf('tracing system2: %s\n', paste(c(env, shQuote(command), args), collapse = ' ')))), print = FALSE); xdvir::grid.latex('text')"
45+
- run: Rscript -e "install.packages(c('tinytex', 'xdvir'))"
46+
- run: Rscript -e "trace(system2, tracer = quote(cat(paste(c(env, shQuote(command), args), collapse = ' '))),print = FALSE); xdvir::grid.latex('text')"

0 commit comments

Comments
 (0)