Skip to content

Commit 4287a1b

Browse files
committed
fix tmap install
1 parent 21606b9 commit 4287a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
needs: check
4747

4848
- name: Install tmap package from GitHub
49-
run: Rscript -e 'remotes::install_github("r-tmap/tmap")'
49+
run: Rscript -e "install.packages('remotes'); remotes::install_github('r-tmap/tmap')"
5050

5151
- uses: r-lib/actions/check-r-package@v2
5252
with:

0 commit comments

Comments
 (0)