-
Notifications
You must be signed in to change notification settings - Fork 162
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
4 changed files
with
870 additions
and
95 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,17 +1,26 @@ | ||
Minor release with some new functionality and changes in anticipation of next | ||
ggplot2 release | ||
Minor release with support for gt as well as additional `free()` functionality. | ||
|
||
## revdepcheck results | ||
|
||
We checked 255 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 303 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 3 packages | ||
* We failed to check 13 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### Failed to check | ||
|
||
* grandR (NA) | ||
* Seurat (NA) | ||
* triptych (NA) | ||
* bbknnR (NA) | ||
* iNZightRegression (NA) | ||
* pcvr (NA) | ||
* PoweREST (NA) | ||
* powerly (NA) | ||
* RNAseqQC (NA) | ||
* scCustomize (NA) | ||
* scGate (NA) | ||
* scRNAstat (NA) | ||
* Seurat (NA) | ||
* sigminer (NA) | ||
* Signac (NA) | ||
* SimplyAgree (NA) |
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,10 +1,20 @@ | ||
# Revdeps | ||
|
||
## Failed to check (3) | ||
## Failed to check (13) | ||
|
||
|package |version |error |warning |note | | ||
|:--------|:-------|:-----|:-------|:----| | ||
|grandR |? | | | | | ||
|Seurat |? | | | | | ||
|triptych |0.1.2 |1 | | | | ||
|package |version |error |warning |note | | ||
|:-----------------|:-------|:-----|:-------|:----| | ||
|bbknnR |1.1.1 |1 | | | | ||
|iNZightRegression |1.3.4 |1 | | | | ||
|pcvr |1.0.0 |1 | | | | ||
|PoweREST |0.1.0 |1 | | | | ||
|powerly |1.8.6 |1 | | | | ||
|RNAseqQC |? | | | | | ||
|scCustomize |? | | | | | ||
|scGate |1.6.2 |1 | | | | ||
|scRNAstat |0.1.1 |1 | | | | ||
|Seurat |? | | | | | ||
|sigminer |? | | | | | ||
|Signac |? | | | | | ||
|SimplyAgree |0.2.0 |1 | | | | ||
|
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,14 +1,24 @@ | ||
## revdepcheck results | ||
|
||
We checked 255 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 303 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 3 packages | ||
* We failed to check 13 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### Failed to check | ||
|
||
* grandR (NA) | ||
* Seurat (NA) | ||
* triptych (NA) | ||
* bbknnR (NA) | ||
* iNZightRegression (NA) | ||
* pcvr (NA) | ||
* PoweREST (NA) | ||
* powerly (NA) | ||
* RNAseqQC (NA) | ||
* scCustomize (NA) | ||
* scGate (NA) | ||
* scRNAstat (NA) | ||
* Seurat (NA) | ||
* sigminer (NA) | ||
* Signac (NA) | ||
* SimplyAgree (NA) |
Oops, something went wrong.