Last updated on 2026-04-26 13:48:53 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 15.68 | 181.61 | 197.29 | WARN | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 9.93 | 117.74 | 127.67 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 27.00 | 276.09 | 303.09 | WARN | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 28.00 | 284.73 | 312.73 | WARN | |
| r-patched-linux-x86_64 | 1.0.0 | 14.58 | 153.57 | 168.15 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 12.86 | 151.51 | 164.37 | OK | |
| r-release-macos-arm64 | 1.0.0 | 4.00 | 35.00 | 39.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 11.00 | 155.00 | 166.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 18.00 | 148.00 | 166.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | 4.00 | 33.00 | 37.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.0 | 11.00 | 156.00 | 167.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 26.00 | 194.00 | 220.00 | ERROR |
Version: 1.0.0
Check: namespace references in data files
Result: WARN
Data files with namespace references not in the recursive strong
package dependencies:
data/ergm_res.rda: ergm
See section 'Data in packages' in the 'Writing R Extensions' manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [23s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(autograph)
Loading required package: manynet
>
> stocnet_theme("default")
> test_check("autograph")
Starting 2 test processes.
Saving _problems/test-layout_valence-7.R
[ FAIL 1 | WARN 0 | SKIP 27 | PASS 64 ]
══ Skipped tests (27) ══════════════════════════════════════════════════════════
• On CRAN (21): 'test-layout_partition.R:3:3', 'test-layout_partition.R:15:3',
'test-layout_partition.R:24:3', 'test-layout_partition.R:54:3',
'test-layout_partition.R:63:3', 'test-layout_partition.R:72:3',
'test-layout_partition.R:79:3', 'test-graphr.R:14:3', 'test-graphr.R:29:3',
'test-graphr.R:43:3', 'test-graphr.R:59:3', 'test-graphr.R:77:3',
'test-graphr.R:101:3', 'test-graphr.R:113:3', 'test-graphr.R:123:3',
'test-graphr.R:129:3', 'test-graphr.R:136:3', 'test-graphr.R:148:3',
'test-graphr.R:162:3', 'test-graphr.R:171:3', 'test-graphr.R:182:3'
• On Windows (1): 'test-theme_set.R:59:3'
• empty test (1): 'test-plot_manynet.R:1:1'
• grepl("starwars|physicians|potter|marvel", nm) is TRUE (4):
'test-graphr.R:7:5', 'test-graphr.R:7:5', 'test-graphr.R:7:5',
'test-graphr.R:7:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-layout_valence.R:7:3'): valence layout works ─────────────────
Expected `sqrt(sum((lo[1, ] - lo[2, ])^2)) < sqrt(sum((lo[1, ] - lo[3, ])^2))` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 27 | PASS 64 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64