Skip to content

Commit

Permalink
duckdb 1.0.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jul 9, 2024
1 parent fcf0a8d commit 3858298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
[submodule "duckdb"]
path = duckdb
url = https://github.com/duckdb/duckdb-r
branch = v1.0.0
branch = v1.0.0-1
[submodule "httpgd"]
path = httpgd
url = https://github.com/nx10/httpgd
Expand Down
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 43 files
+2 −0 .github/workflows/R-CMD-check.yaml
+2 −2 DESCRIPTION
+9 −0 NEWS.md
+2 −2 R/Connection.R
+1 −1 R/Driver.R
+1 −1 R/Result.R
+1 −2 R/dbConnect__duckdb_driver.R
+2 −2 R/dbExistsTable__duckdb_connection_ANY.R
+1 −0 R/dbGetInfo__duckdb_connection.R
+1 −0 R/dbGetInfo__duckdb_driver.R
+1 −0 R/dbGetInfo__duckdb_result.R
+1 −0 R/dbWriteTable__duckdb_connection_character_data.frame.R
+3 −3 cran-comments.md
+2 −2 inst/include/cpp11.hpp
+20 −3 inst/include/cpp11/R.hpp
+2 −2 inst/include/cpp11/altrep.hpp
+175 −168 inst/include/cpp11/as.hpp
+2 −2 inst/include/cpp11/attribute_proxy.hpp
+2 −2 inst/include/cpp11/data_frame.hpp
+13 −2 inst/include/cpp11/declarations.hpp
+12 −15 inst/include/cpp11/doubles.hpp
+2 −2 inst/include/cpp11/environment.hpp
+2 −2 inst/include/cpp11/external_pointer.hpp
+2 −2 inst/include/cpp11/function.hpp
+15 −14 inst/include/cpp11/integers.hpp
+3 −3 inst/include/cpp11/list.hpp
+6 −6 inst/include/cpp11/list_of.hpp
+10 −9 inst/include/cpp11/logicals.hpp
+2 −2 inst/include/cpp11/matrix.hpp
+2 −2 inst/include/cpp11/named_arg.hpp
+44 −147 inst/include/cpp11/protect.hpp
+9 −2 inst/include/cpp11/r_bool.hpp
+9 −2 inst/include/cpp11/r_string.hpp
+19 −11 inst/include/cpp11/r_vector.hpp
+14 −7 inst/include/cpp11/raws.hpp
+8 −7 inst/include/cpp11/sexp.hpp
+4 −3 inst/include/cpp11/strings.hpp
+2 −3 man/duckdb.Rd
+7 −9 man/duckdb_connection-class.Rd
+2 −4 man/duckdb_driver-class.Rd
+1 −1 man/duckdb_read_csv.Rd
+2 −4 man/duckdb_result-class.Rd
+3 −3 src/rfuns.cpp

0 comments on commit 3858298

Please sign in to comment.