CRAN Package Check Results for Package autograph

Last updated on 2026-04-24 06:52:54 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 16.51 165.45 181.96 OK
r-devel-linux-x86_64-debian-gcc 1.0.0 11.70 118.02 129.72 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 25.00 262.62 287.62 WARN
r-devel-macos-arm64 1.0.0 4.00 35.00 39.00 OK
r-devel-windows-x86_64 1.0.0 18.00 148.00 166.00 OK
r-patched-linux-x86_64 1.0.0 14.58 153.57 168.15 OK
r-release-linux-x86_64 1.0.0 13.20 148.48 161.68 OK
r-release-macos-arm64 1.0.0 4.00 33.00 37.00 OK
r-release-macos-x86_64 1.0.0 11.00 156.00 167.00 OK
r-release-windows-x86_64 1.0.0 18.00 143.00 161.00 ERROR
r-oldrel-macos-arm64 0.6.0 4.00 41.00 45.00 OK
r-oldrel-macos-x86_64 1.0.0 11.00 174.00 185.00 OK
r-oldrel-windows-x86_64 1.0.0 22.00 198.00 220.00 OK

Check Details

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-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-release-windows-x86_64