Skip to content

Commit f170611

Browse files
committed
chore: update R version to 4.5.0 and adjust scRepertoire dependency for compatibility
1 parent 7b4b33f commit f170611

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
include:
31-
- {r: '4.4.3'}
31+
- {r: '4.5.0'}
3232

3333
steps:
3434
- uses: actions/checkout@v4

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Depends:
1414
R (>= 4.2.0)
1515
Imports:
1616
SeuratObject,
17-
scRepertoire (>= 2.0.8), scRepertoire (< 2.3.2),
17+
scRepertoire,
1818
circlize,
1919
dplyr,
2020
scales,
@@ -63,7 +63,8 @@ LazyData: true
6363
LazyDataCompression: xz
6464
Remotes:
6565
pwwang/plotthis,
66-
drieslab/GiottoClass,
66+
67+
drieslab/GiottoClass@15d00a550b52ce9d325fdaace2a8fa073b49fc4e,
6768
drieslab/GiottoData,
6869
KennispuntTwente/tidyprompt
6970
URL: https://github.com/pwwang/scplotter

0 commit comments

Comments
 (0)