We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c385b0e commit 0dc354cCopy full SHA for 0dc354c
.github/workflows/R-CMD-check.yaml
@@ -64,8 +64,8 @@ jobs:
64
65
- name: Install package itself (special case)
66
run: |
67
- if (getRversion() < "3.5.0") install.packages("https://cran.r-project.org/src/contrib/Archive/xfun/xfun_0.36.tar.gz")
68
install.packages(".", repos = NULL, type = "source") ## self vignette engine
+ if (getRversion() < "3.5.0") install.packages("https://cran.r-project.org/src/contrib/Archive/xfun/xfun_0.36.tar.gz")
69
shell: Rscript {0}
70
71
- name: Session info
0 commit comments