Skip to content

Commit

Permalink
R CMD checks and reverse dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkox committed Mar 28, 2023
1 parent c09cb76 commit 8092954
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 26 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
# workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master, CRAN]
branches: [main, master, cran]
pull_request:
branches: [main, master]

Expand Down
18 changes: 11 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Test environments
# R CMD check results

* local macOS install, R 4.0.3
* ubuntu 16.04.6 (on travis-ci), R-devel, 4.0.2, 3.6.3
* win-builder (with `devtools::check_win_release()`)
0 errors | 0 warnings | 0 notes

# R CMD check results
# Test environments

There were no ERRORs, WARNINGs or NOTEs.
- local macOS install, R 4.2.3
- ubuntu 22.04.2 (using GitHub Actions), 4.2.3
- winbuilder R 4.3.0 alpha (with `devtools::check_win_release()`)

# Downstream dependencies

There are no downstream dependencies of this package on CRAN.
We checked 3 reverse dependencies (1 from CRAN + 2 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 revdep/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ checks.noindex
library.noindex
data.sqlite
*.html
cloud.noindex
31 changes: 15 additions & 16 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
# Platform

|field |value |
|:--------|:----------------------------|
|version |R version 4.0.3 (2020-10-10) |
|os |macOS Big Sur 10.16 |
|system |x86_64, darwin19.6.0 |
|ui |unknown |
|language |(EN) |
|collate |en_AU.UTF-8 |
|ctype |en_AU.UTF-8 |
|tz |Australia/Sydney |
|date |2020-12-10 |
|field |value |
|:--------|:--------------------------------|
|version |R version 4.2.3 (2023-03-15) |
|os |macOS Ventura 13.2.1 |
|system |aarch64, darwin22.3.0 |
|ui |unknown |
|language |(EN) |
|collate |en_AU.UTF-8 |
|ctype |en_AU.UTF-8 |
|tz |Australia/Sydney |
|date |2023-03-28 |
|pandoc |3.1.1 @ /opt/homebrew/bin/pandoc |

# Dependencies

|package |old |new |Δ |
|:--------|:-----|:-----|:--|
|gggenes |0.4.0 |0.4.1 |* |
|jsonlite |NA |1.7.2 |* |
|ps |NA |1.5.0 |* |
|package |old |new |Δ |
|:-------|:-----|:-----|:--|
|gggenes |0.4.1 |0.5.0 |* |

# Revdeps

0 comments on commit 8092954

Please sign in to comment.