Last updated on 2024-01-30 06:49:45 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.7 | 24.76 | 181.91 | 206.67 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.7 | 19.29 | 137.62 | 156.91 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.1.7 | 251.69 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.7 | 243.41 | ERROR | |||
r-devel-windows-x86_64 | 1.1.7 | 19.00 | 152.00 | 171.00 | WARN | |
r-patched-linux-x86_64 | 1.1.7 | 15.79 | 180.94 | 196.73 | OK | |
r-release-linux-x86_64 | 1.1.7 | 15.10 | 178.78 | 193.88 | OK | |
r-release-macos-arm64 | 1.1.7 | 72.00 | OK | |||
r-release-macos-x86_64 | 1.1.7 | 69.00 | OK | |||
r-release-windows-x86_64 | 1.1.7 | 26.00 | 190.00 | 216.00 | OK | |
r-oldrel-macos-arm64 | 1.1.7 | 64.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.7 | 27.00 | 174.00 | 201.00 | OK |
Version: 1.1.7
Check: examples
Result: WARN
Found the following significant warnings:
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Deprecated functions may be defunct as soon as of the next release of
R.
See ?Deprecated.
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
dNetReorder 3.439 0.057 6.332
visNetReorder 3.255 0.041 5.220
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.7
Check: examples
Result: ERROR
Running examples in ‘dnet-Ex.R’ failed
The error most likely occurred in:
> ### Name: dNetConfidence
> ### Title: Function to append the confidence information from the source
> ### graphs into the target graph
> ### Aliases: dNetConfidence
>
> ### ** Examples
>
> # 1) generate a target graph according to the ER model
> g <- erdos.renyi.game(100, 1/100)
> target <- dNetInduce(g, V(g), knn=0)
>
> # 2) generate a list source graphs according to the ER model
> sources <- lapply(1:100, function(x) erdos.renyi.game(100*runif(1),
+ 1/10))
Error in erdos.renyi.game(100 * runif(1), 1/10) :
At rinterface_extra.c:82 : The value 39.007893367670476 is not representable as an integer. Invalid value
Calls: lapply -> FUN -> erdos.renyi.game
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.1.7
Check: examples
Result: WARN
Found the following significant warnings:
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Warning: 'is.R' is deprecated.
Deprecated functions may be defunct as soon as of the next release of
R.
See ?Deprecated.
Flavor: r-devel-windows-x86_64