Last updated on 2018-07-17 01:47:11 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.20.0 | 115.28 | 296.38 | 411.66 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.20.0 | 97.81 | 265.10 | 362.91 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.20.0 | 561.39 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.20.0 | 556.42 | OK | |||
r-devel-windows-ix86+x86_64 | 1.20.0 | 327.00 | 384.00 | 711.00 | WARN | --no-vignettes |
r-patched-linux-x86_64 | 1.20.0 | 113.91 | 301.77 | 415.68 | OK | |
r-patched-solaris-x86 | 1.20.0 | 591.80 | OK | |||
r-release-linux-x86_64 | 1.20.0 | 116.92 | 302.96 | 419.88 | OK | |
r-release-windows-ix86+x86_64 | 1.20.0 | 310.00 | 314.00 | 624.00 | NOTE | --no-vignettes |
r-release-osx-x86_64 | 1.20.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.20.0 | 213.00 | 357.00 | 570.00 | ERROR | --no-vignettes |
r-oldrel-osx-x86_64 | 1.20.0 | NOTE |
Version: 1.20.0
Check: installed package size
Result: NOTE
installed size is 10.2Mb
sub-directories of 1Mb or more:
doc 2.2Mb
libs 6.3Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 1.20.0
Flags: --no-vignettes
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Warning: S3 methods '[.fun_list', '[.grouped_df', 'all.equal.tbl_df', 'anti_join.data.frame', 'anti_join.tbl_df', 'arrange.data.frame', 'arrange.default', 'arrange.grouped_df', 'arrange.tbl_df', 'arrange_.data.frame', 'arrange_.tbl_df', 'as.data.frame.grouped_df', 'as.data.frame.rowwise_df', 'as.data.frame.tbl_cube', 'as.data.frame.tbl_df', 'as.table.tbl_cube', 'as.tbl.data.frame', 'as.tbl.tbl', 'as.tbl_cube.array', 'as.tbl_cube.data.frame', 'as.tbl_cube.matrix', 'as.tbl_cube.table', 'as_data_frame.grouped_df', 'as_data_frame.tbl_cube', 'auto_copy.tbl_cube', 'auto_copy.tbl_df', 'cbind.grouped_df', 'collapse.data.frame', 'collect.data.frame', 'common_by.NULL', 'common_by.character', 'common_by.default', 'common_by.list', 'compute.data.frame', 'copy_to.DBIConnection', 'copy_to.src_local', 'default_missing.data.frame', 'default_missing.default', 'dim.tbl_cube', 'distinct.data.frame', 'distinct.default', 'distinct.grouped_df', 'distinct.tbl_df', 'distinct_.data.frame', 'distinct_.grouped_df', 'dist [... truncated]
Flavors: r-devel-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.20.0
Flags: --no-vignettes
Check: installed package size
Result: NOTE
installed size is 6.0Mb
sub-directories of 1Mb or more:
doc 2.2Mb
libs 2.2Mb
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.20.0
Flags: --no-vignettes
Check: running examples for arch ‘x64’
Result: ERROR
Running examples in 'netdiffuseR-Ex.R' failed
The error most likely occurred in:
> ### 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, 10)
>
> SE <- lapply(struct_equiv(graph), "[[", "SE")
> SE <- lapply(SE, function(x) {
+ x <- 1/x
+ x[!is.finite(x)] <- 0
+ x
+ })
>
> # Recall setting valued equal to TRUE!
> expo_se <- exposure(graph, alt.graph=SE , valued=TRUE)
Flavor: r-oldrel-windows-ix86+x86_64