Skip to content

Commit

Permalink
Fix build file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpeters1208 committed Aug 7, 2024
1 parent ae71dda commit 7ecda06
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', repos='https://cran.r-project.org'); " \
" 0" \
" }," \
" error=function(e) 1," \
Expand Down

0 comments on commit 7ecda06

Please sign in to comment.