Skip to content

Commit 8c46398

Browse files
committed
remove hard import of withr as its in Suggests now
1 parent b2778e1 commit 8c46398

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

‎NAMESPACE‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,3 @@ importFrom(s3fs,s3_path)
191191
importFrom(tibble,as_tibble)
192192
importFrom(tibble,tibble)
193193
importFrom(tidyr,pivot_wider)
194-
importFrom(withr,defer)

‎R/configure.R‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ print.aws_settings <- function(x, ...) {
5454
#' Without verbose output
5555
#' @export
5656
#' @importFrom rlang env_poke
57-
#' @importFrom withr defer
5857
#' @param code (expression) Code to run without verbose output.
5958
#' @return The results of the evaluation of the code argument
6059
without_verbose <- function(code) {

0 commit comments

Comments
 (0)