Skip to content

Commit

Permalink
docs and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Nov 7, 2023
1 parent 13470ef commit de94707
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 17 deletions.
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ S3method(store_delete_objects,default)
S3method(store_delete_objects,tar_aws)
S3method(store_delete_objects,tar_gcp)
S3method(store_ensure_correct_hash,default)
S3method(store_ensure_correct_hash,tar_aws)
S3method(store_ensure_correct_hash,tar_cloud)
S3method(store_ensure_correct_hash,tar_gcp)
S3method(store_ensure_correct_hash,tar_store_file)
S3method(store_ensure_correct_hash,tar_url)
S3method(store_exist_object,default)
Expand Down
4 changes: 0 additions & 4 deletions R/class_aws.R
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,6 @@ store_upload_object_aws <- function(store) {
invisible()
}

#' @export
store_ensure_correct_hash.tar_aws <- function(store, storage, deployment) {
}

#' @export
store_has_correct_hash.tar_aws <- function(store) {
hash <- store_aws_hash(store)
Expand Down
1 change: 0 additions & 1 deletion R/class_cloud.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ store_hash_late.tar_cloud <- function(store) {

#' @export
store_ensure_correct_hash.tar_cloud <- function(store, storage, deployment) {
store_wait_correct_hash(store)
}

#' @export
Expand Down
4 changes: 0 additions & 4 deletions R/class_gcp.R
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,6 @@ store_upload_object_gcp <- function(store) {
invisible()
}

#' @export
store_ensure_correct_hash.tar_gcp <- function(store, storage, deployment) {
}

#' @export
store_has_correct_hash.tar_gcp <- function(store) {
hash <- store_gcp_hash(store = store)
Expand Down
6 changes: 4 additions & 2 deletions man/tar_delete.Rd

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

6 changes: 4 additions & 2 deletions man/tar_destroy.Rd

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

6 changes: 4 additions & 2 deletions man/tar_prune.Rd

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

0 comments on commit de94707

Please sign in to comment.