Last updated on 2025-08-05 04:49:38 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.23.0 | 110.22 | 325.69 | 435.91 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.23.0 | 82.46 | 196.29 | 278.75 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.23.0 | 719.12 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.23.0 | 701.84 | OK | |||
r-devel-windows-x86_64 | 1.23.0 | 117.00 | 215.00 | 332.00 | OK | --no-vignettes |
r-patched-linux-x86_64 | 1.23.0 | 115.17 | 307.55 | 422.72 | OK | |
r-release-linux-x86_64 | 1.23.0 | 108.43 | 305.33 | 413.76 | OK | |
r-release-macos-arm64 | 1.23.0 | 145.00 | OK | |||
r-release-macos-x86_64 | 1.23.0 | 260.00 | OK | |||
r-release-windows-x86_64 | 1.23.0 | 122.00 | 239.00 | 361.00 | OK | --no-vignettes |
r-oldrel-macos-arm64 | 1.23.0 | 162.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.23.0 | 265.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.23.0 | 146.00 | 292.00 | 438.00 | NOTE | --no-vignettes |
Version: 1.23.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)
>
> ecoords <- as.data.frame(ecoords)
>
> # Plotting
> symbols(coords[,1], coords[,2], circles=vcex,
+ inches=FALSE, xaxs="i", yaxs="i")
malloc(): corrupted top size
Aborted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.23.0
Check: installed package size
Result: NOTE
installed size is 10.2Mb
sub-directories of 1Mb or more:
doc 2.4Mb
libs 5.9Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.23.0
Flags: --no-vignettes
Check: installed package size
Result: NOTE
installed size is 5.7Mb
sub-directories of 1Mb or more:
doc 2.5Mb
libs 1.5Mb
Flavor: r-oldrel-windows-x86_64