Last updated on 2024-10-31 10:50:25 CET.
Package | FAIL | ERROR | OK |
---|---|---|---|
iheiddown | 13 | ||
manydata | 13 | ||
manynet | 2 | 11 | |
messydates | 13 | ||
migraph | 2 | 11 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 2, OK: 11
Version: 1.2.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [23m/21m]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(manynet)
>
> test_check("manynet")
Starting 2 test processes
[ FAIL 7 | WARN 18643 | SKIP 21 | PASS 558 ]
══ Skipped tests (21) ══════════════════════════════════════════════════════════
• On CRAN (21): 'test-manip_as.R:86:3', 'test-manip_split.R:49:3',
'test-map_autograph.R:2:3', 'test-map_autograph.R:17:3',
'test-map_autograph.R:31:3', 'test-map_autograph.R:47:3',
'test-map_autograph.R:65:3', 'test-map_autograph.R:91:3',
'test-map_autograph.R:103:3', 'test-map_autograph.R:113:3',
'test-map_autograph.R:120:3', 'test-map_autograph.R:127:3',
'test-map_autograph.R:140:3', 'test-map_autograph.R:158:3',
'test-map_autograph.R:171:3', 'test-map_autograph.R:180:3',
'test-mark_ties.R:24:3', 'test-mark_ties.R:33:3', 'test-mark_nodes.R:13:3',
'test-mark_nodes.R:22:3', 'test-mark_nodes.R:62:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-measure_centrality.R:70:3'): one mode eigenvector centrality calculated correctly ──
top3(node_eigenvector(ison_adolescents, normalized = FALSE)) (`actual`) not equal to c(0.16, 0.491, 0.529) (`expected`).
`actual`: 0.3 0.9 1.0
`expected`: 0.2 0.5 0.5
── Failure ('test-measure_centrality.R:71:3'): one mode eigenvector centrality calculated correctly ──
top3(node_eigenvector(ison_adolescents, normalized = TRUE)) (`actual`) not equal to c(0.227, 0.694, 0.748) (`expected`).
`actual`: 0.4 1.3 1.4
`expected`: 0.2 0.7 0.7
── Failure ('test-measure_centrality.R:75:3'): two mode eigenvector centrality calculated correctly ──
top3(node_eigenvector(test_mat, normalized = FALSE)) (`actual`) not equal to c(0.3185, 0.3004, 0.3536) (`expected`).
`actual`: 0.9 0.8 1.0
`expected`: 0.3 0.3 0.4
── Failure ('test-measure_centrality.R:76:3'): two mode eigenvector centrality calculated correctly ──
top3(node_eigenvector(test_igr, normalized = FALSE)) (`actual`) not equal to c(0.3185, 0.3004, 0.3536) (`expected`).
`actual`: 0.9 0.8 1.0
`expected`: 0.3 0.3 0.4
── Failure ('test-measure_centrality.R:77:3'): two mode eigenvector centrality calculated correctly ──
bot3(node_eigenvector(test_mat, normalized = FALSE)) (`actual`) not equal to c(0.2156, 0.1316, 0.1316) (`expected`).
`actual`: 0.5 0.3 0.3
`expected`: 0.2 0.1 0.1
── Failure ('test-measure_centrality.R:78:3'): two mode eigenvector centrality calculated correctly ──
bot3(node_eigenvector(test_igr, normalized = FALSE)) (`actual`) not equal to c(0.2156, 0.1316, 0.1316) (`expected`).
`actual`: 0.5 0.3 0.3
`expected`: 0.2 0.1 0.1
── Failure ('test-measure_centrality.R:79:3'): two mode eigenvector centrality calculated correctly ──
top3(node_eigenvector(test_igr, normalized = TRUE)) (`actual`) not equal to c(0.4505, 0.4248, 0.5) (`expected`).
`actual`: 1.3 1.2 1.4
`expected`: 0.5 0.4 0.5
[ FAIL 7 | WARN 18643 | SKIP 21 | PASS 558 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.2.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [20m/19m]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(manynet)
>
> test_check("manynet")
Starting 2 test processes
[ FAIL 7 | WARN 18643 | SKIP 21 | PASS 558 ]
══ Skipped tests (21) ══════════════════════════════════════════════════════════
• On CRAN (21): 'test-manip_as.R:86:3', 'test-manip_split.R:49:3',
'test-map_autograph.R:2:3', 'test-map_autograph.R:17:3',
'test-map_autograph.R:31:3', 'test-map_autograph.R:47:3',
'test-map_autograph.R:65:3', 'test-map_autograph.R:91:3',
'test-map_autograph.R:103:3', 'test-map_autograph.R:113:3',
'test-map_autograph.R:120:3', 'test-map_autograph.R:127:3',
'test-map_autograph.R:140:3', 'test-map_autograph.R:158:3',
'test-map_autograph.R:171:3', 'test-map_autograph.R:180:3',
'test-mark_nodes.R:13:3', 'test-mark_nodes.R:22:3', 'test-mark_nodes.R:62:3',
'test-mark_ties.R:24:3', 'test-mark_ties.R:33:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-measure_centrality.R:70:3'): one mode eigenvector centrality calculated correctly ──
top3(node_eigenvector(ison_adolescents, normalized = FALSE)) (`actual`) not equal to c(0.16, 0.491, 0.529) (`expected`).
`actual`: 0.3 0.9 1.0
`expected`: 0.2 0.5 0.5
── Failure ('test-measure_centrality.R:71:3'): one mode eigenvector centrality calculated correctly ──
top3(node_eigenvector(ison_adolescents, normalized = TRUE)) (`actual`) not equal to c(0.227, 0.694, 0.748) (`expected`).
`actual`: 0.4 1.3 1.4
`expected`: 0.2 0.7 0.7
── Failure ('test-measure_centrality.R:75:3'): two mode eigenvector centrality calculated correctly ──
top3(node_eigenvector(test_mat, normalized = FALSE)) (`actual`) not equal to c(0.3185, 0.3004, 0.3536) (`expected`).
`actual`: 0.9 0.8 1.0
`expected`: 0.3 0.3 0.4
── Failure ('test-measure_centrality.R:76:3'): two mode eigenvector centrality calculated correctly ──
top3(node_eigenvector(test_igr, normalized = FALSE)) (`actual`) not equal to c(0.3185, 0.3004, 0.3536) (`expected`).
`actual`: 0.9 0.8 1.0
`expected`: 0.3 0.3 0.4
── Failure ('test-measure_centrality.R:77:3'): two mode eigenvector centrality calculated correctly ──
bot3(node_eigenvector(test_mat, normalized = FALSE)) (`actual`) not equal to c(0.2156, 0.1316, 0.1316) (`expected`).
`actual`: 0.5 0.3 0.3
`expected`: 0.2 0.1 0.1
── Failure ('test-measure_centrality.R:78:3'): two mode eigenvector centrality calculated correctly ──
bot3(node_eigenvector(test_igr, normalized = FALSE)) (`actual`) not equal to c(0.2156, 0.1316, 0.1316) (`expected`).
`actual`: 0.5 0.3 0.3
`expected`: 0.2 0.1 0.1
── Failure ('test-measure_centrality.R:79:3'): two mode eigenvector centrality calculated correctly ──
top3(node_eigenvector(test_igr, normalized = TRUE)) (`actual`) not equal to c(0.4505, 0.4248, 0.5) (`expected`).
`actual`: 1.3 1.2 1.4
`expected`: 0.5 0.4 0.5
[ FAIL 7 | WARN 18643 | SKIP 21 | PASS 558 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Current CRAN status: OK: 13
Current CRAN status: FAIL: 2, OK: 11
Version: 1.4.2
Check: tests
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
> ### ** Examples
>
> marvel_friends <- to_unsigned(ison_marvel_relationships)
> marvel_friends <- to_giant(marvel_friends) %>%
+ to_subgraph(PowerOrigin == "Human")
> # (cugtest <- test_random(marvel_friends, manynet::net_heterophily, attribute = "Attractive",
> # times = 200))
> # plot(cugtest)
> # (qaptest <- test_permutation(marvel_friends,
> # manynet::net_heterophily, attribute = "Attractive",
> # times = 200))
> # plot(qaptest)
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 5.75 0.34 6.1 NA NA
> grDevices::dev.off()
null device
1
> ###
> ### Local variables: ***
> ### mode: outline-minor ***
> ### outline-regexp: "\\(> \\)?### [*]+" ***
> ### End: ***
> quit('no')
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-devel-windows-x86_64
Version: 1.4.2
Check: tests
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
> ### ** Examples
>
> marvel_friends <- to_unsigned(ison_marvel_relationships)
> marvel_friends <- to_giant(marvel_friends) %>%
+ to_subgraph(PowerOrigin == "Human")
> # (cugtest <- test_random(marvel_friends, manynet::net_heterophily, attribute = "Attractive",
> # times = 200))
> # plot(cugtest)
> # (qaptest <- test_permutation(marvel_friends,
> # manynet::net_heterophily, attribute = "Attractive",
> # times = 200))
> # plot(qaptest)
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 8.17 0.41 8.88 NA NA
> grDevices::dev.off()
null device
1
> ###
> ### Local variables: ***
> ### mode: outline-minor ***
> ### outline-regexp: "\\(> \\)?### [*]+" ***
> ### End: ***
> quit('no')
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-oldrel-windows-x86_64