Skip to content

Commit f71046f

Browse files
Merge pull request #1195 from M3nin0/feature/tmap-versions
manage tmap dependency versions
2 parents 2f67d49 + 21606b9 commit f71046f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
extra-packages: any::rcmdcheck
4646
needs: check
4747

48+
- name: Install tmap package from GitHub
49+
run: Rscript -e 'remotes::install_github("r-tmap/tmap")'
50+
4851
- uses: r-lib/actions/check-r-package@v2
4952
with:
5053
upload-snapshots: true

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Suggests:
106106
stringr,
107107
supercells (>= 1.0.0),
108108
testthat (>= 3.1.3),
109-
tmap (>= 3.9),
109+
tmap (>= 3.3),
110110
tools,
111111
vdiffr,
112112
xgboost

0 commit comments

Comments
 (0)