Skip to content

Commit

Permalink
fix: update R DESCRIPTION file to include URL (#5919)
Browse files Browse the repository at this point in the history
Add the URL for Deephaven's RDoc to the `DESCRIPTION` file of the
`rdeephaven` package. This change is newly required by `pkgdown` 2.1.0.
#5729 provided a
temporary fix for this break, and this PR also reverts that temporary
fix.
  • Loading branch information
alexpeters1208 authored Aug 9, 2024
1 parent 9d8da50 commit f3fb208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions R/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,7 @@ def rClientSite = Docker.registerDockerTask(project, 'rClientSite') {
runCommand("mkdir -p ${prefix}/src/rdeephaven/docs")
runCommand('''echo "status = tryCatch(" \
" {" \
" install.packages('devtools'); " \
" require(devtools); " \
" remove.packages('pkgdown'); " \
" devtools::install_version('pkgdown', version='2.0.0', repos='https://cran.r-project.org'); " \
" install.packages('pkgdown', repos='https://cran.r-project.org'); " \
" 0" \
" }," \
" error=function(e) 1," \
Expand Down
1 change: 1 addition & 0 deletions R/rdeephaven/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Version: 0.36.0
Date: 2023-05-12
Author: Deephaven Data Labs
Maintainer: Alex Peters <alexpeters@deephaven.io>
URL: https://deephaven.io/core/client-api/r/
Description: The `rdeephaven` package provides an R API for communicating with the Deephaven server and working with Deephaven tables.
In this release, we support connecting to the Deephaven server with three authentication methods including anonymous,
username/password, and general key/value authentication. Once the connection has been established, we provide the tools to
Expand Down

0 comments on commit f3fb208

Please sign in to comment.