|
| 1 | +# Seurat v5.4.0 |
| 2 | + |
| 3 | +## Test environments |
| 4 | +* Ubuntu 20.04 (local) (R 4.3.2) |
| 5 | +* macOS 15.6.1 (local) (R 4.5.1) |
| 6 | +* Ubuntu 24.04 (GitHub Actions Runner): R-oldrelease, R-release |
| 7 | +* [win-builder](https://win-builder.r-project.org/): R-oldrelease, R-release, R-devel |
| 8 | + |
| 9 | +## R CMD check results |
| 10 | +**Status: OK** |
| 11 | + |
| 12 | +``` |
| 13 | +* checking CRAN incoming feasibility ... [42s] NOTE |
| 14 | +Maintainer: 'Rahul Satija <seurat@nygenome.org>' |
| 15 | +
|
| 16 | +Suggests or Enhances not in mainstream repositories: |
| 17 | + BPCells, presto |
| 18 | +Availability using Additional_repositories specification: |
| 19 | + BPCells yes https://bnprks.r-universe.dev |
| 20 | + presto yes https://satijalab.r-universe.dev |
| 21 | +``` |
| 22 | + |
| 23 | +The maintainer remains Rahul Satija and the email is correct. BPCells and presto are hosted on R-universe and used conditionally in Seurat. |
| 24 | + |
| 25 | +``` |
| 26 | +* checking package dependencies ... NOTE |
| 27 | +Packages suggested but not available for checking: 'BPCells', 'presto' |
| 28 | +``` |
| 29 | + |
| 30 | +BPCells and presto are hosted on R-universe and used conditionally in Seurat. |
| 31 | + |
| 32 | +``` |
| 33 | +* checking DESCRIPTION meta-information ... NOTE |
| 34 | +Author field differs from that derived from Authors@R |
| 35 | +``` |
| 36 | + |
| 37 | +There seems to be a slight difference in ORCID formatting between Author and Authors@R; the information in both is the same. |
| 38 | + |
| 39 | +``` |
| 40 | +* checking Rd cross-references ... NOTE |
| 41 | +Package unavailable to check Rd xrefs: 'BPCells' |
| 42 | +``` |
| 43 | + |
| 44 | +BPCells is listed under "Suggests"; it is hosted on R-universe and used conditionally in Seurat. |
| 45 | + |
| 46 | +## Reverse dependency check results |
| 47 | +We checked 80 reverse dependencies (40 from CRAN + 40 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package, and saw no new problems. |
0 commit comments