-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Christoph Hafemeister
committed
Sep 19, 2020
1 parent
77eb719
commit b480f6c
Showing
1 changed file
with
32 additions
and
5 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,9 +1,36 @@ | ||
## Test environments | ||
* x86_64-apple-darwin15.6.0 (64-bit), R 3.5.0 | ||
* x86_64-pc-linux-gnu (64-bit), R 3.6.1 | ||
* devtools::build_win(version = 'R-release') - R 3.6.1 | ||
* devtools::build_win(version = 'R-devel') - (unstable) (2019-12-16 r77584) | ||
* Local install x86_64-apple-darwin17.0 (64-bit), R 4.0.2 | ||
* Winbuilder | ||
* devtools::check_win_devel() - x86_64-w64-mingw32 (64-bit), R Under development (unstable) (2020-09-09 r79174) | ||
* devtools::check_win_release() - x86_64-w64-mingw32 (64-bit), R 4.0.2 | ||
* rhub::check_for_cran(platforms = c('ubuntu-gcc-release', 'debian-gcc-devel', 'fedora-clang-devel')) | ||
* Ubuntu Linux 16.04 LTS, R-release, GCC - R 3.6.1 | ||
* Debian Linux, R-devel, GCC - R Under development (unstable) (2020-09-12 r79193) | ||
* Fedora Linux, R-devel, clang, gfortran - R Under development (unstable) (2020-09-13 r79194) | ||
|
||
## R CMD check results | ||
|
||
0 ERRORs, 0 WARNINGs, 0 NOTEs | ||
0 ERRORs, 0 WARNINGs, 2 NOTEs | ||
|
||
``` | ||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Christoph Hafemeister <christoph.hafemeister@nyu.edu>' | ||
New maintainer: | ||
Christoph Hafemeister <christoph.hafemeister@nyu.edu> | ||
Old maintainer(s): | ||
Christoph Hafemeister <chafemeister@nygenome.org> | ||
``` | ||
|
||
My New York Genome Center email address is no longer functioning. I have switched to my New York University one. This is also the email address listed in the publication associated with this package's description (doi:10.1186/s13059-019-1874-1). | ||
|
||
``` | ||
* checking package dependencies ... NOTE | ||
Packages which this enhances but not available for checking: 'speedglm', 'glmGamPoi' | ||
``` | ||
`speedglm` is an optional package not required for core functionality. It has not been updated in more than three years, hence the choice to put it in Enhance rather than Suggest. | ||
`glmGamPoi` is an entirely optional package that is not required for core functionality, but only needed for alternative/faster implementations of the methods in this package. It is only available on Bioconductor. | ||
|
||
## Reverse dependencies | ||
|
||
There are currently two packages importing sctransform: muscat, Seurat. This update does not impact their functionality. |