Skip to content

Commit b231721

Browse files
committed
rhub checks
1 parent 084b28c commit b231721

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/workflows/rhub.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ jobs:
7676
config: ${{ fromJson(needs.setup.outputs.platforms) }}
7777

7878
steps:
79-
- uses: r-lib/actions/setup-pandoc@v2
80-
- uses: r-lib/actions/setup-tinytex@v2
8179
- uses: r-hub/actions/checkout@v1
8280
- uses: r-hub/actions/setup-r@v1
8381
with:

cran-comments.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
## Test environments
22
- Local: Ubuntu 22.04.4 LTS, R 4.5.1
3-
- R-hub: Ubuntu, Fedora, Windows configs
4-
- Windows (R-devel, R-release) via win-builder
3+
- GitHub Actions own workflows:
4+
- macos-release, windows-release/oldrel4, ubuntu-release
5+
- R-hub v2 via GitHub Actions:
6+
- macos-release, windows-release, ubuntu-release/next
7+
58

69
## R CMD check results
710
0 errors | 0 warnings | 0 notes
11+
12+
## Additional comments
13+
- Package passes cleanly on R-release across Windows, macOS, and Linux.
14+
- R-devel checks fail only due to temporary unavailability of Bioconductor package ‘IRanges’ for Bioconductor 3.23.
15+
- The package includes fallbacks that gracefully skip IRanges-dependent functionality when it is unavailable.

0 commit comments

Comments
 (0)