From c88bae112e6e26fc8f145d02bc699550a19649dd Mon Sep 17 00:00:00 2001 From: Vadim Khotilovich Date: Fri, 26 Jan 2018 12:27:33 -0600 Subject: [PATCH] change cmd to cmd.exe in appveyor (#3071) --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index af0e800c7..aa04937c1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -53,7 +53,7 @@ install: Import-Module "$Env:TEMP\appveyor-tool.ps1" Bootstrap $DEPS = "c('data.table','magrittr','stringi','ggplot2','DiagrammeR','Ckmeans.1d.dp','vcd','testthat','igraph','knitr','rmarkdown')" - cmd /c "R.exe -q -e ""install.packages($DEPS, repos='$CRAN', type='win.binary')"" 2>&1" + cmd.exe /c "R.exe -q -e ""install.packages($DEPS, repos='$CRAN', type='win.binary')"" 2>&1" } build_script: