forked from satijalab/seurat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c77437
commit 86d204f
Showing
1 changed file
with
8 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,22 @@ | ||
# Seurat v3.2.3 | ||
# Seurat v4.0.0 | ||
|
||
## Test environments | ||
* local Ubuntu 16.04.6 install, R 3.6.1 | ||
* local Ubuntu 18.04.4 install, R 4.0.1 | ||
* local Ubuntu 20.04 install, R 4.0.2 | ||
* local Windows 10 install, R 4.0.0 | ||
* local Ubuntu 16.04.6 install, R 4.0.3 | ||
* local Ubuntu 18.04.4 install, R 4.0.3 | ||
* local Ubuntu 20.04 install, R 4.0.3 | ||
* local Windows 10 install, R 4.0.3 | ||
* Ubuntu 16.04.6 (on travis-ci), R 4.0.0, R devel | ||
* macOS 10.13.6 (on travis-ci), R 4.0.2 | ||
* Windows Server 2012 R2 (on AppVeyor), R 4.0.2 Patched | ||
* win-builder (oldrelease, release, devel) | ||
* win-builder (release, devel) | ||
|
||
## R CMD check results | ||
There were no ERRORs or WARNINGs | ||
|
||
There were 3 NOTEs: | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: ‘Paul Hoffman <[email protected]>’ | ||
|
||
Suggests or Enhances not in mainstream repositories: | ||
loomR | ||
Availability using Additional_repositories specification: | ||
loomR yes https://mojaveazure.github.io/loomR | ||
|
||
The package we suggest, loomR, is currently under development and not yet available on CRAN. This package is not required for core functionality of Seurat. | ||
|
||
* checking package dependencies ... NOTE | ||
Package suggested but not available for checking: 'loomR' | ||
|
||
loomR is a suggested package hosted on a custom repository and maintained by us (both the package and repository). | ||
|
||
* checking Rd cross-references ... NOTE | ||
Package unavailable to check Rd xrefs: 'loomR' | ||
|
||
This is a suggested package that we maintain. We have checked the cross references to ensure they link to the correct help pages. | ||
There were no ERRORs, WARNINGs, or NOTEs | ||
|
||
## Downstream dependencies | ||
|
||
There is one package that depends on Seurat: tidyseurat; this update does not impact its functionality | ||
|
||
There are three packages that imports Seurat: scMappR, Signac, and SoupX; this update does not impact their functionality | ||
|
||
There are eight packages that suggest Seurat: BisqueRNA, clustree, DIscBIO, nanny, Rmagic, scSorter, singleCellHaystack, treefit; this update does not impact their functionality. | ||
There are ten packages that suggest Seurat: BisqueRNA, clustree, DIscBIO, nanny, rliger, Rmagic, scSorter, singleCellHaystack, treefit, VAM; this update does not impact their functionality. |