CRAN Package Check Results for Package polykde

Last updated on 2025-02-26 14:54:25 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 68.92 90.24 159.16 OK
r-devel-linux-x86_64-debian-gcc 1.0.0 51.89 60.10 111.99 OK
r-devel-linux-x86_64-fedora-clang 1.0.0 279.55 OK
r-devel-linux-x86_64-fedora-gcc 1.0.0 307.79 OK
r-devel-macos-arm64 1.0.0 73.00 OK
r-devel-macos-x86_64 1.0.0 116.00 OK
r-patched-linux-x86_64 1.0.0 74.15 86.48 160.63 OK
r-release-linux-x86_64 1.0.0 79.16 84.18 163.34 OK
r-release-macos-arm64 1.0.0 67.00 ERROR
r-release-macos-x86_64 1.0.0 165.00 NOTE
r-release-windows-x86_64 1.0.0 74.00 152.00 226.00 OK
r-oldrel-macos-arm64 1.0.0 65.00 NOTE
r-oldrel-macos-x86_64 1.0.0 132.00 NOTE
r-oldrel-windows-x86_64 1.0.0 87.00 183.00 270.00 OK

Additional issues

noLD

Check Details

Version: 1.0.0
Check: installed package size
Result: NOTE installed size is 6.9Mb sub-directories of 1Mb or more: libs 6.6Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 1.0.0
Check: examples
Result: ERROR Running examples in ‘polykde-Ex.R’ failed The error most likely occurred in: > ### Name: index_ridge > ### Title: Index a ridge curve, creating the Smoothed and Indexed Estimated > ### Ridge (SIER) > ### Aliases: index_ridge > > ### ** Examples > > ## Test on (S^1)^2 > > # Sample > set.seed(132121) > r <- 2 > d <- rep(1, r) > n <- 200 > ind_dj <- comp_ind_dj(d = d) > Th <- matrix(runif(n = n * (r - 1), min = -pi / 2, max = pi / 2), + nrow = n, ncol = r - 1) > Th[, r - 1] <- sort(Th[, r - 1]) > Th <- cbind(Th, sdetorus::toPiInt( + pi + Th[, r - 1] + runif(n = n, min = -pi / 4, max = pi / 4))) > X <- angles_to_torus(Th) > col_X_alp <- viridis::viridis(n, alpha = 0.25) > col_X <- viridis::viridis(n) > > # Euler > h_rid <- rep(0.75, r) > h_eu <- h_rid^2 > N <- 200 > eps <- 1e-6 > Y <- euler_ridge(x = X, X = X, d = d, h = h_rid, h_euler = h_eu, + N = N, eps = eps, keep_paths = TRUE) 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| > > # Visualization > i <- N # Between 1 and N > plot(rbind(torus_to_angles(Y$paths[, , 1])), col = col_X_alp, pch = 19, + axes = FALSE, xlim = c(-pi, pi), ylim = c(-pi, pi), + xlab = "", ylab = "") > points(rbind(torus_to_angles(Y$paths[, , i])), col = col_X, pch = 16, + cex = 0.75) > sdetorus::torusAxis(1:2) > for (k in seq_len(nrow(Y$paths))) { + + xy <- torus_to_angles(t(Y$paths[k, , ])) + sdetorus::linesTorus(x = xy[, 1], y = xy[, 2], col = col_X_alp[k]) + + } > > # SIER > ind_rid <- index_ridge(endpoints = Y$ridge_y, X = X, d = d, + probs_scores = seq(0, 1, l = 50)) Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called ‘pan’ Calls: index_ridge ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-release-macos-arm64

