diff --git a/ci/scripts/r_deps.sh b/ci/scripts/r_deps.sh index 50b3043978716..a1a1dd9155340 100755 --- a/ci/scripts/r_deps.sh +++ b/ci/scripts/r_deps.sh @@ -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,