From 5a21dd2f1aa486263488969a7ae883f11189c517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sat, 2 Sep 2023 20:24:29 +0200 Subject: [PATCH] Move to duckdb-r --- tools/06-patch-duckdb.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/06-patch-duckdb.R b/tools/06-patch-duckdb.R index 85649635..266c9463 100644 --- a/tools/06-patch-duckdb.R +++ b/tools/06-patch-duckdb.R @@ -3,4 +3,4 @@ source("tools/00-funs.R", echo = TRUE) brio::read_file("tests/testthat/test-rel_api.R") %>% str_replace_all("duckdb:::?", "") %>% str_replace_all("DBI::", "") %>% - brio::write_file("../duckdb/tools/rpkg/tests/testthat/test-rel_api.R") + brio::write_file("../duckdb-r/tests/testthat/test-rel_api.R")