Skip to content

Commit

Permalink
prepare for cran release
Browse files Browse the repository at this point in the history
  • Loading branch information
DyfanJones committed Jul 8, 2024
1 parent c5a03af commit fde968f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion paws.common/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: paws.common
Type: Package
Title: Paws Low-Level Amazon Web Services API
Version: 0.7.3.9000
Version: 0.7.4
Authors@R: c(
person("David", "Kretch", email = "david.kretch@gmail.com", role = "aut"),
person("Adam", "Banker", email = "adam.banker39@gmail.com", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion paws.common/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# paws.common 0.7.3.9000
# paws.common 0.7.4
* fix `transpose` to correctly parse lists with empty first elements (#791), thanks to @FMKerckhof for raising issue.
* support refreshable credentials for `sso` (#793)
* fix region redirect for aws s3 buckets (#788) thanks to @payam-delfi for identifying issue
Expand Down
4 changes: 2 additions & 2 deletions paws.common/R/error.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ get_retry_info <- function(retry_count){
#' This expands on the condition messages generated by the httr package
#' in `httr::http_condition()`. In addition to error classes like
#' `http_error`, `http_400`, and `http_404`, this sets attributes
#' on the error condition that contain the unmarshaled error
#' reponse from AWS for the respective service.
#' on the error condition that contain the unmarshalled error
#' response from AWS for the respective service.
#'
#' @keywords internal
#' @return An S3 object that inherits from (e.g.) condition, error,
Expand Down
2 changes: 1 addition & 1 deletion paws.common/cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Submission
This release contains a hotfix.
This release fixes a few bugs

## Test environments

Expand Down
4 changes: 2 additions & 2 deletions paws.common/man/aws_error.Rd

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

0 comments on commit fde968f

Please sign in to comment.