Last updated on 2026-01-10 07:50:07 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.24.0 | 106.68 | 349.56 | 456.24 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.24.0 | 74.18 | 212.86 | 287.04 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.24.0 | 215.00 | 569.45 | 784.45 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.24.0 | 212.00 | 576.97 | 788.97 | OK | |
| r-devel-windows-x86_64 | 1.24.0 | 123.00 | 244.00 | 367.00 | OK | --no-vignettes |
| r-patched-linux-x86_64 | 1.24.0 | 117.77 | 320.18 | 437.95 | OK | |
| r-release-linux-x86_64 | 1.24.0 | 114.91 | 321.62 | 436.53 | OK | |
| r-release-macos-arm64 | 1.24.0 | 21.00 | 61.00 | 82.00 | OK | |
| r-release-macos-x86_64 | 1.24.0 | 73.00 | 368.00 | 441.00 | OK | |
| r-release-windows-x86_64 | 1.24.0 | 126.00 | 253.00 | 379.00 | OK | --no-vignettes |
| r-oldrel-macos-arm64 | 1.24.0 | 21.00 | 65.00 | 86.00 | NOTE | |
| r-oldrel-macos-x86_64 | 1.24.0 | 73.00 | 360.00 | 433.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.24.0 | 153.00 | 311.00 | 464.00 | NOTE | --no-vignettes |
Version: 1.24.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.19.0 (2024-12-08), 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
Version: 1.24.0
Check: installed package size
Result: NOTE
installed size is 10.8Mb
sub-directories of 1Mb or more:
doc 2.4Mb
help 1.3Mb
libs 5.8Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.24.0
Flags: --no-vignettes
Check: installed package size
Result: NOTE
installed size is 6.5Mb
sub-directories of 1Mb or more:
doc 2.4Mb
help 1.3Mb
libs 1.5Mb
Flavor: r-oldrel-windows-x86_64