Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update R DESCRIPTION file to include URL #5919

Merged
merged 2 commits into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <[email protected]>
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
Loading