CRAN Package Check Results for Package netdiffuseR

Last updated on 2024-06-17 06:50:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.22.6 162.91 444.42 607.33 ERROR
r-devel-linux-x86_64-debian-gcc 1.22.6 117.02 335.34 452.36 OK
r-devel-linux-x86_64-fedora-clang 1.22.6 877.07 OK
r-devel-linux-x86_64-fedora-gcc 1.22.6 819.11 OK
r-devel-windows-x86_64 1.22.6 127.00 243.00 370.00 NOTE --no-vignettes
r-patched-linux-x86_64 1.22.6 154.09 448.23 602.32 OK
r-release-linux-x86_64 1.22.6 103.56 449.93 553.49 OK
r-release-macos-arm64 1.22.6 177.00 NOTE
r-release-macos-x86_64 1.22.6 252.00 NOTE
r-release-windows-x86_64 1.22.6 126.00 256.00 382.00 NOTE --no-vignettes
r-oldrel-macos-arm64 1.22.6 195.00 NOTE
r-oldrel-macos-x86_64 1.22.6 361.00 NOTE
r-oldrel-windows-x86_64 1.22.6 162.00 330.00 492.00 NOTE --no-vignettes

Check Details

Version: 1.22.6
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: exposure > ### Title: Ego exposure > ### Aliases: exposure > ### Keywords: univar > > ### ** Examples > > # Calculating lagged exposure ----------------------------------------------- > > set.seed(8) > graph <- rdiffnet(20, 4) Warning in (function (graph, p, algorithm = "endpoints", both.ends = FALSE, : The option -copy.first- is set to TRUE. In this case, the first graph will be treated as a baseline, and thus, networks after T=1 will be replaced with T-1. > > expo0 <- exposure(graph) > expo1 <- exposure(graph, lags = 1) > > # These should be equivalent > stopifnot(all(expo0[, -4] == expo1[, -1])) # No stop! > > > # Calculating the exposure based on Structural Equivalence ------------------ > set.seed(113132) > graph <- rdiffnet(100, 4) Warning in (function (graph, p, algorithm = "endpoints", both.ends = FALSE, : The option -copy.first- is set to TRUE. In this case, the first graph will be treated as a baseline, and thus, networks after T=1 will be replaced with T-1. > > SE <- lapply(struct_equiv(graph), "[[", "SE") *** caught segfault *** address 0x726666696476, cause 'memory not mapped' Traceback: 1: asMethod(object) 2: as(.TM.repl.i.mat(as(x, "TsparseMatrix"), i = i, value = value), "CsparseMatrix") 3: `[<-`(`*tmp*`, cbind(1:nrow(z_ik), ids[, 1]), value = 0) 4: `[<-`(`*tmp*`, cbind(1:nrow(z_ik), ids[, 1]), value = 0) 5: euclidean_distance(gdist) 6: struct_equiv_new(geod, v) 7: struct_equiv.dgCMatrix(methods::as(graph[[i]], "dgCMatrix"), v, inf.replace, groupvar, ...) 8: struct_equiv.list(graph$graph, v, inf.replace, groupvar, ...) 9: struct_equiv(graph) 10: lapply(struct_equiv(graph), "[[", "SE") An irrecoverable exception occurred. R is aborting now ... Segmentation fault Examples with CPU (user + system) or elapsed time > 5s user system elapsed diffusionMap 8.137 0.114 9.976 Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.22.6
Flags: --no-vignettes
Check: installed package size
Result: NOTE installed size is 5.8Mb sub-directories of 1Mb or more: doc 2.5Mb libs 1.5Mb Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 1.22.6
Check: installed package size
Result: NOTE installed size is 9.9Mb sub-directories of 1Mb or more: doc 2.5Mb libs 5.5Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64