Last updated on 2024-01-11 09:50:37 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.0 | 3.61 | 54.97 | 58.58 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.5.0 | 3.26 | 40.93 | 44.19 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.5.0 | 74.30 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.0 | 70.39 | ERROR | |||
r-devel-windows-x86_64 | 0.5.0 | 5.00 | 76.00 | 81.00 | ERROR | |
r-patched-linux-x86_64 | 0.5.0 | 4.79 | 52.79 | 57.58 | ERROR | |
r-release-linux-x86_64 | 0.5.0 | 4.50 | 52.45 | 56.95 | ERROR | |
r-release-macos-arm64 | 0.5.0 | 30.00 | OK | |||
r-release-macos-x86_64 | 0.5.0 | 47.00 | OK | |||
r-release-windows-x86_64 | 0.5.0 | 6.00 | 90.00 | 96.00 | ERROR | |
r-oldrel-macos-arm64 | 0.5.0 | 31.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5.0 | 6.00 | 84.00 | 90.00 | ERROR |
Version: 0.5.0
Check: examples
Result: ERROR
Running examples in ‘statGraph-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: tang.test
> ### Title: Tang hypothesis testing for random graphs.
> ### Aliases: tang.test
>
> ### ** Examples
>
> set.seed(42)
>
> ## 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
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.5.0
Check: examples
Result: ERROR
Running examples in ‘statGraph-Ex.R’ failed
The error most likely occurred in:
> ### Name: tang.test
> ### Title: Tang hypothesis testing for random graphs.
> ### Aliases: tang.test
>
> ### ** Examples
>
> set.seed(42)
>
> ## 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
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64