Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkeane committed May 26, 2024
1 parent 8ecb4b4 commit 9d773e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/r_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ SCRIPT="as_cran <- !identical(tolower(Sys.getenv('NOT_CRAN')), 'true')
env <- c('_R_CHECK_CRAN_INCOMING_REMOTE_'='TRUE')
# Attempt to install pandoc, this will only work on systems with apt
system(c('apt', 'install', '-y', 'pandoc')
system(c('apt', 'install', '-y', 'pandoc'))
} else {
args <- c('--no-manual', '--ignore-vignettes')
build_args <- '--no-build-vignettes'
Expand Down

0 comments on commit 9d773e5

Please sign in to comment.