Skip to content

Commit a301587

Browse files
fix: R CI docsite issue (deephaven#5729)
1 parent 619ba4e commit a301587

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

R/build.gradle

+4-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,10 @@ def rClientSite = Docker.registerDockerTask(project, 'rClientSite') {
179179
runCommand("mkdir -p ${prefix}/src/rdeephaven/docs")
180180
runCommand('''echo "status = tryCatch(" \
181181
" {" \
182-
" install.packages('pkgdown', repos='https://cran.r-project.org'); " \
182+
" install.packages('devtools'); " \
183+
" require(devtools); " \
184+
" remove.packages('pkgdown'); " \
185+
" devtools::install_version('pkgdown', version='2.0.0', repos='https://cran.r-project.org'); " \
183186
" 0" \
184187
" }," \
185188
" error=function(e) 1," \

0 commit comments

Comments
 (0)