Skip to content

Commit c92d382

Browse files
GHA: Does the new xfun 0.37 require R (>= 3.5.0)
1 parent 939cd58 commit c92d382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
- name: Install package itself (special case)
6666
run: |
6767
install.packages(".", repos = NULL, type = "source") ## self vignette engine
68+
if (getRversion() < "3.5.0") install.packages("https://cran.r-project.org/src/contrib/Archive/xfun/xfun_0.36.tar.gz")
6869
shell: Rscript {0}
6970

7071
- name: Session info

0 commit comments

Comments
 (0)