From 344e36f1f4bbed79ff5c17a5bf971b540325a51a Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Thu, 14 Dec 2023 13:15:08 -0800 Subject: [PATCH] line too long fix in buckets.R --- R/bucket.R | 3 ++- man/aws_file_copy.Rd | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/R/bucket.R b/R/bucket.R index fc9a9ef..e1ff11e 100644 --- a/R/bucket.R +++ b/R/bucket.R @@ -47,7 +47,8 @@ bucket_create_if_not <- function(bucket, force = FALSE) { if (!force) { if (yesno("{.strong {bucket}} does not exist. Create it?")) { cli::cli_inform("Exiting without creating bucket {.strong {bucket}}") - cli::cli_inform("Run again & respond affirmatively or use `aws_bucket_create`") + cli::cli_inform("Run again & respond affirmatively + or use `aws_bucket_create`") return(invisible()) } } diff --git a/man/aws_file_copy.Rd b/man/aws_file_copy.Rd index cffa677..c49e515 100644 --- a/man/aws_file_copy.Rd +++ b/man/aws_file_copy.Rd @@ -10,7 +10,7 @@ aws_file_copy(remote_path, bucket, force = FALSE, ...) \item{remote_path}{(character) one or more remote S3 paths. required} \item{bucket}{(character) bucket to copy files to. required. -if the bucket does not exist we prompt you asking if youl'd like +if the bucket does not exist we prompt you asking if you'd like the bucket to be created} \item{force}{(logical) force bucket creation without going through