Version: 1.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [13s/14s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > > library(testthat) > library(polykde) > test_check("polykde") 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| | | | 0% | |======================================================================| 100% | | | 0% | |======================================================================| 100% | | | 0% | |======================================================================| 100% | | | 0% | |= | 2% | |=== | 4% | |==== | 6% | |====== | 8% | |======= | 10% | |======== | 12% | |========== | 14% | |=========== | 16% | |============= | 18% | |============== | 20% | |=============== | 22% | |================= | 24% | |================== | 26% | |==================== | 28% | |===================== | 30% | |====================== | 32% | |======================== | 34% | |========================= | 36% | |=========================== | 38% | |============================ | 40% | |============================= | 42% | |=============================== | 44% | |================================ | 46% | |================================== | 48% | |=================================== | 50% | |==================================== | 52% | |====================================== | 54% | |======================================= | 56% | |========================================= | 58% | |========================================== | 60% | |=========================================== | 62% | |============================================= | 64% | |============================================== | 66% | |================================================ | 68% | |================================================= | 70% | |================================================== | 72% | |==================================================== | 74% | |===================================================== | 76% | |======================================================= | 78% | |======================================================== | 80% | |========================================================= | 82% | |=========================================================== | 84% | |============================================================ | 86% | |============================================================== | 88% | |=============================================================== | 90% | |================================================================ | 92% | |================================================================== | 94% | |=================================================================== | 96% | |===================================================================== | 98% | |======================================================================| 100% | | | 0% | |= | 2% | |=== | 4% | |==== | 6% | |====== | 8% | |======= | 10% | |======== | 12% | |========== | 14% | |=========== | 16% | |============= | 18% | |============== | 20% | |=============== | 22% | |================= | 24% | |================== | 26% | |==================== | 28% | |===================== | 30% | |====================== | 32% | |======================== | 34% | |========================= | 36% | |=========================== | 38% | |============================ | 40% | |============================= | 42% | |=============================== | 44% | |================================ | 46% | |================================== | 48% | |=================================== | 50% | |==================================== | 52% | |====================================== | 54% | |======================================= | 56% | |========================================= | 58% | |========================================== | 60% | |=========================================== | 62% | |============================================= | 64% | |============================================== | 66% | |================================================ | 68% | |================================================= | 70% | |================================================== | 72% | |==================================================== | 74% | |===================================================== | 76% | |======================================================= | 78% | |======================================================== | 80% | |========================================================= | 82% | |=========================================================== | 84% | |============================================================ | 86% | |============================================================== | 88% | |=============================================================== | 90% | |================================================================ | 92% | |================================================================== | 94% | |=================================================================== | 96% | |===================================================================== | 98% | |======================================================================| 100% | | | 0% | |= | 2% | |=== | 4% | |==== | 6% | |====== | 8% | |======= | 10% | |======== | 12% | |========== | 14% | |=========== | 16% | |============= | 18% | |============== | 20% | |=============== | 22% | |================= | 24% | |================== | 26% | |==================== | 28% | |===================== | 30% | |====================== | 32% | |======================== | 34% | |========================= | 36% | |=========================== | 38% | |============================ | 40% | |============================= | 42% | |=============================== | 44% | |================================ | 46% | |================================== | 48% | |=================================== | 50% | |==================================== | 52% | |====================================== | 54% | |======================================= | 56% | |========================================= | 58% | |========================================== | 60% | |=========================================== | 62% | |============================================= | 64% | |============================================== | 66% | |================================================ | 68% | |================================================= | 70% | |================================================== | 72% | |==================================================== | 74% | |===================================================== | 76% | |======================================================= | 78% | |======================================================== | 80% | |========================================================= | 82% | |=========================================================== | 84% | |============================================================ | 86% | |============================================================== | 88% | |=============================================================== | 90% | |================================================================ | 92% | |================================================================== | 94% | |=================================================================== | 96% | |===================================================================== | 98% | |======================================================================| 100% | | | 0% | |= | 2% | |=== | 4% | |==== | 6% | |====== | 8% | |======= | 10% | |======== | 12% | |========== | 14% | |=========== | 16% | |============= | 18% | |============== | 20% | |=============== | 22% | |================= | 24% | |================== | 26% | |==================== | 28% | |===================== | 30% | |====================== | 32% | |======================== | 34% | |========================= | 36% | |=========================== | 38% | |============================ | 40% | |============================= | 42% | |=============================== | 44% | |================================ | 46% | |================================== | 48% | |=================================== | 50% | |==================================== | 52% | |====================================== | 54% | |======================================= | 56% | |========================================= | 58% | |========================================== | 60% | |=========================================== | 62% | |============================================= | 64% | |============================================== | 66% | |================================================ | 68% | |================================================= | 70% | |================================================== | 72% | |==================================================== | 74% | |===================================================== | 76% | |======================================================= | 78% | |======================================================== | 80% | |========================================================= | 82% | |=========================================================== | 84% | |============================================================ | 86% | |============================================================== | 88% | |=============================================================== | 90% | |================================================================ | 92% | |================================================================== | 94% | |=================================================================== | 96% | |===================================================================== | 98% | |======================================================================| 100% | | | 0% | |= | 2% | |=== | 4% | |==== | 6% | |====== | 8% | |======= | 10% | |======== | 12% | |========== | 14% | |=========== | 16% | |============= | 18% | |============== | 20% | |=============== | 22% | |================= | 24% | |================== | 26% | |==================== | 28% | |===================== | 30% | |====================== | 32% | |======================== | 34% | |========================= | 36% | |=========================== | 38% | |============================ | 40% | |============================= | 42% | |=============================== | 44% | |================================ | 46% | |================================== | 48% | |=================================== | 50% | |==================================== | 52% | |====================================== | 54% | |======================================= | 56% | |========================================= | 58% | |========================================== | 60% | |=========================================== | 62% | |============================================= | 64% | |============================================== | 66% | |================================================ | 68% | |================================================= | 70% | |================================================== | 72% | |==================================================== | 74% | |===================================================== | 76% | |======================================================= | 78% | |======================================================== | 80% | |========================================================= | 82% | |=========================================================== | 84% | |============================================================ | 86% | |============================================================== | 88% | |=============================================================== | 90% | |================================================================ | 92% | |================================================================== | 94% | |=================================================================== | 96% | |===================================================================== | 98% | |======================================================================| 100% | | | 0% | |= | 2% | |=== | 4% | |==== | 6% | |====== | 8% | |======= | 10% | |======== | 12% | |========== | 14% | |=========== | 16% | |============= | 18% | |============== | 20% | |=============== | 22% | |================= | 24% | |================== | 26% | |==================== | 28% | |===================== | 30% | |====================== | 32% | |======================== | 34% | |========================= | 36% | |=========================== | 38% | |============================ | 40% | |============================= | 42% | |=============================== | 44% | |================================ | 46% | |================================== | 48% | |=================================== | 50% | |==================================== | 52% | |====================================== | 54% | |======================================= | 56% | |========================================= | 58% | |========================================== | 60% | |=========================================== | 62% | |============================================= | 64% | |============================================== | 66% | |================================================ | 68% | |================================================= | 70% | |================================================== | 72% | |==================================================== | 74% | |===================================================== | 76% | |======================================================= | 78% | |======================================================== | 80% | |========================================================= | 82% | |=========================================================== | 84% | |============================================================ | 86% | |============================================================== | 88% | |=============================================================== | 90% | |================================================================ | 92% | |================================================================== | 94% | |=================================================================== | 96% | |===================================================================== | 98% | |======================================================================| 100% | | | 0% | |= | 2% | |=== | 4% | |==== | 6% | |====== | 8% | |======= | 10% | |======== | 12% | |========== | 14% | |=========== | 16% | |============= | 18% | |============== | 20% | |=============== | 22% | |================= | 24% | |================== | 26% | |==================== | 28% | |===================== | 30% | |====================== | 32% | |======================== | 34% | |========================= | 36% | |=========================== | 38% | |============================ | 40% | |============================= | 42% | |=============================== | 44% | |================================ | 46% | |================================== | 48% | |=================================== | 50% | |==================================== | 52% | |====================================== | 54% | |======================================= | 56% | |========================================= | 58% | |========================================== | 60% | |=========================================== | 62% | |============================================= | 64% | |============================================== | 66% | |================================================ | 68% | |================================================= | 70% | |================================================== | 72% | |==================================================== | 74% | |===================================================== | 76% | |======================================================= | 78% | |======================================================== | 80% | |========================================================= | 82% | |=========================================================== | 84% | |============================================================ | 86% | |============================================================== | 88% | |=============================================================== | 90% | |================================================================ | 92% | |================================================================== | 94% | |=================================================================== | 96% | |===================================================================== | 98% | |======================================================================| 100% | | | 0% | |= | 2% | |=== | 4% | |==== | 6% | |====== | 8% | |======= | 10% | |======== | 12% | |========== | 14% | |=========== | 16% | |============= | 18% | |============== | 20% | |=============== | 22% | |================= | 24% | |================== | 26% | |==================== | 28% | |===================== | 30% | |====================== | 32% | |======================== | 34% | |========================= | 36% | |=========================== | 38% | |============================ | 40% | |============================= | 42% | |=============================== | 44% | |================================ | 46% | |================================== | 48% | |=================================== | 50% | |==================================== | 52% | |====================================== | 54% | |======================================= | 56% | |========================================= | 58% | |========================================== | 60% | |=========================================== | 62% | |============================================= | 64% | |============================================== | 66% | |================================================ | 68% | |================================================= | 70% | |================================================== | 72% | |==================================================== | 74% | |===================================================== | 76% | |======================================================= | 78% | |======================================================== | 80% | |========================================================= | 82% | |=========================================================== | 84% | |============================================================ | 86% | |============================================================== | 88% | |=============================================================== | 90% | |================================================================ | 92% | |================================================================== | 94% | |=================================================================== | 96% | |===================================================================== | 98% | |======================================================================| 100%[ FAIL 2 | WARN 0 | SKIP 8 | PASS 761 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • No tests for euler ridges, just visualizations (1): 'tests_euler.R:504:1' • Unstable (7): 'tests_bwd.R:36:3', 'tests_bwd.R:46:3', 'tests_kde.R:154:3', 'tests_kre.R:44:3', 'tests_tests.R:115:3', 'tests_tests.R:191:3', 'tests_tests.R:200:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('tests_euler.R:48:3'): index_ridge does not return error ─────────── Expected `index_ridge(endpoints = Y$ridge_y, X = X, d = d)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'pan' ── Failure ('tests_euler.R:49:3'): index_ridge does not return error ─────────── Expected `index_ridge(endpoints = Y$ridge_y, X = X, d = d, verbose = TRUE)` to run without any errors. ℹ Actually got a <packageNotFoundError> with text: there is no package called 'pan' [ FAIL 2 | WARN 0 | SKIP 8 | PASS 761 ] Error: Test failures Execution halted Flavor: r-release-macos-arm64