Skip to content

Commit b08cc72

Browse files
authored
paws.common 0.7.2 cran release
2 parents 2a9ff5c + b6ebd82 commit b08cc72

File tree

7 files changed

+56
-24
lines changed

7 files changed

+56
-24
lines changed

paws.common/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: paws.common
22
Type: Package
33
Title: Paws Low-Level Amazon Web Services API
4-
Version: 0.7.1.9000
4+
Version: 0.7.2
55
Authors@R: c(
66
person("David", "Kretch", email = "[email protected]", role = "aut"),
77
person("Adam", "Banker", email = "[email protected]", role = "aut"),

paws.common/NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ importFrom(httr,with_config)
4747
importFrom(stats,runif)
4848
importFrom(utils,flush.console)
4949
importFrom(utils,modifyList)
50+
importFrom(utils,packageVersion)
5051
useDynLib(paws.common,"_paws_common_char_sort")
5152
useDynLib(paws.common,"_paws_common_check_global")
5253
useDynLib(paws.common,"_paws_common_endpoint_unescape")

paws.common/NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# paws.common 0.7.1.9000
1+
# paws.common 0.7.2
22
* improve performance of `restxml_unmarshal` by x3
33
* fix `rest_unmarshal_location_elements` only skip header if location is not found (#761)
44
* support global `endpoint_url` in config file and environmental variables (#764), thanks to @James-G-Hill for raising issue

paws.common/R/handlers_core.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#' @importFrom utils packageVersion
2+
13
#' @include util.R
24

35
# Add the name/version to the User-Agent request header.

paws.common/revdep/README.md

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,42 @@
33
|field |value |
44
|:--------|:-----------------------------------|
55
|version |R version 4.3.2 (2023-10-31) |
6-
|os |macOS Sonoma 14.0 |
6+
|os |macOS Sonoma 14.4.1 |
77
|system |aarch64, darwin20 |
88
|ui |RStudio |
99
|language |(EN) |
1010
|collate |en_US.UTF-8 |
1111
|ctype |en_US.UTF-8 |
1212
|tz |Europe/London |
13-
|date |2024-03-05 |
13+
|date |2024-04-09 |
1414
|rstudio |2023.12.1+402 Ocean Storm (desktop) |
1515
|pandoc |3.1.12.1 @ /opt/homebrew/bin/pandoc |
1616

1717
# Dependencies
1818

19-
|package |old |new |Δ |
20-
|:-----------|:------|:------|:--|
21-
|paws.common |0.7.0 |0.7.1 |* |
22-
|askpass |1.2.0 |1.2.0 | |
23-
|base64enc |0.1-3 |0.1-3 | |
24-
|cli |3.6.2 |3.6.2 | |
25-
|curl |5.2.1 |5.2.1 | |
26-
|digest |0.6.34 |0.6.34 | |
27-
|httr |1.4.7 |1.4.7 | |
28-
|jsonlite |1.8.8 |1.8.8 | |
29-
|mime |0.12 |0.12 | |
30-
|openssl |2.1.1 |2.1.1 | |
31-
|R6 |2.5.1 |2.5.1 | |
32-
|Rcpp |1.0.12 |1.0.12 | |
33-
|rlang |1.1.3 |1.1.3 | |
34-
|sys |3.4.2 |3.4.2 | |
35-
|xml2 |1.3.6 |1.3.6 | |
19+
|package |old |new |Δ |
20+
|:-----------|:----------|:------|:--|
21+
|paws.common |0.7.1.9000 |0.7.2 |* |
22+
|askpass |1.2.0 |1.2.0 | |
23+
|base64enc |0.1-3 |0.1-3 | |
24+
|cli |3.6.2 |3.6.2 | |
25+
|curl |5.2.1 |5.2.1 | |
26+
|digest |0.6.35 |0.6.35 | |
27+
|httr |1.4.7 |1.4.7 | |
28+
|jsonlite |1.8.8 |1.8.8 | |
29+
|mime |0.12 |0.12 | |
30+
|openssl |2.1.1 |2.1.1 | |
31+
|R6 |2.5.1 |2.5.1 | |
32+
|Rcpp |1.0.12 |1.0.12 | |
33+
|rlang |1.1.3 |1.1.3 | |
34+
|sys |3.4.2 |3.4.2 | |
35+
|xml2 |1.3.6 |1.3.6 | |
3636

3737
# Revdeps
3838

39+
## Failed to check (1)
40+
41+
|package |version |error |warning |note |
42+
|:--------------|:-------|:-----|:-------|:----|
43+
|paws.analytics |0.5.0 |1 | | |
44+

paws.common/revdep/cran.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
## revdepcheck results
22

3-
We checked 24 reverse dependencies (17 from CRAN + 7 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 24 reverse dependencies (16 from CRAN + 8 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
44

55
* We saw 0 new problems
6-
* We failed to check 0 packages
6+
* We failed to check 1 packages
77

8+
Issues with CRAN packages are summarised below.
9+
10+
### Failed to check
11+
12+
* paws.analytics (NA)

paws.common/revdep/failures.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
*Wow, no problems at all. :)*
1+
# paws.analytics
2+
3+
<details>
4+
5+
* Version: 0.5.0
6+
* GitHub: https://github.com/paws-r/paws
7+
* Source code: https://github.com/cran/paws.analytics
8+
* Date/Publication: 2024-01-09 20:40:02 UTC
9+
* Number of recursive dependencies: 41
10+
11+
Run `revdepcheck::revdep_details(, "paws.analytics")` for more info
12+
13+
</details>
14+
15+
## In both
16+
17+
* R CMD check timed out
18+
19+

0 commit comments

Comments
 (0)