From 15161d9ec22d532db94a15bf1fe30ddac49a87cf Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Sun, 27 Oct 2024 18:02:06 +0300 Subject: [PATCH] split line better --- .ci/test-r-package-windows.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/test-r-package-windows.ps1 b/.ci/test-r-package-windows.ps1 index 7651253cf62..15c2c053bd7 100644 --- a/.ci/test-r-package-windows.ps1 +++ b/.ci/test-r-package-windows.ps1 @@ -177,8 +177,8 @@ Write-Output "Done installing CMake" Write-Output "Installing dependencies" $packages = -join @( - "c('data.table', 'jsonlite', 'knitr', 'markdown', 'Matrix', 'processx', 'R6', ", - "'RhpcBLASctl', 'testthat'), dependencies = c('Imports', 'Depends', 'LinkingTo')" + "c('data.table', 'jsonlite', 'knitr', 'markdown', 'Matrix', 'processx', 'R6', 'RhpcBLASctl', 'testthat'), ", + "dependencies = c('Imports', 'Depends', 'LinkingTo')" ) $params = -join @( "options(install.packages.check.source = 'no'); ",