We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5502a90 commit 76bc023Copy full SHA for 76bc023
R/zzz.R
@@ -10,7 +10,7 @@
10
s3_register("adbcdrivermanager::adbc_connection_init", "duckdb_database_adbc")
11
s3_register("adbcdrivermanager::adbc_statement_init", "duckdb_connection_adbc")
12
13
- if (!requireNamespace("rlang")) {
+ if (!requireNamespace("rlang", quietly = TRUE)) {
14
rethrow_restore()
15
}
16
0 commit comments