Skip to content

Commit

Permalink
update to zipr #107
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark IIH committed Aug 28, 2019
1 parent 55187fe commit 4391788
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R/rsession.R
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ gcs_source <- function(script,
#'
#' @details
#'
#' Zip/unzip is performed before upload and after download.
#' Zip/unzip is performed before upload and after download using \link[zip]{zipr}.
#'
#'
#' @return When uploading the GCS meta object; when downloading \code{TRUE} if successful
Expand All @@ -177,7 +177,7 @@ gcs_save_all <- function(directory = getwd(),
recursive = TRUE,
pattern = pattern))

zip::zip(tmp, files = the_files)
zip::zipr(tmp, files = the_files)

gcs_upload(tmp, bucket = bucket, name = directory)

Expand Down
2 changes: 1 addition & 1 deletion man/gcs_save_all.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4391788

Please sign in to comment.