From 073acf6e39f35aa40b83a5793b46bab79c99f46b Mon Sep 17 00:00:00 2001 From: "dyfan.jones" Date: Fri, 20 May 2022 09:34:00 +0100 Subject: [PATCH] doc: pkgdown update package website --- docs/pkgdown.yml | 2 +- docs/reference/noctua_options.html | 6 +++--- man/noctua_options.Rd | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index c5fff26..c11ed67 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -9,5 +9,5 @@ articles: convert_and_save_cost: convert_and_save_cost.html getting_started: getting_started.html how_to_retry: how_to_retry.html -last_built: 2022-05-19T15:54Z +last_built: 2022-05-20T08:29Z diff --git a/docs/reference/noctua_options.html b/docs/reference/noctua_options.html index 84a25d1..3aeb7e8 100644 --- a/docs/reference/noctua_options.html +++ b/docs/reference/noctua_options.html @@ -124,9 +124,9 @@

Arguments

unload

set AWS Athena unload functionality globally (default: FALSE)

clear_s3_resource
-

Clear down `AWS Athena` `AWS S3` resource (`s3_staging_dir` location). -This is useful if users when user's AWS IAM role doesn't have permission to -delete from `s3_staging_dir` (default: TRUE)

+

Clear down `AWS Athena` `AWS S3` resource (s3_staging_dir location). +This is useful for users that don't have the `AWS IAM role` permissions delete +from `s3_staging_dir` (default: TRUE)

verbose

print package info messages (default: TRUE)

diff --git a/man/noctua_options.Rd b/man/noctua_options.Rd index 320d304..03df693 100644 --- a/man/noctua_options.Rd +++ b/man/noctua_options.Rd @@ -42,9 +42,9 @@ Custom Json parsers can be provide by using a function with data frame parameter \item{unload}{set AWS Athena unload functionality globally (default: \code{FALSE})} -\item{clear_s3_resource}{Clear down `AWS Athena` `AWS S3` resource (`s3_staging_dir` location). -This is useful if users when user's AWS IAM role doesn't have permission to -delete from `s3_staging_dir` (default: \code{TRUE})} +\item{clear_s3_resource}{Clear down `AWS Athena` `AWS S3` resource (\code{s3_staging_dir} location). +This is useful for users that don't have the `AWS IAM role` permissions delete +from `s3_staging_dir` (default: \code{TRUE})} \item{verbose}{print package info messages (default: \code{TRUE})} }