22
33<details >
44
5- * Version: 1.0 .0
5+ * Version: 1.2 .0
66* GitHub: https://github.com/neurogenomics/orthogene
77* Source code: https://github.com/cran/orthogene
8- * Date/Publication: 2021-10 -26
9- * Number of recursive dependencies: 167
8+ * Date/Publication: 2022-04 -26
9+ * Number of recursive dependencies: 210
1010
1111Run ` revdep_details(, "orthogene") ` for more info
1212
@@ -20,20 +20,31 @@ Run `revdep_details(, "orthogene")` for more info
2020 ERROR
2121 Running the tests in ‘tests/testthat.R’ failed.
2222 Last 13 lines of output:
23- 3,849 / 4,492 (86%)
24- Total genes remaining after convert_orthologs :
25- 643 / 4,492 (14%)
26- Finisheddmelanogasterin0.232minutes.
27- Saving benchmarking results ==> /var/folders/lj/80zz6n91631_lb6h3l2m3hq4f503zw/T//Rtmpmg1Vml/file37766fe58c9d.csv
28- WARNING: Species ' monkeytypo ' not found in taxa dict.
29- [ FAIL 1 | WARN 0 | SKIP 0 | PASS 100 ]
23+ [ FAIL 4 | WARN 0 | SKIP 0 | PASS 141 ]
3024
3125 ══ Failed tests ════════════════════════════════════════════════════════════════
32- ── Failure (test-map_orthologs_babelgene.R:18:5): map_orthologs_babelgene works ──
33- nrow(gene_map2) is not more than 13000. Difference: -1.3e+04
26+ ── Failure (test-map_orthologs_babelgene.R:12:5): map_orthologs_babelgene works ──
27+ nrow(gene_map_b1) is not more than 13100. Difference: -34
28+ ── Failure (test-map_orthologs_babelgene.R:29:5): map_orthologs_babelgene works ──
29+ nrow(gene_map_b3) is not more than 15900. Difference: -27
30+ ── Failure (test-map_orthologs_babelgene.R:42:5): map_orthologs_babelgene works ──
31+ nrow(gene_map1) is not more than 29700. Difference: -49
32+ ── Failure (test-map_orthologs_babelgene.R:60:5): map_orthologs_babelgene works ──
33+ nrow(gene_map2) is not more than 29700. Difference: -49
3434
35- [ FAIL 1 | WARN 0 | SKIP 0 | PASS 100 ]
35+ [ FAIL 4 | WARN 0 | SKIP 0 | PASS 141 ]
3636 Error: Test failures
3737 Execution halted
3838 ```
3939
40+ ## In both
41+
42+ * checking dependencies in R code ... NOTE
43+ ```
44+ Namespace in Imports field not imported from: ‘DelayedMatrixStats’
45+ All declared Imports should be used.
46+ There are ::: calls to the package's namespace in its code. A package
47+ almost never needs to use ::: for its own objects:
48+ ‘aggregate_rows’
49+ ```
50+
0 commit comments