We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e1214 commit 560a075Copy full SHA for 560a075
.github/workflows/R-CMD-check.yaml
@@ -42,4 +42,5 @@ jobs:
42
# install full prebuilt version
43
TINYTEX_INSTALLER: TinyTeX
44
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')"
+ - 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