Skip to content

Commit

Permalink
fix: R CI docsite issue (deephaven#5729)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpeters1208 committed Jul 8, 2024
1 parent 619ba4e commit a301587
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,10 @@ 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('devtools'); " \
" require(devtools); " \
" remove.packages('pkgdown'); " \
" devtools::install_version('pkgdown', version='2.0.0', repos='https://cran.r-project.org'); " \
" 0" \
" }," \
" error=function(e) 1," \
Expand Down

0 comments on commit a301587

Please sign in to comment.