Skip to content

Commit

Permalink
split line better
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Oct 27, 2024
1 parent 0b01ac5 commit 15161d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/test-r-package-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'); ",
Expand Down

0 comments on commit 15161d9

Please sign in to comment.