CRAN Package Check Results for Package jewel

Last updated on 2026-05-28 02:51:01 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.2 8.79 71.32 80.11 ERROR
r-devel-linux-x86_64-debian-gcc 2.0.2 6.25 54.32 60.57 ERROR
r-devel-linux-x86_64-fedora-clang 2.0.3 15.00 124.23 139.23 OK
r-devel-linux-x86_64-fedora-gcc 2.0.3 14.00 127.03 141.03 OK
r-devel-windows-x86_64 2.0.2 11.00 79.00 90.00 ERROR
r-patched-linux-x86_64 2.0.2 7.76 67.86 75.62 ERROR
r-release-linux-x86_64 2.0.2 8.18 68.78 76.96 ERROR
r-release-macos-arm64 2.0.3 2.00 25.00 27.00 OK
r-release-macos-x86_64 2.0.3 6.00 78.00 84.00 OK
r-release-windows-x86_64 2.0.2 9.00 94.00 103.00 ERROR
r-oldrel-macos-arm64 2.0.3 2.00 31.00 33.00 OK
r-oldrel-macos-x86_64 2.0.3 6.00 82.00 88.00 OK
r-oldrel-windows-x86_64 2.0.2 14.00 96.00 110.00 ERROR

Check Details

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-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64