Skip to content

Commit ab61c52

Browse files
committed
Prepare for CRAN release
1 parent 55fc014 commit ab61c52

File tree

6 files changed

+54
-66
lines changed

6 files changed

+54
-66
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: babelgene
33
Title: Gene Orthologs for Model Organisms in a Tidy Data Format
4-
Version: 22.3.9001
4+
Version: 22.9
55
Authors@R:
66
person("Igor", "Dolgalev", , "igor.dolgalev@nyumc.org", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0003-4451-126X"))

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# babelgene (development version)
1+
# babelgene 22.9
22

33
* Updated the database.
44
* Added a check for NAs in input genes (#3).

cran-comments.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
## Test environments
2-
* local R installation, R 4.1.2
2+
* local R installation, R 4.2.1
33
* ubuntu-latest (on GitHub Actions), R 3.4, R 3.6, R-release, R-devel
44
* macOS-latest (on GitHub Actions), R-release
55
* windows-latest (on GitHub Actions), R-release
6-
* win-builder (devel)
76

87
## R CMD check results
98

revdep/README.md

Lines changed: 19 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,24 @@
11
# Platform
22

3-
|field |value |
4-
|:--------|:------------------------------------|
5-
|version |R version 4.1.2 (2021-11-01) |
6-
|os |macOS Monterey 12.2.1 |
7-
|system |x86_64, darwin17.0 |
8-
|ui |RStudio |
9-
|language |(EN) |
10-
|collate |en_US.UTF-8 |
11-
|ctype |en_US.UTF-8 |
12-
|tz |America/New_York |
13-
|date |2022-03-30 |
14-
|rstudio |2021.09.2+382 Ghost Orchid (desktop) |
15-
|pandoc |NA |
3+
|field |value |
4+
|:--------|:----------------------------------------|
5+
|version |R version 4.2.1 (2022-06-23) |
6+
|os |macOS Monterey 12.5.1 |
7+
|system |x86_64, darwin17.0 |
8+
|ui |RStudio |
9+
|language |(EN) |
10+
|collate |en_US.UTF-8 |
11+
|ctype |en_US.UTF-8 |
12+
|tz |America/New_York |
13+
|date |2022-09-28 |
14+
|rstudio |2022.02.3+492 Prairie Trillium (desktop) |
15+
|pandoc |2.19 @ /usr/local/bin/pandoc |
1616

1717
# Dependencies
1818

19-
|package | old|new |Δ |
20-
|:----------|----:|:---------|:--|
21-
|babelgene | 21.4|21.4.9001 |* |
22-
|cli | NA|3.2.0 |* |
23-
|crayon | NA|1.5.1 |* |
24-
|fansi | NA|1.0.3 |* |
25-
|glue | NA|1.6.2 |* |
26-
|magrittr | NA|2.0.2 |* |
27-
|rlang | NA|1.0.2 |* |
28-
|tidyselect | NA|1.1.2 |* |
29-
|vctrs | NA|0.3.8 |* |
19+
|package | old| new|Δ |
20+
|:---------|----:|----:|:--|
21+
|babelgene | 22.3| 22.9|* |
3022

3123
# Revdeps
3224

@@ -38,7 +30,7 @@
3830

3931
## New problems (1)
4032

41-
|package |version |error |warning |note |
42-
|:----------------------------------|:-------|:------|:-------|:----|
43-
|[orthogene](problems.md#orthogene) |1.0.0 |__+1__ | | |
33+
|package |version |error |warning |note |
34+
|:---------|:-------|:------|:-------|:----|
35+
|[orthogene](problems.md#orthogene)|1.2.0 |__+1__ | |1 |
4436

revdep/failures.md

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,13 @@
1515

1616
```
1717
18-
There are binary versions available but the source versions are later:
19-
binary source needs_compilation
20-
cluster 2.1.2 2.1.3 TRUE
21-
magrittr 2.0.2 2.0.3 TRUE
22-
mgcv 1.8-39 1.8-40 TRUE
23-
msigdbr 7.4.1 7.5.1 FALSE
24-
S4Vectors 0.32.3 0.32.4 TRUE
25-
testthat 3.1.2 3.1.3 TRUE
26-
vctrs 0.3.8 0.4.0 TRUE
18+
There is a binary version available but the source version is later:
19+
binary source needs_compilation
20+
webshot 0.5.3 0.5.4 FALSE
2721
28-
Binaries will be installed
2922
3023
31-
installing the source packages ‘geneLenDataBase’, ‘msigdbr’, ‘PANTHER.db’, ‘reactome.db’
24+
installing the source packages ‘geneLenDataBase’, ‘GO.db’, ‘PANTHER.db’, ‘reactome.db’, ‘webshot
3225
3326
3427
@@ -37,20 +30,13 @@ installing the source packages ‘geneLenDataBase’, ‘msigdbr’, ‘PANTHER.
3730

3831
```
3932
40-
There are binary versions available but the source versions are later:
41-
binary source needs_compilation
42-
cluster 2.1.2 2.1.3 TRUE
43-
magrittr 2.0.2 2.0.3 TRUE
44-
mgcv 1.8-39 1.8-40 TRUE
45-
msigdbr 7.4.1 7.5.1 FALSE
46-
S4Vectors 0.32.3 0.32.4 TRUE
47-
testthat 3.1.2 3.1.3 TRUE
48-
vctrs 0.3.8 0.4.0 TRUE
33+
There is a binary version available but the source version is later:
34+
binary source needs_compilation
35+
webshot 0.5.3 0.5.4 FALSE
4936
50-
Binaries will be installed
5137
5238
53-
installing the source packages ‘geneLenDataBase’, ‘msigdbr’, ‘PANTHER.db’, ‘reactome.db’
39+
installing the source packages ‘geneLenDataBase’, ‘GO.db’, ‘PANTHER.db’, ‘reactome.db’, ‘webshot
5440
5541
5642

revdep/problems.md

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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

1111
Run `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

Comments
 (0)