CRAN Package Check Results for Package netdiffuseR

Last updated on 2026-02-20 18:53:15 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.24.0 122.05 329.95 452.00 ERROR
r-devel-linux-x86_64-debian-gcc 1.24.0 83.97 227.93 311.90 OK
r-devel-linux-x86_64-fedora-clang 1.24.0 242.00 557.70 799.70 OK
r-devel-linux-x86_64-fedora-gcc 1.24.0 244.00 537.88 781.88 OK
r-devel-macos-arm64 1.24.0 24.00 59.00 83.00 OK
r-patched-linux-x86_64 1.24.0 OK
r-release-linux-x86_64 1.24.0 111.27 318.80 430.07 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 114.00 257.00 371.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 149.00 254.00 403.00 NOTE --no-vignettes

Check Details

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.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 Examples with CPU (user + system) or elapsed time > 5s user system elapsed diffusionMap 6.664 0.080 8.434 degree_adoption_diagnostic 5.251 0.141 6.860 c.diffnet 3.781 0.139 5.240 Flavor: r-devel-linux-x86_64-debian-clang

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