We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871a475 commit 261d6f4Copy full SHA for 261d6f4
.github/workflows/lint.yaml
@@ -35,8 +35,8 @@ jobs:
35
36
- name: Install pinned package versions
37
run: |
38
- Rscript -e 'remotes::install_version("ggplot2", version="3.5.2"'
39
- Rscript -e 'remotes::install_version("scales", version="1.3.0"'
+ Rscript -e 'remotes::install_version("ggplot2", version="3.5.2")'
+ Rscript -e 'remotes::install_version("scales", version="1.3.0")'
40
Rscript -e 'remotes::install_version("pkgdown", version="2.0.7")'
41
Rscript -e 'remotes::install_version("lintr", version="3.0.0")'
42
Rscript -e 'remotes::install_version("sessioninfo", version="1.2.2")'
0 commit comments