-
Notifications
You must be signed in to change notification settings - Fork 163
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
Showing
3 changed files
with
8 additions
and
139 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,26 +1,18 @@ | ||
This is a feature and bug fix release with no breaking changes and no change to | ||
worse in any of the reverse dependencies | ||
This is a patch release partly in response to a request from CRAN. No | ||
user-facing changes and no breakage in reverse dependencies detected | ||
|
||
## Test environments | ||
* local R installation, R 4.0.1 | ||
* ubuntu 16.04 (on travis-ci), R 4.0.1 | ||
* local R installation, R 4.0.3 | ||
* ubuntu 16.04 (on travis-ci), R 4.0.3 | ||
* win-builder (devel) | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 1 note | ||
|
||
* This is a new release. | ||
0 errors | 0 warnings | 0 note | ||
|
||
## revdepcheck results | ||
|
||
We checked 46 reverse dependencies (45 from CRAN + 1 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 47 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 1 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### Failed to check | ||
|
||
* Seurat (NA) | ||
* We failed to check 0 packages |
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,9 +1,2 @@ | ||
# Revdeps | ||
|
||
## Failed to check (2) | ||
|
||
|package |version |error |warning |note | | ||
|:-------|:-------|:-----|:-------|:----| | ||
|NA |? | | | | | ||
|Seurat |? | | | | | ||
|
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,117 +1 @@ | ||
# NA | ||
|
||
<details> | ||
|
||
* Version: NA | ||
* Source code: https://github.com/cran/NA | ||
* Number of recursive dependencies: 0 | ||
|
||
Run `cloud_details(, "NA")` for more info | ||
|
||
</details> | ||
|
||
## Error before installation | ||
|
||
### Devel | ||
|
||
``` | ||
``` | ||
### CRAN | ||
|
||
``` | ||
``` | ||
# Seurat | ||
|
||
<details> | ||
|
||
* Version: 3.2.2 | ||
* Source code: https://github.com/cran/Seurat | ||
* URL: https://satijalab.org/seurat, https://github.com/satijalab/seurat | ||
* BugReports: https://github.com/satijalab/seurat/issues | ||
* Date/Publication: 2020-09-26 04:30:12 UTC | ||
* Number of recursive dependencies: 230 | ||
|
||
Run `cloud_details(, "Seurat")` for more info | ||
|
||
</details> | ||
|
||
## Error before installation | ||
|
||
### Devel | ||
|
||
``` | ||
* using log directory ‘/tmp/workdir/Seurat/new/Seurat.Rcheck’ | ||
* using R version 3.6.3 (2020-02-29) | ||
* using platform: x86_64-pc-linux-gnu (64-bit) | ||
* using session charset: UTF-8 | ||
* using options ‘--no-manual --no-build-vignettes’ | ||
* checking for file ‘Seurat/DESCRIPTION’ ... OK | ||
* this is package ‘Seurat’ version ‘3.2.2’ | ||
* package encoding: UTF-8 | ||
* checking package namespace information ... OK | ||
* checking package dependencies ... ERROR | ||
Packages suggested but not available: | ||
'S4Vectors', 'SummarizedExperiment', 'SingleCellExperiment', 'MAST', | ||
'DESeq2', 'BiocGenerics', 'GenomicRanges', 'GenomeInfoDb', 'IRanges', | ||
'rtracklayer', 'monocle', 'Biobase', 'limma', 'metap' | ||
The suggested packages are required for a complete check. | ||
Checking can be attempted without them by setting the environment | ||
variable _R_CHECK_FORCE_SUGGESTS_ to a false value. | ||
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ | ||
manual. | ||
* DONE | ||
Status: 1 ERROR | ||
``` | ||
### CRAN | ||
|
||
``` | ||
* using log directory ‘/tmp/workdir/Seurat/old/Seurat.Rcheck’ | ||
* using R version 3.6.3 (2020-02-29) | ||
* using platform: x86_64-pc-linux-gnu (64-bit) | ||
* using session charset: UTF-8 | ||
* using options ‘--no-manual --no-build-vignettes’ | ||
* checking for file ‘Seurat/DESCRIPTION’ ... OK | ||
* this is package ‘Seurat’ version ‘3.2.2’ | ||
* package encoding: UTF-8 | ||
* checking package namespace information ... OK | ||
* checking package dependencies ... ERROR | ||
Packages suggested but not available: | ||
'S4Vectors', 'SummarizedExperiment', 'SingleCellExperiment', 'MAST', | ||
'DESeq2', 'BiocGenerics', 'GenomicRanges', 'GenomeInfoDb', 'IRanges', | ||
'rtracklayer', 'monocle', 'Biobase', 'limma', 'metap' | ||
The suggested packages are required for a complete check. | ||
Checking can be attempted without them by setting the environment | ||
variable _R_CHECK_FORCE_SUGGESTS_ to a false value. | ||
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ | ||
manual. | ||
* DONE | ||
Status: 1 ERROR | ||
``` | ||
*Wow, no problems at all. :)* |