Deploy a pkgdown website to AWS S3 bucket
Usage
pkgdownDeployToAws(
package = getwd(),
bucketDir = "s3://r.acidgenomics.com/packages/",
clean = TRUE
)
Arguments
- package
character
. Directory path to R package. Parameterized, supporting building of multiple package websites in a single call.- bucketDir
character(1)
. AWS S3 bucket path.- clean
logical(1)
. Ensure pkgdown website build is clean, and also deleted after upload to AWS S3.