Skip to content

Commit 3df000d

Browse files
committed
prep for release
1 parent 0bf9699 commit 3df000d

File tree

5 files changed

+35
-76
lines changed

5 files changed

+35
-76
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ export("%N>%")
101101
export(.E)
102102
export(.G)
103103
export(.N)
104+
export(.free_graph_context)
104105
export(.graph_context)
105106
export(.register_graph_context)
106107
export(activate)

cran-comments.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
Minor release fixing changes from igraph and dplyr
1+
Minor release with a bunch of new features and bug fixes. No changes to worse
2+
detected in reverse dependencies
23

34
## revdepcheck results
45

5-
We checked 52 reverse dependencies (51 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
6+
We checked 52 reverse dependencies (50 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
67

78
* We saw 0 new problems
8-
* We failed to check 2 packages
9+
* We failed to check 1 packages
910

1011
Issues with CRAN packages are summarised below.
1112

1213
### Failed to check
1314

14-
* numbat (NA)
15-
* Platypus (NA)
15+
* numbat (NA)

revdep/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Failed to check (3)
44

5-
|package |version |error |warning |note |
6-
|:--------|:-------|:-----|:-------|:----|
7-
|numbat |? | | | |
8-
|Platypus |? | | | |
9-
|NA |? | | | |
5+
|package |version |error |warning |note |
6+
|:-------|:-------|:-----|:-------|:----|
7+
|NA |? | | | |
8+
|numbat |? | | | |
9+
|NA |? | | | |
1010

revdep/cran.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
## revdepcheck results
22

3-
We checked 52 reverse dependencies (51 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 52 reverse dependencies (50 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
44

55
* We saw 0 new problems
6-
* We failed to check 2 packages
6+
* We failed to check 1 packages
77

88
Issues with CRAN packages are summarised below.
99

1010
### Failed to check
1111

12-
* numbat (NA)
13-
* Platypus (NA)
12+
* numbat (NA)

revdep/failures.md

Lines changed: 21 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
# numbat
1+
# NA
22

33
<details>
44

5-
* Version: 1.2.1
6-
* GitHub: https://github.com/kharchenkolab/numbat
7-
* Source code: https://github.com/cran/numbat
8-
* Date/Publication: 2023-01-11 00:20:02 UTC
9-
* Number of recursive dependencies: 132
5+
* Version: NA
6+
* GitHub: NA
7+
* Source code: https://github.com/cran/NA
8+
* Number of recursive dependencies: 0
109

11-
Run `cloud_details(, "numbat")` for more info
10+
Run `cloud_details(, "NA")` for more info
1211

1312
</details>
1413

@@ -17,22 +16,7 @@ Run `cloud_details(, "numbat")` for more info
1716
### Devel
1817

1918
```
20-
* using log directory ‘/tmp/workdir/numbat/new/numbat.Rcheck’
21-
* using R version 4.1.1 (2021-08-10)
22-
* using platform: x86_64-pc-linux-gnu (64-bit)
23-
* using session charset: UTF-8
24-
* using option ‘--no-manual’
25-
* checking for file ‘numbat/DESCRIPTION’ ... OK
26-
* this is package ‘numbat’ version ‘1.2.1’
27-
* package encoding: UTF-8
28-
* checking package namespace information ... OK
29-
* checking package dependencies ... ERROR
30-
Packages required but not available: 'ggtree', 'scistreer'
3119
32-
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
33-
manual.
34-
* DONE
35-
Status: 1 ERROR
3620
3721
3822
@@ -42,39 +26,24 @@ Status: 1 ERROR
4226
### CRAN
4327

4428
```
45-
* using log directory ‘/tmp/workdir/numbat/old/numbat.Rcheck’
46-
* using R version 4.1.1 (2021-08-10)
47-
* using platform: x86_64-pc-linux-gnu (64-bit)
48-
* using session charset: UTF-8
49-
* using option ‘--no-manual’
50-
* checking for file ‘numbat/DESCRIPTION’ ... OK
51-
* this is package ‘numbat’ version ‘1.2.1’
52-
* package encoding: UTF-8
53-
* checking package namespace information ... OK
54-
* checking package dependencies ... ERROR
55-
Packages required but not available: 'ggtree', 'scistreer'
5629
57-
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
58-
manual.
59-
* DONE
60-
Status: 1 ERROR
6130
6231
6332
6433
6534
6635
```
67-
# Platypus
36+
# numbat
6837

6938
<details>
7039

71-
* Version: 3.4.1
72-
* GitHub: NA
73-
* Source code: https://github.com/cran/Platypus
74-
* Date/Publication: 2022-08-15 07:20:20 UTC
75-
* Number of recursive dependencies: 356
40+
* Version: 1.3.2-1
41+
* GitHub: https://github.com/kharchenkolab/numbat
42+
* Source code: https://github.com/cran/numbat
43+
* Date/Publication: 2023-06-17 18:50:02 UTC
44+
* Number of recursive dependencies: 135
7645

77-
Run `cloud_details(, "Platypus")` for more info
46+
Run `cloud_details(, "numbat")` for more info
7847

7948
</details>
8049

@@ -83,22 +52,17 @@ Run `cloud_details(, "Platypus")` for more info
8352
### Devel
8453

8554
```
86-
* using log directory ‘/tmp/workdir/Platypus/new/Platypus.Rcheck’
55+
* using log directory ‘/tmp/workdir/numbat/new/numbat.Rcheck’
8756
* using R version 4.1.1 (2021-08-10)
8857
* using platform: x86_64-pc-linux-gnu (64-bit)
8958
* using session charset: UTF-8
9059
* using option ‘--no-manual’
91-
* checking for file ‘Platypus/DESCRIPTION’ ... OK
92-
* checking extension type ... Package
93-
* this is package ‘Platypus’ version ‘3.4.1’
60+
* checking for file ‘numbat/DESCRIPTION’ ... OK
61+
* this is package ‘numbat’ version ‘1.3.2-1’
9462
* package encoding: UTF-8
9563
* checking package namespace information ... OK
96-
...
9764
* checking package dependencies ... ERROR
98-
Package required but not available: ‘ggtree’
99-
100-
Packages suggested but not available for checking:
101-
'Matrix.utils', 'monocle3', 'ProjecTILs', 'SeuratWrappers'
65+
Packages required but not available: 'ggtree', 'scistreer'
10266
10367
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
10468
manual.
@@ -113,22 +77,17 @@ Status: 1 ERROR
11377
### CRAN
11478

11579
```
116-
* using log directory ‘/tmp/workdir/Platypus/old/Platypus.Rcheck’
80+
* using log directory ‘/tmp/workdir/numbat/old/numbat.Rcheck’
11781
* using R version 4.1.1 (2021-08-10)
11882
* using platform: x86_64-pc-linux-gnu (64-bit)
11983
* using session charset: UTF-8
12084
* using option ‘--no-manual’
121-
* checking for file ‘Platypus/DESCRIPTION’ ... OK
122-
* checking extension type ... Package
123-
* this is package ‘Platypus’ version ‘3.4.1’
85+
* checking for file ‘numbat/DESCRIPTION’ ... OK
86+
* this is package ‘numbat’ version ‘1.3.2-1’
12487
* package encoding: UTF-8
12588
* checking package namespace information ... OK
126-
...
12789
* checking package dependencies ... ERROR
128-
Package required but not available: ‘ggtree’
129-
130-
Packages suggested but not available for checking:
131-
'Matrix.utils', 'monocle3', 'ProjecTILs', 'SeuratWrappers'
90+
Packages required but not available: 'ggtree', 'scistreer'
13291
13392
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
13493
manual.

0 commit comments

Comments
 (0)