Skip to content

Commit

Permalink
Check dependent packages (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
DyfanJones authored Mar 5, 2024
2 parents 81e1f24 + 9cb550f commit 83a5017
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 0 deletions.
7 changes: 7 additions & 0 deletions paws.common/revdep/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
checks
library
checks.noindex
library.noindex
cloud.noindex
data.sqlite
*.html
38 changes: 38 additions & 0 deletions paws.common/revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Platform

|field |value |
|:--------|:-----------------------------------|
|version |R version 4.3.2 (2023-10-31) |
|os |macOS Sonoma 14.0 |
|system |aarch64, darwin20 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |Europe/London |
|date |2024-03-05 |
|rstudio |2023.12.1+402 Ocean Storm (desktop) |
|pandoc |3.1.12.1 @ /opt/homebrew/bin/pandoc |

# Dependencies

|package |old |new |Δ |
|:-----------|:------|:------|:--|
|paws.common |0.7.0 |0.7.1 |* |
|askpass |1.2.0 |1.2.0 | |
|base64enc |0.1-3 |0.1-3 | |
|cli |3.6.2 |3.6.2 | |
|curl |5.2.1 |5.2.1 | |
|digest |0.6.34 |0.6.34 | |
|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 | |
|R6 |2.5.1 |2.5.1 | |
|Rcpp |1.0.12 |1.0.12 | |
|rlang |1.1.3 |1.1.3 | |
|sys |3.4.2 |3.4.2 | |
|xml2 |1.3.6 |1.3.6 | |

# Revdeps

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

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

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

1 change: 1 addition & 0 deletions paws.common/revdep/failures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
1 change: 1 addition & 0 deletions paws.common/revdep/problems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*

0 comments on commit 83a5017

Please sign in to comment.