CRAN Package Check Results for Package jewel

Last updated on 2026-04-22 04:54:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.2 7.20 73.38 80.58 OK
r-devel-linux-x86_64-debian-gcc 2.0.2 5.76 56.48 62.24 OK
r-devel-linux-x86_64-fedora-clang 2.0.2 15.00 118.73 133.73 ERROR
r-devel-linux-x86_64-fedora-gcc 2.0.2 15.00 128.92 143.92 ERROR
r-devel-macos-arm64 2.0.2 2.00 24.00 26.00 OK
r-devel-windows-x86_64 2.0.2 9.00 82.00 91.00 OK
r-patched-linux-x86_64 2.0.2 7.72 68.71 76.43 OK
r-release-linux-x86_64 2.0.2 7.79 67.75 75.54 OK
r-release-macos-arm64 2.0.2 OK
r-release-macos-x86_64 2.0.2 5.00 92.00 97.00 OK
r-release-windows-x86_64 2.0.2 9.00 82.00 91.00 OK
r-oldrel-macos-arm64 2.0.2 OK
r-oldrel-macos-x86_64 2.0.2 5.00 58.00 63.00 OK
r-oldrel-windows-x86_64 2.0.2 12.00 101.00 113.00 OK

Check Details

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