-
Notifications
You must be signed in to change notification settings - Fork 14
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
12 changed files
with
113 additions
and
83 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
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,7 +1,7 @@ | ||
Package: msigdbr | ||
Type: Package | ||
Title: MSigDB Gene Sets for Multiple Organisms in a Tidy Data Format | ||
Version: 7.2.1.9002 | ||
Version: 7.4.1 | ||
Authors@R: person("Igor", "Dolgalev", email = "[email protected]", role = c("aut", "cre")) | ||
Description: Provides the 'Molecular Signatures Database' (MSigDB) gene sets | ||
typically used with the 'Gene Set Enrichment Analysis' (GSEA) software | ||
|
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 |
---|---|---|
|
@@ -4,3 +4,4 @@ checks.noindex | |
library.noindex | ||
data.sqlite | ||
*.html | ||
cloud.noindex |
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 |
---|---|---|
@@ -1,68 +1,82 @@ | ||
# hypeR | ||
# singleCellTK | ||
|
||
<details> | ||
|
||
* Version: 1.4.0 | ||
* GitHub: https://github.com/montilab/hypeR | ||
* Source code: https://github.com/cran/hypeR | ||
* Date/Publication: 2020-04-27 | ||
* Number of recursive dependencies: 111 | ||
* Version: 2.0.0 | ||
* GitHub: https://github.com/compbiomed/singleCellTK | ||
* Source code: https://github.com/cran/singleCellTK | ||
* Date/Publication: 2020-10-27 | ||
* Number of recursive dependencies: 339 | ||
|
||
Run `revdep_details(, "hypeR")` for more info | ||
Run `revdep_details(, "singleCellTK")` for more info | ||
|
||
</details> | ||
|
||
## Newly broken | ||
|
||
* checking examples ... WARNING | ||
* checking examples ... ERROR | ||
``` | ||
Found the following significant warnings: | ||
Running examples in ‘singleCellTK-Ex.R’ failed | ||
The error most likely occurred in: | ||
Warning: 'msigdbr::msigdbr_show_species' is deprecated. | ||
Warning: 'msigdbr::msigdbr_show_species' is deprecated. | ||
Warning: 'msigdbr::msigdbr_show_species' is deprecated. | ||
Warning: 'msigdbr::msigdbr_show_species' is deprecated. | ||
Warning: 'msigdbr::msigdbr_show_species' is deprecated. | ||
Warning: 'msigdbr::msigdbr_show_species' is deprecated. | ||
Warning: 'msigdbr::msigdbr_show_species' is deprecated. | ||
Warning: 'msigdbr::msigdbr_show_species' is deprecated. | ||
Warning: 'msigdbr::msigdbr_show_species' is deprecated. | ||
Warning: 'msigdbr::msigdbr_show_species' is deprecated. | ||
Deprecated functions may be defunct as soon as of the next release of | ||
R. | ||
See ?Deprecated. | ||
> ### Name: importGeneSetsFromMSigDB | ||
> ### Title: Imports gene sets from MSigDB | ||
> ### Aliases: importGeneSetsFromMSigDB | ||
> | ||
> ### ** Examples | ||
> | ||
> data(scExample) | ||
... | ||
> sce <- importGeneSetsFromMSigDB(inSCE = sce, | ||
+ categoryIDs = "H", | ||
+ species = "Homo sapiens", | ||
+ mapping = "gene_symbol", | ||
+ by = "feature_name") | ||
Tue May 4 13:37:02 2021 .. Importing 'H' gene sets (n = 50) | ||
Error in validObject(.Object) : | ||
invalid class “GeneSet” object: gene symbols must be unique | ||
Calls: importGeneSetsFromMSigDB ... <Anonymous> -> initialize -> initialize -> validObject | ||
Execution halted | ||
``` | ||
* checking tests ... | ||
``` | ||
ERROR | ||
Running the tests in ‘tests/testthat.R’ failed. | ||
Last 13 lines of output: | ||
Error: invalid class "GeneSet" object: gene symbols must be unique | ||
Backtrace: | ||
█ | ||
1. └─singleCellTK::importGeneSetsFromMSigDB(...) test-import.R:107:2 | ||
2. ├─GSEABase::GeneSet(...) | ||
3. └─GSEABase::GeneSet(...) | ||
4. ├─base::do.call(new, c("GeneSet", list(... = ..., setIdentifier = setIdentifier))) | ||
5. └─(function (Class, ...) ... | ||
6. ├─methods::initialize(value, ...) | ||
7. └─methods::initialize(value, ...) | ||
8. └─methods::validObject(.Object) | ||
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 36 ] | ||
Error: Test failures | ||
Execution halted | ||
``` | ||
## In both | ||
* checking R code for possible problems ... NOTE | ||
* checking whether package ‘singleCellTK’ can be installed ... WARNING | ||
``` | ||
... | ||
‘is’ | ||
hyp_to_table: no visible global function definition for ‘is’ | ||
hyp_to_table: no visible global function definition for | ||
‘packageVersion’ | ||
hyp_to_table: no visible global function definition for ‘write.table’ | ||
hypeR: no visible global function definition for ‘is’ | ||
msigdb_available: no visible binding for global variable ‘gs_cat’ | ||
msigdb_available: no visible binding for global variable ‘gs_subcat’ | ||
msigdb_download: no visible binding for global variable ‘gs_name’ | ||
msigdb_download: no visible binding for global variable ‘gene_symbol’ | ||
msigdb_download: no visible binding for global variable ‘.’ | ||
msigdb_version: no visible global function definition for | ||
‘packageVersion’ | ||
Undefined global functions or variables: | ||
. fdr from gene_symbol gs_cat gs_name gs_subcat is label | ||
packageVersion pval significance size to write.table x y | ||
Consider adding | ||
importFrom("methods", "is") | ||
importFrom("utils", "packageVersion", "write.table") | ||
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field | ||
contains 'methods'). | ||
Found the following significant warnings: | ||
Warning: package ‘BiocGenerics’ was built under R version 4.0.5 | ||
Warning: package ‘GenomeInfoDb’ was built under R version 4.0.5 | ||
Warning: package ‘DelayedArray’ was built under R version 4.0.4 | ||
See ‘/Users/id460/repos/msigdbr/revdep/checks.noindex/singleCellTK/new/singleCellTK.Rcheck/00install.out’ for details. | ||
``` | ||
* checking for unstated dependencies in vignettes ... NOTE | ||
* checking dependencies in R code ... NOTE | ||
``` | ||
'library' or 'require' call not declared from: ‘tidyverse’ | ||
Namespaces in Imports field not imported from: | ||
'BiocGenerics' 'ggplotify' 'kableExtra' 'shinyBS' 'shinyFiles' | ||
'shinyWidgets' 'shinyjqui' 'shinythemes' | ||
All declared Imports should be used. | ||
``` | ||
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