From 061e69f119b6e5f0385d8bf620705e64fb542c1f Mon Sep 17 00:00:00 2001 From: James Lamb Date: Sun, 2 Feb 2025 20:29:45 -0600 Subject: [PATCH] Update .ci/test-r-package-windows.ps1 --- .ci/test-r-package-windows.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/.ci/test-r-package-windows.ps1 b/.ci/test-r-package-windows.ps1 index c406a5c30182..9c95d06e028a 100644 --- a/.ci/test-r-package-windows.ps1 +++ b/.ci/test-r-package-windows.ps1 @@ -177,8 +177,6 @@ Write-Output "Done installing CMake" Write-Output "Installing dependencies" Rscript.exe --vanilla ".ci/install-r-deps.R" --build --test ; Assert-Output $? -# $command_args_patch = "commandArgs <- function(...){c('--build', '--test')};" -# Invoke-R-Code-Redirect-Stderr "$command_args_patch source('install-r-deps.R')" ; Assert-Output $? Write-Output "Building R-package"