Skip to content

Commit 1484ebd

Browse files
GHA: Revdep checks - take 3 after dropping packages with complicated dependencies
1 parent 1cccc98 commit 1484ebd

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/revdepcheck-top.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
config:
1717
- { r: "release", pkg: "cSEM" }
1818
- { r: "release", pkg: "dipsaus" }
19-
- { r: "release", pkg: "elevatr" }
19+
- { r: "release", pkg: "EFAtools" }
2020
- { r: "release", pkg: "fxTWAPLS" }
21-
- { r: "release", pkg: "pavo" }
21+
- { r: "release", pkg: "gtfs2gps" }
2222
env:
2323
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2424
RSPM: https://packagemanager.rstudio.com/cran/__linux__/focal/latest

cran-comments.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# CRAN submission progressr 0.8.0
1+
# CRAN submission progressr 0.9.0
22

3-
on 2021-06-09
3+
on 2021-09-24
44

5-
I've verified this submission has no negative impact on any of the 30 reverse package dependencies available on CRAN and Bioconductor.
5+
I've verified this submission has no negative impact on any of the 41 reverse package dependencies available on CRAN and Bioconductor.
66

77
Thank you
88

@@ -13,12 +13,12 @@ Thank you
1313

1414
The package has been verified using `R CMD check --as-cran` on:
1515

16-
| R version | GitHub | Travis | AppVeyor | R-hub | win-builder |
17-
| --------- | ------ | ------ | -------- | ----- | ----------- |
18-
| 3.5.x | L M W | | | | |
19-
| 3.6.x | L M W | | | | |
20-
| 4.0.x | L M W | L | | | |
21-
| 4.1.x | | L | W | L S | W |
22-
| devel | M W | L | W | L | W |
16+
| R version | GitHub | R-hub | win-builder |
17+
| --------- | ------ | -------- | ----------- |
18+
| 3.5.x | L | | |
19+
| 3.6.x | L | | |
20+
| 4.0.x | L | | |
21+
| 4.1.x | L M W | L M1 S | W |
22+
| devel | M W | L W | W |
2323

24-
*Legend: OS: L = Linux S = Solaris M = macOS W = Windows*
24+
*Legend: OS: L = Linux, S = Solaris, M = macOS, M1 = macOS M1, W = Windows*

0 commit comments

Comments
 (0)