The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-05-04 05:51:50 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.2 | 7.21 | 73.21 | 80.42 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 2.0.2 | 5.99 | 54.60 | 60.59 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.0.2 | 13.00 | 107.97 | 120.97 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 2.0.2 | 15.00 | 128.92 | 143.92 | ERROR | |
| r-devel-windows-x86_64 | 2.0.2 | 9.00 | 80.00 | 89.00 | ERROR | |
| r-patched-linux-x86_64 | 2.0.2 | 6.76 | 67.39 | 74.15 | ERROR | |
| r-release-linux-x86_64 | 2.0.2 | 6.73 | 67.42 | 74.15 | ERROR | |
| r-release-macos-arm64 | 2.0.2 | 2.00 | 24.00 | 26.00 | ERROR | |
| r-release-macos-x86_64 | 2.0.2 | 6.00 | 90.00 | 96.00 | ERROR | |
| r-release-windows-x86_64 | 2.0.2 | 10.00 | 89.00 | 99.00 | ERROR | |
| r-oldrel-macos-arm64 | 2.0.2 | OK | ||||
| r-oldrel-macos-x86_64 | 2.0.2 | 5.00 | 92.00 | 97.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0.2 | 13.00 | 96.00 | 109.00 | ERROR |
Version: 2.0.2
Check: examples
Result: ERROR
Running examples in ‘jewel-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: constructWeights
> ### Title: Construct weights for _jewel_ minimization problem from prior
> ### information on vertices degrees.
> ### Aliases: constructWeights
>
> ### ** Examples
>
> {
+ K <- 3
+ p <- 50
+ n <- 20
+ data <- generateData_rewire(K = K, p = p, n = n, ncores = 1, verbose = FALSE)
+ G_list_true <- data$Graphs
+ true_degrees <- rowSums(G_list_true[[1]])
+ cut <- sort(true_degrees, decreasing = TRUE)[ceiling(p * 0.03)]
+ apriori_hubs <- ifelse(true_degrees >= cut, 10, 1)
+ W <- constructWeights(apriori_hubs, K = K)
+ }
Error in rewire_impl(rewire = graph, n = niter, mode = mode) :
The value 2.4500000000000002 is not representable as an integer. Invalid value
Source: rinterface_extra.c:83
Calls: generateData_rewire ... do_call -> eval -> eval -> <Anonymous> -> rewire_impl
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 2.0.2
Check: examples
Result: ERROR
Running examples in ‘jewel-Ex.R’ failed
The error most likely occurred in:
> ### Name: constructWeights
> ### Title: Construct weights for _jewel_ minimization problem from prior
> ### information on vertices degrees.
> ### Aliases: constructWeights
>
> ### ** Examples
>
> {
+ K <- 3
+ p <- 50
+ n <- 20
+ data <- generateData_rewire(K = K, p = p, n = n, ncores = 1, verbose = FALSE)
+ G_list_true <- data$Graphs
+ true_degrees <- rowSums(G_list_true[[1]])
+ cut <- sort(true_degrees, decreasing = TRUE)[ceiling(p * 0.03)]
+ apriori_hubs <- ifelse(true_degrees >= cut, 10, 1)
+ W <- constructWeights(apriori_hubs, K = K)
+ }
Error in rewire_impl(rewire = graph, n = niter, mode = mode) :
The value 2.4500000000000002 is not representable as an integer. Invalid value
Source: rinterface_extra.c:83
Calls: generateData_rewire ... do_call -> eval -> eval -> <Anonymous> -> rewire_impl
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.