From 8936be95ea965de33878040c98f913a085590667 Mon Sep 17 00:00:00 2001 From: boB Rudis Date: Mon, 19 Mar 2018 18:11:48 -0400 Subject: [PATCH] forgot to Imports: readr --- DESCRIPTION | 1 + man/dbListTables-AthenaConnection-method.Rd | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index a1de4c7..d53e071 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -23,5 +23,6 @@ Depends: Imports: DBI, dplyr, + readr, aws.signature RoxygenNote: 6.0.1.9000 diff --git a/man/dbListTables-AthenaConnection-method.Rd b/man/dbListTables-AthenaConnection-method.Rd index ca3f8d1..59b7c98 100644 --- a/man/dbListTables-AthenaConnection-method.Rd +++ b/man/dbListTables-AthenaConnection-method.Rd @@ -5,7 +5,7 @@ \alias{dbListTables,AthenaConnection-method} \title{AthenaJDBC} \usage{ -\S4method{dbListTables}{AthenaConnection}(conn, pattern = "\%", schema, ...) +\S4method{dbListTables}{AthenaConnection}(conn, pattern = "*", schema, ...) } \arguments{ \item{conn}{Athena connection}