Skip to content

Commit

Permalink
Test change to fix R CI, probably will not work
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpeters1208 authored Jul 8, 2024
1 parent 2d6bf4b commit c12a03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def rClientSite = Docker.registerDockerTask(project, 'rClientSite') {
runCommand("mkdir -p ${prefix}/src/rdeephaven/docs")
runCommand('''echo "status = tryCatch(" \
" {" \
" install.packages('pkgdown', repos='https://cran.r-project.org'); " \
" install.packages('pkgdown', version='2.0.0', repos='https://cran.r-project.org'); " \
" 0" \
" }," \
" error=function(e) 1," \
Expand Down

0 comments on commit c12a03b

Please sign in to comment.