CRAN Package Check Results for Package quincunx

Last updated on 2025-11-05 00:49:41 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.10 8.91 60.90 69.81 OK
r-devel-linux-x86_64-debian-gcc 0.1.10 5.15 44.00 49.15 OK
r-devel-linux-x86_64-fedora-clang 0.1.10 32.00 69.15 101.15 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.10 27.00 69.87 96.87 ERROR
r-devel-windows-x86_64 0.1.10 10.00 88.00 98.00 OK
r-patched-linux-x86_64 0.1.10 9.73 55.74 65.47 OK
r-release-linux-x86_64 0.1.10 7.56 55.83 63.39 OK
r-release-macos-arm64 0.1.10 3.00 32.00 35.00 OK
r-release-macos-x86_64 0.1.10 7.00 61.00 68.00 OK
r-release-windows-x86_64 0.1.10 9.00 86.00 95.00 OK
r-oldrel-macos-arm64 0.1.10 3.00 36.00 39.00 OK
r-oldrel-macos-x86_64 0.1.10 6.00 54.00 60.00 OK
r-oldrel-windows-x86_64 0.1.10 15.00 109.00 124.00 OK

Check Details

Version: 0.1.10
Check: examples
Result: ERROR Running examples in ‘quincunx-Ex.R’ failed The error most likely occurred in: > ### Name: get_cohorts > ### Title: Get PGS Catalog Cohorts > ### Aliases: get_cohorts > > ### ** Examples > > # Get information about specific cohorts by their symbols (acronyms) > get_cohorts(cohort_symbol = c('23andMe', 'IPOBCS')) Error in `purrr::map()`: ℹ In index: 1. Caused by error: ! object ‘at_depth’ is not exported by 'namespace:purrr' Backtrace: ▆ 1. ├─quincunx::get_cohorts(cohort_symbol = c("23andMe", "IPOBCS")) 2. │ ├─quincunx:::coerce_to_s4_cohorts(...) 3. │ └─quincunx:::get_cohort_by_cohort_symbol(...) 4. │ ├─purrr::pmap(...) 5. │ │ └─purrr:::pmap_("list", .l, .f, ..., .progress = .progress) 6. │ │ └─purrr:::vctrs_list_compat(.l, error_call = .purrr_error_call) 7. │ │ └─purrr:::vctrs_vec_compat(x, user_env) 8. │ └─purrr::map(...) 9. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 10. │ ├─purrr:::with_indexed_errors(...) 11. │ │ └─base::withCallingHandlers(...) 12. │ ├─purrr:::call_with_cleanup(...) 13. │ └─purrr (local) .f(.x[[i]], ...) 14. │ └─quincunx (local) f(...) 15. │ └─quincunx:::get(...) 16. │ └─quincunx:::request_all(...) 17. │ └─quincunx:::is_paginated(obj$json) 18. │ └─quincunx:::count(json_string) 19. ├─base::loadNamespace(x) 20. │ └─base::namespaceImportFrom(...) 21. │ └─base::importIntoEnv(impenv, impnames, ns, impvars) 22. │ └─base::stop(...) 23. └─base::.handleSimpleError(...) 24. └─purrr (local) h(simpleError(msg, call)) 25. └─cli::cli_abort(...) 26. └─rlang::abort(...) Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.10
Check: tests
Result: ERROR Running ‘testthat.R’ Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(quincunx) > > test_check("quincunx") [ FAIL 5 | WARN 0 | SKIP 0 | PASS 12 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-count.R:2:3'): normal usage ──────────────────────────────────── Error: object 'at_depth' is not exported by 'namespace:purrr' Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-count.R:2:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─quincunx:::count("{\"count\":0,\"next\": \"asdas\"}") 5. └─base::loadNamespace(x) 6. └─base::namespaceImportFrom(...) 7. └─base::importIntoEnv(impenv, impnames, ns, impvars) ── Error ('test-count.R:7:3'): returns the top level match ───────────────────── Error: object 'at_depth' is not exported by 'namespace:purrr' Backtrace: ▆ 1. ├─testthat::expect_identical(...) at test-count.R:7:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─quincunx:::count("{\"count\":42,\"next\":{\"count\":43}}") 5. └─base::loadNamespace(x) 6. └─base::namespaceImportFrom(...) 7. └─base::importIntoEnv(impenv, impnames, ns, impvars) ── Error ('test-count.R:11:3'): no match returns NA_integer_ ─────────────────── Error: object 'at_depth' is not exported by 'namespace:purrr' Backtrace: ▆ 1. ├─testthat::expect_true(is.na(count("{\"count\": null}"))) at test-count.R:11:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─quincunx:::count("{\"count\": null}") 5. └─base::loadNamespace(x) 6. └─base::namespaceImportFrom(...) 7. └─base::importIntoEnv(impenv, impnames, ns, impvars) ── Error ('test-is_paginated.R:3:3'): is not paginated ───────────────────────── Error: object 'at_depth' is not exported by 'namespace:purrr' Backtrace: ▆ 1. ├─testthat::expect_false(is_paginated("{\n \"id\": \"PGP000001\"\n }")) at test-is_paginated.R:3:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─quincunx:::is_paginated("{\n \"id\": \"PGP000001\"\n }") 5. │ └─quincunx:::count(json_string) 6. └─base::loadNamespace(x) 7. └─base::namespaceImportFrom(...) 8. └─base::importIntoEnv(impenv, impnames, ns, impvars) ── Error ('test-is_paginated.R:13:3'): is paginated ──────────────────────────── Error: object 'at_depth' is not exported by 'namespace:purrr' Backtrace: ▆ 1. ├─testthat::expect_true(is_paginated(txt)) at test-is_paginated.R:13:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─quincunx:::is_paginated(txt) 5. │ └─quincunx:::count(json_string) 6. └─base::loadNamespace(x) 7. └─base::namespaceImportFrom(...) 8. └─base::importIntoEnv(impenv, impnames, ns, impvars) [ FAIL 5 | WARN 0 | SKIP 0 | PASS 12 ] Error: Test failures Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc