Last updated on 2018-05-14 01:46:50 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.19.0 | 115.26 | 314.47 | 429.73 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.19.0 | 99.90 | 282.45 | 382.35 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.19.0 | 594.89 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.19.0 | 581.51 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.19.0 | 263.00 | 396.00 | 659.00 | NOTE | --no-vignettes |
r-patched-linux-x86_64 | 1.19.0 | 117.46 | 320.66 | 438.12 | OK | |
r-patched-solaris-x86 | 1.19.0 | 611.80 | NOTE | |||
r-release-linux-x86_64 | 1.19.0 | 115.34 | 321.36 | 436.70 | OK | |
r-release-windows-ix86+x86_64 | 1.19.0 | 263.00 | 396.00 | 659.00 | NOTE | --no-vignettes |
r-release-osx-x86_64 | 1.19.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.19.0 | 297.00 | 252.00 | 549.00 | ERROR | --no-vignettes |
r-oldrel-osx-x86_64 | 1.19.0 | NOTE |
Version: 1.19.0
Check: installed package size
Result: NOTE
installed size is 10.0Mb
sub-directories of 1Mb or more:
doc 2.1Mb
libs 6.3Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 1.19.0
Flags: --no-vignettes
Check: installed package size
Result: NOTE
installed size is 5.9Mb
sub-directories of 1Mb or more:
doc 2.1Mb
libs 2.2Mb
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.19.0
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘RSiena’
Flavor: r-patched-solaris-x86
Version: 1.19.0
Flags: --no-vignettes
Check: running examples for arch ‘i386’
Result: ERROR
Running examples in 'netdiffuseR-Ex.R' failed
The error most likely occurred in:
> ### Name: exposure
> ### Title: Ego exposure
> ### Aliases: exposure 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, 10)
>
> SE <- lapply(struct_equiv(graph), "[[", "SE")
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Flavor: r-oldrel-windows-ix86+x86_64