Last updated on 2026-03-13 12:52:29 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.24.0 | 122.93 | 329.14 | 452.07 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.24.0 | 85.22 | 218.92 | 304.14 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.24.0 | 162.00 | 468.50 | 630.50 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.24.0 | 245.00 | 539.43 | 784.43 | ERROR | |
| r-devel-macos-arm64 | 1.24.0 | 24.00 | 59.00 | 83.00 | OK | |
| r-devel-windows-x86_64 | 1.24.0 | 149.00 | 268.00 | 417.00 | ERROR | --no-vignettes |
| r-patched-linux-x86_64 | 1.24.0 | 114.90 | 318.91 | 433.81 | OK | |
| r-release-linux-x86_64 | 1.24.0 | 102.10 | 321.50 | 423.60 | 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 | 127.00 | 251.00 | 378.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 | 151.00 | 283.00 | 434.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.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)
>
> ecoords <- as.data.frame(ecoords)
>
> # Plotting
> symbols(coords[,1], coords[,2], circles=vcex,
+ inches=FALSE, xaxs="i", yaxs="i")
malloc(): corrupted top size
Aborted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
diffusionMap 6.545 0.095 8.554
degree_adoption_diagnostic 5.395 0.166 6.716
Flavor: r-devel-linux-x86_64-debian-clang
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: round_to_seq
> ### Title: Takes a numeric vector and maps it into a finite length sequence
> ### Aliases: round_to_seq
>
> ### ** Examples
>
>
> x <- rnorm(100)
> w <- data.frame(as.integer(round_to_seq(x, as_factor = TRUE)),x)
> plot(w,x)
Error in attr(x, "formula") %||% { : invalid formula
Calls: plot ... plot.data.frame -> <Anonymous> -> formula -> formula.default -> %||%
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.24.0
Check: examples
Result: ERROR
Running examples in ‘netdiffuseR-Ex.R’ failed
The error most likely occurred in:
> ### Name: round_to_seq
> ### Title: Takes a numeric vector and maps it into a finite length sequence
> ### Aliases: round_to_seq
>
> ### ** Examples
>
>
> x <- rnorm(100)
> w <- data.frame(as.integer(round_to_seq(x, as_factor = TRUE)),x)
> plot(w,x)
Error in attr(x, "formula") %||% { : invalid formula
Calls: plot ... plot.data.frame -> <Anonymous> -> formula -> formula.default -> %||%
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.24.0
Flags: --no-vignettes
Check: examples
Result: ERROR
Running examples in 'netdiffuseR-Ex.R' failed
The error most likely occurred in:
> ### Name: round_to_seq
> ### Title: Takes a numeric vector and maps it into a finite length sequence
> ### Aliases: round_to_seq
>
> ### ** Examples
>
>
> x <- rnorm(100)
> w <- data.frame(as.integer(round_to_seq(x, as_factor = TRUE)),x)
> plot(w,x)
Error in attr(x, "formula") %||% { : invalid formula
Calls: plot ... plot.data.frame -> <Anonymous> -> formula -> formula.default -> %||%
Execution halted
Flavor: r-devel-windows-x86_64
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