Skip to content

Commit

Permalink
Merge pull request #1195 from M3nin0/feature/tmap-versions
Browse files Browse the repository at this point in the history
manage tmap dependency versions
  • Loading branch information
gilbertocamara authored Aug 19, 2024
2 parents 2f67d49 + 21606b9 commit f71046f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

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

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Suggests:
stringr,
supercells (>= 1.0.0),
testthat (>= 3.1.3),
tmap (>= 3.9),
tmap (>= 3.3),
tools,
vdiffr,
xgboost
Expand Down

0 comments on commit f71046f

Please sign in to comment.