-
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.
Merge pull request #144 from satijalab/matrix-update
Updates to handle Matrix 1.4-2 related changes
- Loading branch information
Showing
10 changed files
with
75 additions
and
67 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,8 +1,8 @@ | ||
Package: sctransform | ||
Type: Package | ||
Title: Variance Stabilizing Transformations for Single Cell UMI Data | ||
Version: 0.3.3 | ||
Date: 2022-01-10 | ||
Version: 0.3.4 | ||
Date: 2022-08-19 | ||
Authors@R: c( | ||
person(given = "Christoph", family = "Hafemeister", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0001-6365-8254")), | ||
person(given = "Saket", family = "Choudhary", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5202-7633")), | ||
|
@@ -13,7 +13,7 @@ Description: A normalization method for single-cell UMI count data using a | |
negative binomial regression model with regularized parameters. As part of the | ||
same regression framework, this package also provides functions for | ||
batch correction, and data correction. See Hafemeister and Satija (2019) | ||
<doi:10.1186/s13059-019-1874-1>, and Choudhary and Satija (2021) <doi:10.1101/2021.07.07.451498> | ||
<doi:10.1186/s13059-019-1874-1>, and Choudhary and Satija (2022) <doi:10.1186/s13059-021-02584-9> | ||
for more details. | ||
URL: https://github.com/satijalab/sctransform | ||
BugReports: https://github.com/satijalab/sctransform/issues | ||
|
@@ -42,4 +42,4 @@ Suggests: | |
knitr | ||
Enhances: | ||
glmGamPoi | ||
RoxygenNote: 7.1.2 | ||
RoxygenNote: 7.2.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
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
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
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
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
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
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 |
---|---|---|
|
@@ -11,29 +11,5 @@ | |
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 2 notes | ||
0 errors | 0 warnings | 0 notes | ||
|
||
``` | ||
* checking CRAN incoming feasibility ... NOTE | ||
``` | ||
|
||
There is change in maintaine status: | ||
New maintainer: | ||
Saket Choudhary <[email protected]> | ||
Old maintainer(s): | ||
Christoph Hafemeister <[email protected]> | ||
|
||
``` | ||
* checking package dependencies ... NOTE | ||
Package which this enhances but not available for checking: ‘glmGamPoi’ | ||
S | ||
``` | ||
`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 | ||
|
||
Tested using `revdepcheck::revdep_check`: | ||
We checked 4 reverse dependencies (1 from CRAN + 3 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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