Skip to content

Commit

Permalink
apacheGH-37614: [R][CI] Update CI jobs due to duckdb repo moving (apa…
Browse files Browse the repository at this point in the history
…che#37615)

### Rationale for this change

Duckdb have moved the R package to a separate repo

### What changes are included in this PR?

Updates the duckdb R package dev repo 

### Are these changes tested?

No

### Are there any user-facing changes?

No
* Closes: apache#37614

Authored-by: Nic Crane <[email protected]>
Signed-off-by: Jacob Wujciak-Jens <[email protected]>
  • Loading branch information
thisisnic authored Sep 8, 2023
1 parent da602af commit a6c12bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/r_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ${R_BIN} -e "options(warn=2); install.packages('remotes'); remotes::install_cran

# Install DuckDB from github when requested
if [ ${R_DUCKDB_DEV} == "true" ]; then
${R_BIN} -e "remotes::install_github('duckdb/duckdb', subdir = '/tools/rpkg', build = FALSE)"
${R_BIN} -e "remotes::install_github('duckdb/duckdb-r', build = FALSE)"
fi

# Separately install the optional/test dependencies but don't error on them,
Expand Down

0 comments on commit a6c12bc

Please sign in to comment.