File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed
Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ Roxygen: list(markdown = TRUE)
2626RoxygenNote: 7.3.2
2727Imports:
2828 Seurat,
29+ SeuratObject (<= 5.0.2),
2930 SingleCellExperiment,
3031 future,
3132 pbapply,
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments