Skip to content

Commit 0dc354c

Browse files
GHA: Does the new xfun 0.37 require R (>= 3.5.0) - take 3
1 parent c385b0e commit 0dc354c

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
@@ -64,8 +64,8 @@ jobs:
6464

6565
- name: Install package itself (special case)
6666
run: |
67-
if (getRversion() < "3.5.0") install.packages("https://cran.r-project.org/src/contrib/Archive/xfun/xfun_0.36.tar.gz")
6867
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")
6969
shell: Rscript {0}
7070

7171
- name: Session info

0 commit comments

Comments
 (0)