Skip to content

Commit 41e1cba

Browse files
committed
specify SeuratObject version #2
1 parent 8238ba9 commit 41e1cba

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Upload test results
5353
if: failure()
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: coverage-test-failures
5757
path: ${{ runner.temp }}/package

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Roxygen: list(markdown = TRUE)
2626
RoxygenNote: 7.3.2
2727
Imports:
2828
Seurat,
29+
SeuratObject (<= 5.0.2),
2930
SingleCellExperiment,
3031
future,
3132
pbapply,

renv.lock

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22
"R": {
33
"Version": "4.1.2",
44
"Repositories": [
5+
{
6+
"Name": "BioCsoft",
7+
"URL": "https://bioconductor.org/packages/3.14/bioc"
8+
},
9+
{
10+
"Name": "BioCann",
11+
"URL": "https://bioconductor.org/packages/3.14/data/annotation"
12+
},
13+
{
14+
"Name": "BioCexp",
15+
"URL": "https://bioconductor.org/packages/3.14/data/experiment"
16+
},
17+
{
18+
"Name": "BioCworkflows",
19+
"URL": "https://bioconductor.org/packages/3.14/workflows"
20+
},
21+
{
22+
"Name": "BioCbooks",
23+
"URL": "https://bioconductor.org/packages/3.14/books"
24+
},
525
{
626
"Name": "CRAN",
727
"URL": "https://cloud.r-project.org"

0 commit comments

Comments
 (0)