|
1 |
| -# Seurat v5.2.0 |
| 1 | +# Seurat v5.2.1 |
| 2 | +This update is a small patch release to address failing M1mac checks ahead of the deadline on 2025-01-28. |
2 | 3 |
|
3 | 4 | ## Test environments
|
4 |
| -* local ubuntu 20.04 install, R 4.4.2 |
5 |
| -* win-builder (oldrelease, release, devel) |
6 |
| -* mac-builder (devel) |
7 |
| - |
8 |
| -We were unable to test on r-release on mac-builder because the portal seemed to point to the wrong version. |
| 5 | +* macOS 14.6.1 (Apple M3, arm64, local install): R-release |
| 6 | +* Ubuntu 22.04 (Docker container): R-release |
| 7 | +* [win-builder](https://win-builder.r-project.org/): R-oldrelease, R-release, R-devel |
| 8 | +* [macOS builder](https://mac.r-project.org/macbuilder/submit.html): R-release, R-devel |
9 | 9 |
|
10 | 10 | ## R CMD check results
|
| 11 | +There were no ERRORs or WARNINGs but there was one NOTE. |
11 | 12 |
|
12 |
| -There were no ERRORs or WARNINGs |
13 |
| - |
14 |
| -There was one NOTE |
15 |
| - |
16 |
| -❯ checking CRAN incoming feasibility ... [12s/61s] NOTE |
| 13 | +``` |
| 14 | +❯ checking CRAN incoming feasibility ... [15s/92s] NOTE |
17 | 15 | Maintainer: ‘Rahul Satija <[email protected]>’
|
18 | 16 |
|
19 | 17 | Suggests or Enhances not in mainstream repositories:
|
20 | 18 | BPCells, enrichR, presto
|
21 | 19 | Availability using Additional_repositories specification:
|
22 | 20 | BPCells yes https://bnprks.r-universe.dev
|
23 |
| - enrichR yes https://cran.r-universe.dev |
| 21 | + enrichR yes https://satijalab.r-universe.dev |
24 | 22 | presto yes https://satijalab.r-universe.dev
|
| 23 | +``` |
25 | 24 |
|
26 |
| -BPCells, enrichR, and presto are hosted on R-universe and used conditionally in Seurat. |
27 |
| - |
28 |
| -## Downstream dependencies |
29 |
| - |
30 |
| -There are 3 packages that depend on Seurat: CACIMAR, scCustomize, and SCdeconR; this update does not impact their functionality. |
31 |
| - |
32 |
| -There are 34 packages that import Seurat: AnanseSeurat, APackOfTheClones, bbknnR, CAESAR.Suite, CAMML, DR.SC, DWLS, GeneNMF, ggsector, mixhvg, nebula, Platypus, PoweREST, PRECAST, ProFAST, rPanglaoDB, scAnnotate, scaper, sccca, scDiffCom, scGate, scGOclust, SCIntRuler, scMappR, scperturbR, scpoisson, SCRIP, scRNAstat, SignacX, SoupX, SpaCCI, SPECK, STREAK, and tidyseurat; this update does not impact their functionality. |
| 25 | +`BPCells`, `enrichR`, and `presto` are hosted on R-universe and used conditionally in `Seurat`. |
33 | 26 |
|
34 |
| -There are 27 packages that suggest Seurat: BisqueRNA, Canek, cellpypes, CIARA, ClustAssess, clustree, combiroc, conos, countland, CRMetrics, CytoSimplex, DIscBIO, dyngen, easybio, grandR, harmony, laminr, mxfda, RESET, rliger, SCORPIUS, SCpubr, scregclust, Signac, SuperCell, treefit, and VAM; this update does not impact their functionality. |
| 27 | +## Reverse dependency check results |
| 28 | +We checked 65 reverse dependencies, comparing `R CMD check` results across the CRAN and dev versions of this package, and saw no new problems. |
0 commit comments