CRAN Package Check Results for Package netdiffuseR

Last updated on 2021-05-11 06:47:46 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.22.0 147.70 339.49 487.19 OK
r-devel-linux-x86_64-debian-gcc 1.22.0 107.49 247.11 354.60 OK
r-devel-linux-x86_64-fedora-clang 1.22.0 673.43 NOTE
r-devel-linux-x86_64-fedora-gcc 1.22.0 428.13 OK
r-devel-windows-ix86+x86_64 1.22.0 341.00 12.00 353.00 ERROR --no-vignettes
r-devel-windows-x86_64-gcc10-UCRT 1.22.0 OK
r-patched-linux-x86_64 1.22.0 133.82 323.14 456.96 OK
r-patched-solaris-x86 1.22.0 633.30 OK
r-release-linux-x86_64 1.22.0 133.73 297.40 431.13 ERROR
r-release-macos-x86_64 1.22.0 NOTE
r-release-windows-ix86+x86_64 1.22.0 255.00 285.00 540.00 NOTE --no-vignettes
r-oldrel-macos-x86_64 1.22.0 NOTE
r-oldrel-windows-ix86+x86_64 1.22.0 315.00 342.00 657.00 NOTE --no-vignettes

Additional issues

clang-ASAN

Check Details

Version: 1.22.0
Check: installed package size
Result: NOTE
     installed size is 10.4Mb
     sub-directories of 1Mb or more:
     doc 2.2Mb
     libs 6.5Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 1.22.0
Flags: --no-vignettes
Check: whether package can be installed
Result: ERROR
    
    See * DONE
Flavor: r-devel-windows-ix86+x86_64

Version: 1.22.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: exposure
    > ### Title: Ego exposure
    > ### Aliases: exposure
    > ### Keywords: univar
    >
    > ### ** Examples
    >
    > # Calculating lagged exposure -----------------------------------------------
    >
    > set.seed(8)
    > graph <- rdiffnet(20, 4)
    >
    > 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)
    >
    > SE <- lapply(struct_equiv(graph), "[[", "SE")
    Fatal error: GC encountered a node (0x55b362943a58) with an unknown SEXP type: 12 at memory.c:1787
Flavor: r-release-linux-x86_64

Version: 1.22.0
Flags: --no-vignettes
Check: installed package size
Result: NOTE
     installed size is 6.8Mb
     sub-directories of 1Mb or more:
     doc 2.2Mb
     libs 2.9Mb
Flavors: r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64