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 c92d382 commit c385b0eCopy full SHA for c385b0e
.github/workflows/R-CMD-check.yaml
@@ -64,8 +64,8 @@ jobs:
64
65
- name: Install package itself (special case)
66
run: |
67
- 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")
+ install.packages(".", repos = NULL, type = "source") ## self vignette engine
69
shell: Rscript {0}
70
71
- name: Session info
0 commit comments