Last updated on 2026-04-26 22:51:35 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.25.0 | 122.57 | 354.27 | 476.84 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.25.0 | 84.65 | 217.11 | 301.76 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.25.0 | 200.00 | 565.33 | 765.33 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.25.0 | 239.00 | 542.69 | 781.69 | OK | |
| r-patched-linux-x86_64 | 1.25.0 | 115.73 | 328.79 | 444.52 | OK | |
| r-release-linux-x86_64 | 1.25.0 | 121.16 | 327.42 | 448.58 | OK | |
| r-release-macos-arm64 | 1.25.0 | 24.00 | 57.00 | 81.00 | OK | |
| r-release-macos-x86_64 | 1.25.0 | 72.00 | 374.00 | 446.00 | OK | |
| r-release-windows-x86_64 | 1.25.0 | 145.00 | 265.00 | 410.00 | OK | --no-vignettes |
| r-oldrel-macos-arm64 | 1.25.0 | 20.00 | 58.00 | 78.00 | OK | |
| r-oldrel-macos-x86_64 | 1.25.0 | 72.00 | 344.00 | 416.00 | OK | |
| r-oldrel-windows-x86_64 | 1.25.0 | 160.00 | 314.00 | 474.00 | OK | --no-vignettes |
Version: 1.25.0
Check: examples
Result: ERROR
Running examples in ‘netdiffuseR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: edges_coords
> ### Title: Compute ego/alter edge coordinates considering alter's size and
> ### aspect ratio
> ### Aliases: edges_coords
> ### Keywords: dplot misc
>
> ### ** Examples
>
> # --------------------------------------------------------------------------
> data(medInnovationsDiffNet)
> library(sna)
Loading required package: statnet.common
Attaching package: ‘statnet.common’
The following objects are masked from ‘package:base’:
attr, order, replace
Loading required package: network
‘network’ 1.20.0 (2026-02-06), part of the Statnet Project
* ‘news(package="network")’ for changes since last version
* ‘citation("network")’ for citation information
* ‘https://statnet.org’ for help, support, and other information
sna: Tools for Social Network Analysis
Version 2.8 created on 2024-09-07.
copyright (c) 2005, Carter T. Butts, University of California-Irvine
For citation information, type citation("sna").
Type help(package="sna") to get started.
>
> # Computing coordinates
> set.seed(79)
> coords <- sna::gplot(as.matrix(medInnovationsDiffNet$graph[[1]]))
>
> # Getting edge coordinates
> vcex <- rep(1.5, nnodes(medInnovationsDiffNet))
> ecoords <- edges_coords(
+ medInnovationsDiffNet$graph[[1]],
+ diffnet.toa(medInnovationsDiffNet),
+ x = coords[,1], y = coords[,2],
+ vertex_cex = vcex,
+ dev = par("pin")
+ )
Warning in edges_coords(medInnovationsDiffNet$graph[[1]], diffnet.toa(medInnovationsDiffNet), :
subscript out of bounds (index 1 >= vector size 1)
Warning in edges_coords(medInnovationsDiffNet$graph[[1]], diffnet.toa(medInnovationsDiffNet), :
subscript out of bounds (index 1 >= vector size 1)
Warning in edges_coords(medInnovationsDiffNet$graph[[1]], diffnet.toa(medInnovationsDiffNet), :
subscript out of bounds (index 1 >= vector size 1)
malloc(): corrupted top size
Aborted
Flavor: r-devel-linux-x86_64-debian-gcc