We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21606b9 commit 4287a1bCopy full SHA for 4287a1b
.github/workflows/R-CMD-check.yaml
@@ -46,7 +46,7 @@ jobs:
46
needs: check
47
48
- name: Install tmap package from GitHub
49
- run: Rscript -e 'remotes::install_github("r-tmap/tmap")'
+ run: Rscript -e "install.packages('remotes'); remotes::install_github('r-tmap/tmap')"
50
51
- uses: r-lib/actions/check-r-package@v2
52
with:
0 commit comments