Skip to content

Commit

Permalink
misc whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Apr 1, 2020
1 parent 1c498d0 commit 9e6aa49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ci/test_r_package_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,12 @@ Rscript build_r.R --skip-install ; Check-Output $?
$PKG_FILE_NAME = Get-Item *.tar.gz
$LOG_FILE_NAME = "lightgbm.Rcheck/00check.log"

Write-Output "Running R CMD check"
$env:_R_CHECK_FORCE_SUGGESTS_=0
if ($env:AZURE -eq "true") {
Write-Output "Running R CMD check without checking documentation"
R.exe CMD check --no-multiarch --no-manual --ignore-vignettes ${PKG_FILE_NAME} ; Check-Output $?
} else {
Write-Output "Running R CMD check as CRAN"
Write-Output "Running R CMD check as CRAN"
R.exe CMD check --no-multiarch --as-cran ${PKG_FILE_NAME} ; Check-Output $?
}

Expand Down

0 comments on commit 9e6aa49

Please sign in to comment.