Skip to content

Commit

Permalink
fix tmap install
Browse files Browse the repository at this point in the history
  • Loading branch information
M3nin0 committed Aug 19, 2024
1 parent 21606b9 commit 4287a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
needs: check

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

- uses: r-lib/actions/check-r-package@v2
with:
Expand Down

0 comments on commit 4287a1b

Please sign in to comment.