Skip to content

Commit 962fb74

Browse files
Do not require Hmisc on the CI with R < 4.1 (#5237)
1 parent d6d0523 commit 962fb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
cache-version: 3
6464
extra-packages: >
6565
any::rcmdcheck,
66-
Hmisc=?ignore-before-r=3.6.0,
66+
Hmisc=?ignore-before-r=4.1.0,
6767
quantreg=?ignore-before-r=3.6.0,
6868
needs: check
6969

0 commit comments

Comments
 (0)