Skip to content

Commit

Permalink
run revdepcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Dec 15, 2020
1 parent c75e6aa commit 9ec2164
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 139 deletions.
22 changes: 7 additions & 15 deletions cran-comments.md
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
7 changes: 0 additions & 7 deletions revdep/README.md
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 |? | | | |

118 changes: 1 addition & 117 deletions revdep/failures.md
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. :)*

0 comments on commit 9ec2164

Please sign in to comment.