Skip to content

Commit

Permalink
Update duckdb repo
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisnic committed Sep 7, 2023
1 parent 3b4a6b1 commit e48bbbd
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', subdir = '/tools/rpkg', build = FALSE)"
fi

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

0 comments on commit e48bbbd

Please sign in to comment.