Skip to content

Commit

Permalink
chore: Update revdepcheck results
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 25, 2023
1 parent 459a31b commit b4deb6e
Show file tree
Hide file tree
Showing 4 changed files with 223 additions and 39 deletions.
13 changes: 10 additions & 3 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Revdeps

## Failed to check (2)

|package |version |error |warning |note |
|:---------|:-------|:-----|:-------|:----|
|Seurat |? | | | |
|streamDAG |? | | | |

## New problems (16)

|package |version |error |warning |note |
Expand All @@ -8,8 +15,8 @@
|[DiagrammeR](problems.md#diagrammer)|1.0.10 |__+1__ | |1 |
|[ggnetwork](problems.md#ggnetwork)|0.5.12 |__+1__ | |1 |
|[inferCSN](problems.md#infercsn)|0.99.8 |__+1__ | |1 |
|[manynet](problems.md#manynet)|0.2.8 |__+1__ | |2 |
|[migraph](problems.md#migraph)|1.1.5 |__+1__ | | |
|[manynet](problems.md#manynet)|0.3.0 |__+1__ | |2 |
|[migraph](problems.md#migraph)|1.2.1 |__+1__ | | |
|[molnet](problems.md#molnet)|0.1.0 |__+1__ | | |
|[NAIR](problems.md#nair)|1.0.2 |__+1__ | |1 |
|[nat](problems.md#nat)|1.8.23 |__+1__ | | |
Expand All @@ -19,5 +26,5 @@
|[pcalg](problems.md#pcalg)|2.7-9 |__+1__ | |3 |
|[phyloseqGraphTest](problems.md#phyloseqgraphtest)|0.1.0 |__+2__ | |2 |
|[riverconn](problems.md#riverconn)|0.3.28 |__+1__ | | |
|[statGraph](problems.md#statgraph)|0.5.0 |__+1__ | | |
|[tidygraph](problems.md#tidygraph)|1.3.0 |__+2__ | | |

11 changes: 8 additions & 3 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## revdepcheck results

We checked 19 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 817 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 16 new problems
* We failed to check 0 packages
* We failed to check 2 packages

Issues with CRAN packages are summarised below.

Expand Down Expand Up @@ -57,6 +57,11 @@ Issues with CRAN packages are summarised below.
* riverconn
checking re-building of vignette outputs ... ERROR

* statGraph
* tidygraph
checking examples ... ERROR
checking tests ... ERROR

### Failed to check

* Seurat (NA)
* streamDAG (NA)
149 changes: 148 additions & 1 deletion revdep/failures.md
Original file line number Diff line number Diff line change
@@ -1 +1,148 @@
*Wow, no problems at all. :)*
# Seurat

<details>

* Version: 5.0.1
* GitHub: https://github.com/satijalab/seurat
* Source code: https://github.com/cran/Seurat
* Date/Publication: 2023-11-17 23:10:06 UTC
* Number of recursive dependencies: 264

Run `revdepcheck::cloud_details(, "Seurat")` for more info

</details>

## Error before installation

### Devel

```
* using log directory ‘/tmp/workdir/Seurat/new/Seurat.Rcheck’
* using R version 4.3.1 (2023-06-16)
* using platform: x86_64-pc-linux-gnu (64-bit)
* R was compiled by
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
GNU Fortran (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
* running under: Ubuntu 20.04.6 LTS
* using session charset: UTF-8
* using option ‘--no-manual’
* checking for file ‘Seurat/DESCRIPTION’ ... OK
...
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ... OK
Running ‘testthat.R’
* DONE
Status: 3 NOTEs
```
### CRAN

```
* using log directory ‘/tmp/workdir/Seurat/old/Seurat.Rcheck’
* using R version 4.3.1 (2023-06-16)
* using platform: x86_64-pc-linux-gnu (64-bit)
* R was compiled by
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
GNU Fortran (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
* running under: Ubuntu 20.04.6 LTS
* using session charset: UTF-8
* using option ‘--no-manual’
* checking for file ‘Seurat/DESCRIPTION’ ... OK
...
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ... OK
Running ‘testthat.R’
* DONE
Status: 3 NOTEs
```
# streamDAG

<details>

* Version: 1.5
* GitHub: NA
* Source code: https://github.com/cran/streamDAG
* Date/Publication: 2023-10-06 18:50:02 UTC
* Number of recursive dependencies: 133

Run `revdepcheck::cloud_details(, "streamDAG")` for more info

</details>

## Error before installation

### Devel

```
* using log directory ‘/tmp/workdir/streamDAG/new/streamDAG.Rcheck’
* using R version 4.3.1 (2023-06-16)
* using platform: x86_64-pc-linux-gnu (64-bit)
* R was compiled by
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
GNU Fortran (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
* running under: Ubuntu 20.04.6 LTS
* using session charset: UTF-8
* using option ‘--no-manual’
* checking for file ‘streamDAG/DESCRIPTION’ ... OK
* this is package ‘streamDAG’ version ‘1.5’
* checking package namespace information ... OK
* checking package dependencies ... ERROR
Package required but not available: ‘asbio’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
* DONE
Status: 1 ERROR
```
### CRAN

```
* using log directory ‘/tmp/workdir/streamDAG/old/streamDAG.Rcheck’
* using R version 4.3.1 (2023-06-16)
* using platform: x86_64-pc-linux-gnu (64-bit)
* R was compiled by
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
GNU Fortran (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
* running under: Ubuntu 20.04.6 LTS
* using session charset: UTF-8
* using option ‘--no-manual’
* checking for file ‘streamDAG/DESCRIPTION’ ... OK
* this is package ‘streamDAG’ version ‘1.5’
* checking package namespace information ... OK
* checking package dependencies ... ERROR
Package required but not available: ‘asbio’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
* DONE
Status: 1 ERROR
```
89 changes: 57 additions & 32 deletions revdep/problems.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Run `revdepcheck::cloud_details(, "DiagrammeR")` for more info
* GitHub: https://github.com/briatte/ggnetwork
* Source code: https://github.com/cran/ggnetwork
* Date/Publication: 2023-03-06 20:00:02 UTC
* Number of recursive dependencies: 75
* Number of recursive dependencies: 74
Run `revdepcheck::cloud_details(, "ggnetwork")` for more info
Expand Down Expand Up @@ -187,11 +187,11 @@ Run `revdepcheck::cloud_details(, "inferCSN")` for more info
<details>
* Version: 0.2.8
* Version: 0.3.0
* GitHub: https://github.com/snlab-ch/manynet
* Source code: https://github.com/cran/manynet
* Date/Publication: 2023-11-02 10:10:08 UTC
* Number of recursive dependencies: 138
* Date/Publication: 2023-12-15 19:10:02 UTC
* Number of recursive dependencies: 140
Run `revdepcheck::cloud_details(, "manynet")` for more info
Expand Down Expand Up @@ -219,7 +219,7 @@ Run `revdepcheck::cloud_details(, "manynet")` for more info
1/4 mismatches
[1] 0 - 1 == -1
[ FAIL 1 | WARN 2 | SKIP 10 | PASS 303 ]
[ FAIL 1 | WARN 1 | SKIP 14 | PASS 329 ]
Error: Test failures
Execution halted
```
Expand All @@ -240,11 +240,11 @@ Run `revdepcheck::cloud_details(, "manynet")` for more info
<details>
* Version: 1.1.5
* Version: 1.2.1
* GitHub: https://github.com/snlab-ch/migraph
* Source code: https://github.com/cran/migraph
* Date/Publication: 2023-11-02 10:10:02 UTC
* Number of recursive dependencies: 116
* Date/Publication: 2023-12-17 22:30:02 UTC
* Number of recursive dependencies: 115
Run `revdepcheck::cloud_details(, "migraph")` for more info
Expand Down Expand Up @@ -320,7 +320,7 @@ Run `revdepcheck::cloud_details(, "molnet")` for more info
* GitHub: https://github.com/mlizhangx/Network-Analysis-for-Repertoire-Sequencing-
* Source code: https://github.com/cran/NAIR
* Date/Publication: 2023-09-27 10:20:08 UTC
* Number of recursive dependencies: 87
* Number of recursive dependencies: 86
Run `revdepcheck::cloud_details(, "NAIR")` for more info
Expand Down Expand Up @@ -370,7 +370,7 @@ Run `revdepcheck::cloud_details(, "NAIR")` for more info
* GitHub: https://github.com/natverse/nat
* Source code: https://github.com/cran/nat
* Date/Publication: 2023-08-25 15:40:02 UTC
* Number of recursive dependencies: 92
* Number of recursive dependencies: 91
Run `revdepcheck::cloud_details(, "nat")` for more info
Expand Down Expand Up @@ -411,7 +411,7 @@ Run `revdepcheck::cloud_details(, "nat")` for more info
* GitHub: https://github.com/langendorfr/netcom
* Source code: https://github.com/cran/netcom
* Date/Publication: 2022-07-21 17:40:06 UTC
* Number of recursive dependencies: 105
* Number of recursive dependencies: 104
Run `revdepcheck::cloud_details(, "netcom")` for more info
Expand Down Expand Up @@ -736,44 +736,69 @@ Run `revdepcheck::cloud_details(, "riverconn")` for more info
Execution halted
```
# statGraph
# tidygraph
<details>
* Version: 0.5.0
* GitHub: NA
* Source code: https://github.com/cran/statGraph
* Date/Publication: 2021-05-19 07:00:06 UTC
* Number of recursive dependencies: 20
* Version: 1.3.0
* GitHub: https://github.com/thomasp85/tidygraph
* Source code: https://github.com/cran/tidygraph
* Date/Publication: 2023-12-18 10:30:02 UTC
* Number of recursive dependencies: 80
Run `revdepcheck::cloud_details(, "statGraph")` for more info
Run `revdepcheck::cloud_details(, "tidygraph")` for more info
</details>
## Newly broken
* checking examples ... ERROR
```
Running examples in ‘statGraph-Ex.R’ failed
Running examples in ‘tidygraph-Ex.R’ failed
The error most likely occurred in:
> ### Name: tang.test
> ### Title: Tang hypothesis testing for random graphs.
> ### Aliases: tang.test
> ### Name: random_walk_rank
> ### Title: Perform a random walk on the graph and return encounter rank
> ### Aliases: random_walk_rank
>
> ### ** Examples
>
> set.seed(42)
> graph <- create_notable("zachary")
...
> ## test under H0
> lpvs <- matrix(rnorm(200), 20, 10)
> lpvs <- apply(lpvs, 2, function(x) { return (abs(x)/sqrt(sum(x^2))) })
> G1 <- igraph::sample_dot_product(lpvs)
> G2 <- igraph::sample_dot_product(lpvs)
> D1 <- tang.test(G1, G2, 5)
Error in defaults$maxiter <- .Machine$integer.max :
object of type 'closure' is not subsettable
Calls: tang.test -> t.embed.graph
8. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
9. │ └─mask$eval_all_mutate(quo)
10. │ └─dplyr (local) eval()
11. ├─tidygraph::random_walk_rank(200)
12. │ └─igraph::random_walk(graph, root, n, mode)
13. │ └─igraph:::random_walk_impl(...)
14. └─base::.handleSimpleError(...)
15. └─dplyr (local) h(simpleError(msg, call))
16. └─rlang::abort(message, class = error_class, parent = parent, call = error_call)
Execution halted
```
* checking tests ... ERROR
```
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
...
12. ├─tidygraph::random_walk_rank(30, 5)
13. │ └─igraph::random_walk(graph, root, n, mode)
14. │ └─igraph:::random_walk_impl(...)
15. └─base::.handleSimpleError(...)
16. └─dplyr (local) h(simpleError(msg, call))
17. └─rlang::abort(message, class = error_class, parent = parent, call = error_call)
[ FAIL 2 | WARN 10 | SKIP 0 | PASS 430 ]
Error: Test failures
Execution halted
```

0 comments on commit b4deb6e

Please sign in to comment.