Skip to content

Commit

Permalink
Move to duckdb-r
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 2, 2023
1 parent cff2662 commit 5a21dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/06-patch-duckdb.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 5a21dd2

Please sign in to comment.