Skip to content

Commit

Permalink
Merge branch 'main' into aron-desc-links
Browse files Browse the repository at this point in the history
  • Loading branch information
aronatkins authored Feb 26, 2024
2 parents ee9a5c6 + 2fa4ee7 commit bcef8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/lazy.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#'
#' @export
tbl_connect <- function(src, from = c("users", "groups", "content", "usage_shiny", "usage_static", "audit_logs"), ...) {
rlang::check_required("dbplyr")
rlang::check_installed("dbplyr")

validate_R6_class(src, "Connect")

Expand Down

0 comments on commit bcef8e7

Please sign in to comment.