CRAN Package Check Results for Maintainer ‘Tatsuya Shima <ts1s1andn at gmail.com>’

Last updated on 2025-01-30 16:49:02 CET.

Package ERROR NOTE OK
prqlr 5 4 4

Package prqlr

Current CRAN status: ERROR: 5, NOTE: 4, OK: 4

Version: 0.9.0
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(prqlr) > > test_check("prqlr") [ FAIL 1 | WARN 0 | SKIP 3 | PASS 20 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-compile.R:60:3', 'test-compile.R:74:5', 'test-compile.R:74:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-compile.R:72:1'): (code run outside of `test_that()`) ────────── <purrr_error_indexed/rlang_error/error/condition> Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured, .interpret_glue = .interpret_glue)`: ℹ In index: 3. Caused by error in `glue_data()`: ! Expecting '}' Backtrace: ▆ 1. ├─patrick::with_parameters_test_that(...) at test-compile.R:72:1 2. │ └─purrr::pmap(...) 3. │ └─purrr:::pmap_("list", .l, .f, ..., .progress = .progress) 4. │ ├─purrr:::with_indexed_errors(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ ├─purrr:::call_with_cleanup(...) 7. │ └─patrick (local) .f(query = .l[[1L]][[i]], .test_name = .l[[2L]][[i]], ...) 8. │ └─patrick:::build_description(args, desc, .test_name, .interpret_glue) 9. │ └─glue::glue_data(args, completed_desc) 10. └─base::.handleSimpleError(...) 11. └─purrr (local) h(simpleError(msg, call)) 12. └─cli::cli_abort(...) 13. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 3 | PASS 20 ] Error: Test failures In addition: Warning message: call dbDisconnect() when finished working with a connection Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.9.0
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/5s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(prqlr) > > test_check("prqlr") [ FAIL 1 | WARN 0 | SKIP 3 | PASS 20 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-compile.R:60:3', 'test-compile.R:74:5', 'test-compile.R:74:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-compile.R:72:1'): (code run outside of `test_that()`) ────────── <purrr_error_indexed/rlang_error/error/condition> Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured, .interpret_glue = .interpret_glue)`: ℹ In index: 3. Caused by error in `glue_data()`: ! Expecting '}' Backtrace: ▆ 1. ├─patrick::with_parameters_test_that(...) at test-compile.R:72:1 2. │ └─purrr::pmap(...) 3. │ └─purrr:::pmap_("list", .l, .f, ..., .progress = .progress) 4. │ ├─purrr:::with_indexed_errors(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ ├─purrr:::call_with_cleanup(...) 7. │ └─patrick (local) .f(query = .l[[1L]][[i]], .test_name = .l[[2L]][[i]], ...) 8. │ └─patrick:::build_description(args, desc, .test_name, .interpret_glue) 9. │ └─glue::glue_data(args, completed_desc) 10. └─base::.handleSimpleError(...) 11. └─purrr (local) h(simpleError(msg, call)) 12. └─cli::cli_abort(...) 13. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 3 | PASS 20 ] Error: Test failures In addition: Warning message: call dbDisconnect() when finished working with a connection Execution halted Flavors: r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.10.0
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-release-macos-arm64

Version: 0.9.0
Check: installed package size
Result: NOTE installed size is 40.1Mb sub-directories of 1Mb or more: libs 39.8Mb Flavors: r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.10.0
Check: installed package size
Result: NOTE installed size is 16.0Mb sub-directories of 1Mb or more: libs 15.8Mb Flavor: r-release-windows-x86_64

Version: 0.9.0
Check: tests
Result: ERROR Running 'testthat.R' [5s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(prqlr) > > test_check("prqlr") [ FAIL 1 | WARN 0 | SKIP 3 | PASS 20 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-compile.R:60:3', 'test-compile.R:74:5', 'test-compile.R:74:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-compile.R:72:1'): (code run outside of `test_that()`) ────────── <purrr_error_indexed/rlang_error/error/condition> Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured, .interpret_glue = .interpret_glue)`: ℹ In index: 3. Caused by error in `glue_data()`: ! Expecting '}' Backtrace: ▆ 1. ├─patrick::with_parameters_test_that(...) at test-compile.R:72:1 2. │ └─purrr::pmap(...) 3. │ └─purrr:::pmap_("list", .l, .f, ..., .progress = .progress) 4. │ ├─purrr:::with_indexed_errors(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ ├─purrr:::call_with_cleanup(...) 7. │ └─patrick (local) .f(query = .l[[1L]][[i]], .test_name = .l[[2L]][[i]], ...) 8. │ └─patrick:::build_description(args, desc, .test_name, .interpret_glue) 9. │ └─glue::glue_data(args, completed_desc) 10. └─base::.handleSimpleError(...) 11. └─purrr (local) h(simpleError(msg, call)) 12. └─cli::cli_abort(...) 13. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 3 | PASS 20 ] Error: Test failures In addition: Warning message: call dbDisconnect() when finished working with a connection Execution halted Flavor: 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.