Last updated on 2020-08-07 01:49:53 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.22.0 | 160.88 | 352.62 | 513.50 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.22.0 | 116.75 | 238.87 | 355.62 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.22.0 | 622.85 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.22.0 | 610.78 | OK | |||
r-devel-windows-ix86+x86_64 | 1.22.0 | 390.00 | 308.00 | 698.00 | NOTE | --no-vignettes |
r-patched-linux-x86_64 | 1.22.0 | 124.49 | 332.50 | 456.99 | OK | |
r-patched-solaris-x86 | 1.22.0 | 686.00 | OK | |||
r-release-linux-x86_64 | 1.22.0 | 124.75 | 333.98 | 458.73 | OK | |
r-release-macos-x86_64 | 1.22.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.22.0 | 379.00 | 379.00 | 758.00 | NOTE | --no-vignettes |
r-oldrel-macos-x86_64 | 1.22.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.22.0 | 271.00 | 389.00 | 660.00 | NOTE | --no-vignettes |
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 (0x5575b8688cd0) with an unknown SEXP type: 12 at memory.c:1787
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.22.0
Check: installed package size
Result: NOTE
installed size is 12.3Mb
sub-directories of 1Mb or more:
doc 2.2Mb
libs 8.4Mb
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: installed package size
Result: NOTE
installed size is 6.8Mb
sub-directories of 1Mb or more:
doc 2.2Mb
libs 2.9Mb
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64