Skip to content

Commit

Permalink
Merge pull request #803 from DyfanJones/paws.common-v0.7.4
Browse files Browse the repository at this point in the history
Update revdep check
  • Loading branch information
DyfanJones authored Jul 8, 2024
2 parents 7d1930c + 0a74a5c commit cdd996d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 50 deletions.
42 changes: 18 additions & 24 deletions paws.common/revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,38 @@
# Platform

|field |value |
|:--------|:-----------------------------------|
|version |R version 4.3.2 (2023-10-31) |
|os |macOS Sonoma 14.4.1 |
|system |aarch64, darwin20 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |Europe/London |
|date |2024-04-09 |
|rstudio |2023.12.1+402 Ocean Storm (desktop) |
|pandoc |3.1.12.1 @ /opt/homebrew/bin/pandoc |
|field |value |
|:--------|:----------------------------------------|
|version |R version 4.4.1 (2024-06-14) |
|os |macOS Sonoma 14.4.1 |
|system |aarch64, darwin20 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |Europe/London |
|date |2024-07-08 |
|rstudio |2024.04.2+764 Chocolate Cosmos (desktop) |
|pandoc |3.2.1 @ /opt/homebrew/bin/pandoc |

# Dependencies

|package |old |new |Δ |
|:-----------|:----------|:------|:--|
|paws.common |0.7.1.9000 |0.7.2 |* |
|paws.common |0.7.3.9000 |0.7.4 |* |
|askpass |1.2.0 |1.2.0 | |
|base64enc |0.1-3 |0.1-3 | |
|cli |3.6.2 |3.6.2 | |
|cli |3.6.3 |3.6.3 | |
|curl |5.2.1 |5.2.1 | |
|digest |0.6.35 |0.6.35 | |
|digest |0.6.36 |0.6.36 | |
|httr |1.4.7 |1.4.7 | |
|jsonlite |1.8.8 |1.8.8 | |
|mime |0.12 |0.12 | |
|openssl |2.1.1 |2.1.1 | |
|openssl |2.2.0 |2.2.0 | |
|R6 |2.5.1 |2.5.1 | |
|Rcpp |1.0.12 |1.0.12 | |
|rlang |1.1.3 |1.1.3 | |
|rlang |1.1.4 |1.1.4 | |
|sys |3.4.2 |3.4.2 | |
|xml2 |1.3.6 |1.3.6 | |

# Revdeps

## Failed to check (1)

|package |version |error |warning |note |
|:--------------|:-------|:-----|:-------|:----|
|paws.analytics |0.5.0 |1 | | |

9 changes: 2 additions & 7 deletions paws.common/revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
## revdepcheck results

We checked 24 reverse dependencies (16 from CRAN + 8 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 24 reverse dependencies (1 from CRAN + 23 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 1 packages
* We failed to check 0 packages

Issues with CRAN packages are summarised below.

### Failed to check

* paws.analytics (NA)
20 changes: 1 addition & 19 deletions paws.common/revdep/failures.md
Original file line number Diff line number Diff line change
@@ -1,19 +1 @@
# paws.analytics

<details>

* Version: 0.5.0
* GitHub: https://github.com/paws-r/paws
* Source code: https://github.com/cran/paws.analytics
* Date/Publication: 2024-01-09 20:40:02 UTC
* Number of recursive dependencies: 41

Run `revdepcheck::revdep_details(, "paws.analytics")` for more info

</details>

## In both

* R CMD check timed out


*Wow, no problems at all. :)*

0 comments on commit cdd996d

Please sign in to comment.