CRAN Package Check Results for Package xpose

Last updated on 2024-12-18 19:49:27 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.18 12.40 223.88 236.28 ERROR
r-devel-linux-x86_64-debian-gcc 0.4.18 8.43 140.28 148.71 ERROR
r-devel-linux-x86_64-fedora-clang 0.4.18 319.99 ERROR
r-devel-linux-x86_64-fedora-gcc 0.4.18 395.06 ERROR
r-devel-windows-x86_64 0.4.18 16.00 233.00 249.00 ERROR
r-patched-linux-x86_64 0.4.18 13.56 210.85 224.41 ERROR
r-release-linux-x86_64 0.4.18 13.38 208.57 221.95 ERROR
r-release-macos-arm64 0.4.18 124.00 OK
r-release-macos-x86_64 0.4.18 171.00 OK
r-release-windows-x86_64 0.4.18 18.00 237.00 255.00 OK
r-oldrel-macos-arm64 0.4.18 118.00 OK
r-oldrel-macos-x86_64 0.4.18 225.00 OK
r-oldrel-windows-x86_64 0.4.18 18.00 289.00 307.00 ERROR

Check Details

Version: 0.4.18
Check: tests
Result: ERROR Running ‘testthat.R’ [47s/57s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(xpose) Loading required package: ggplot2 Attaching package: 'xpose' The following object is masked from 'package:stats': filter > > test_check("xpose") [ FAIL 1 | WARN 0 | SKIP 8 | PASS 377 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-model-summary.R:59:3', 'test-read_nm_files.R:54:3', 'test-read_nm_tables.R:61:3', 'test-read_nm_tables.R:71:3', 'test-vpc.R:50:3', 'test-xpose_data.R:31:3', 'test-xpose_data.R:47:3', 'test-xpose_save.R:22:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-plots.R:33:1'): (code run outside of `test_that()`) ──────────── <purrr_error_indexed/rlang_error/error/condition> Error in `purrr::map(X, function(x) { code_x <- substitute_q(code, list(.fun = as.symbol(x)) %>% purrr::set_names(paste0(".", name_x))) attr(code_x, "srcref") <- attr(code, "srcref") do.call(get("test_code", envir = asNamespace("testthat")), list(test = paste(desc, "for", name_x, x), code = code_x, env = envir), envir = envir) })`: ℹ In index: 1. Caused by error: ! argument "reporter" is missing, with no default Backtrace: ▆ 1. ├─xpose:::test_that_for_all(...) at test-plots.R:33:1 2. │ └─purrr::map(...) at tests/testthat/helper-test_that_for_all.R:13:3 3. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 4. │ ├─purrr:::with_indexed_errors(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ ├─purrr:::call_with_cleanup(...) 7. │ └─xpose (local) .f(.x[[i]], ...) 8. │ └─base::do.call(...) at tests/testthat/helper-test_that_for_all.R:20:7 9. ├─testthat (local) `<fn>`(...) 10. └─purrr (local) `<fn>`(`<gtvrErrr>`) 11. └─cli::cli_abort(...) 12. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 8 | PASS 377 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.4.18
Check: tests
Result: ERROR Running ‘testthat.R’ [27s/29s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(xpose) Loading required package: ggplot2 Attaching package: 'xpose' The following object is masked from 'package:stats': filter > > test_check("xpose") [ FAIL 1 | WARN 0 | SKIP 8 | PASS 377 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-model-summary.R:59:3', 'test-read_nm_files.R:54:3', 'test-read_nm_tables.R:61:3', 'test-read_nm_tables.R:71:3', 'test-vpc.R:50:3', 'test-xpose_data.R:31:3', 'test-xpose_data.R:47:3', 'test-xpose_save.R:22:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-plots.R:33:1'): (code run outside of `test_that()`) ──────────── <purrr_error_indexed/rlang_error/error/condition> Error in `purrr::map(X, function(x) { code_x <- substitute_q(code, list(.fun = as.symbol(x)) %>% purrr::set_names(paste0(".", name_x))) attr(code_x, "srcref") <- attr(code, "srcref") do.call(get("test_code", envir = asNamespace("testthat")), list(test = paste(desc, "for", name_x, x), code = code_x, env = envir), envir = envir) })`: ℹ In index: 1. Caused by error: ! argument "reporter" is missing, with no default Backtrace: ▆ 1. ├─xpose:::test_that_for_all(...) at test-plots.R:33:1 2. │ └─purrr::map(...) at tests/testthat/helper-test_that_for_all.R:13:3 3. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 4. │ ├─purrr:::with_indexed_errors(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ ├─purrr:::call_with_cleanup(...) 7. │ └─xpose (local) .f(.x[[i]], ...) 8. │ └─base::do.call(...) at tests/testthat/helper-test_that_for_all.R:20:7 9. ├─testthat (local) `<fn>`(...) 10. └─purrr (local) `<fn>`(`<gtvrErrr>`) 11. └─cli::cli_abort(...) 12. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 8 | PASS 377 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4.18
Check: tests
Result: ERROR Running ‘testthat.R’ [55s/55s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(xpose) Loading required package: ggplot2 Attaching package: 'xpose' The following object is masked from 'package:stats': filter > > test_check("xpose") [ FAIL 1 | WARN 0 | SKIP 8 | PASS 377 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-model-summary.R:59:3', 'test-read_nm_files.R:54:3', 'test-read_nm_tables.R:61:3', 'test-read_nm_tables.R:71:3', 'test-vpc.R:50:3', 'test-xpose_data.R:31:3', 'test-xpose_data.R:47:3', 'test-xpose_save.R:22:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-plots.R:33:1'): (code run outside of `test_that()`) ──────────── <purrr_error_indexed/rlang_error/error/condition> Error in `purrr::map(X, function(x) { code_x <- substitute_q(code, list(.fun = as.symbol(x)) %>% purrr::set_names(paste0(".", name_x))) attr(code_x, "srcref") <- attr(code, "srcref") do.call(get("test_code", envir = asNamespace("testthat")), list(test = paste(desc, "for", name_x, x), code = code_x, env = envir), envir = envir) })`: ℹ In index: 1. Caused by error: ! argument "reporter" is missing, with no default Backtrace: ▆ 1. ├─xpose:::test_that_for_all(...) at test-plots.R:33:1 2. │ └─purrr::map(...) at tests/testthat/helper-test_that_for_all.R:13:3 3. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 4. │ ├─purrr:::with_indexed_errors(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ ├─purrr:::call_with_cleanup(...) 7. │ └─xpose (local) .f(.x[[i]], ...) 8. │ └─base::do.call(...) at tests/testthat/helper-test_that_for_all.R:20:7 9. ├─testthat (local) `<fn>`(...) 10. └─purrr (local) `<fn>`(`<gtvrErrr>`) 11. └─cli::cli_abort(...) 12. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 8 | PASS 377 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.4.18
Check: tests
Result: ERROR Running ‘testthat.R’ [68s/101s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(xpose) Loading required package: ggplot2 Attaching package: 'xpose' The following object is masked from 'package:stats': filter > > test_check("xpose") [ FAIL 1 | WARN 0 | SKIP 8 | PASS 377 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-model-summary.R:59:3', 'test-read_nm_files.R:54:3', 'test-read_nm_tables.R:61:3', 'test-read_nm_tables.R:71:3', 'test-vpc.R:50:3', 'test-xpose_data.R:31:3', 'test-xpose_data.R:47:3', 'test-xpose_save.R:22:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-plots.R:33:1'): (code run outside of `test_that()`) ──────────── <purrr_error_indexed/rlang_error/error/condition> Error in `purrr::map(X, function(x) { code_x <- substitute_q(code, list(.fun = as.symbol(x)) %>% purrr::set_names(paste0(".", name_x))) attr(code_x, "srcref") <- attr(code, "srcref") do.call(get("test_code", envir = asNamespace("testthat")), list(test = paste(desc, "for", name_x, x), code = code_x, env = envir), envir = envir) })`: ℹ In index: 1. Caused by error: ! argument "reporter" is missing, with no default Backtrace: ▆ 1. ├─xpose:::test_that_for_all(...) at test-plots.R:33:1 2. │ └─purrr::map(...) at tests/testthat/helper-test_that_for_all.R:13:3 3. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 4. │ ├─purrr:::with_indexed_errors(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ ├─purrr:::call_with_cleanup(...) 7. │ └─xpose (local) .f(.x[[i]], ...) 8. │ └─base::do.call(...) at tests/testthat/helper-test_that_for_all.R:20:7 9. ├─testthat (local) `<fn>`(...) 10. └─purrr (local) `<fn>`(`<gtvrErrr>`) 11. └─cli::cli_abort(...) 12. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 8 | PASS 377 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.4.18
Check: tests
Result: ERROR Running 'testthat.R' [36s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(xpose) Loading required package: ggplot2 Attaching package: 'xpose' The following object is masked from 'package:stats': filter > > test_check("xpose") [ FAIL 1 | WARN 0 | SKIP 8 | PASS 377 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-model-summary.R:59:3', 'test-read_nm_files.R:54:3', 'test-read_nm_tables.R:61:3', 'test-read_nm_tables.R:71:3', 'test-vpc.R:50:3', 'test-xpose_data.R:31:3', 'test-xpose_data.R:47:3', 'test-xpose_save.R:22:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-plots.R:33:1'): (code run outside of `test_that()`) ──────────── <purrr_error_indexed/rlang_error/error/condition> Error in `purrr::map(X, function(x) { code_x <- substitute_q(code, list(.fun = as.symbol(x)) %>% purrr::set_names(paste0(".", name_x))) attr(code_x, "srcref") <- attr(code, "srcref") do.call(get("test_code", envir = asNamespace("testthat")), list(test = paste(desc, "for", name_x, x), code = code_x, env = envir), envir = envir) })`: ℹ In index: 1. Caused by error: ! argument "reporter" is missing, with no default Backtrace: ▆ 1. ├─xpose:::test_that_for_all(...) at test-plots.R:33:1 2. │ └─purrr::map(...) at D:\RCompile\CRANpkg\local\4.5\xpose.Rcheck\tests\testthat\helper-test_that_for_all.R:13:3 3. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 4. │ ├─purrr:::with_indexed_errors(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ ├─purrr:::call_with_cleanup(...) 7. │ └─xpose (local) .f(.x[[i]], ...) 8. │ └─base::do.call(...) at D:\RCompile\CRANpkg\local\4.5\xpose.Rcheck\tests\testthat\helper-test_that_for_all.R:20:7 9. ├─testthat (local) `<fn>`(...) 10. └─purrr (local) `<fn>`(`<gtvrErrr>`) 11. └─cli::cli_abort(...) 12. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 8 | PASS 377 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 0.4.18
Check: tests
Result: ERROR Running ‘testthat.R’ [40s/49s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(xpose) Loading required package: ggplot2 Attaching package: 'xpose' The following object is masked from 'package:stats': filter > > test_check("xpose") [ FAIL 1 | WARN 0 | SKIP 8 | PASS 377 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-model-summary.R:59:3', 'test-read_nm_files.R:54:3', 'test-read_nm_tables.R:61:3', 'test-read_nm_tables.R:71:3', 'test-vpc.R:50:3', 'test-xpose_data.R:31:3', 'test-xpose_data.R:47:3', 'test-xpose_save.R:22:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-plots.R:33:1'): (code run outside of `test_that()`) ──────────── <purrr_error_indexed/rlang_error/error/condition> Error in `purrr::map(X, function(x) { code_x <- substitute_q(code, list(.fun = as.symbol(x)) %>% purrr::set_names(paste0(".", name_x))) attr(code_x, "srcref") <- attr(code, "srcref") do.call(get("test_code", envir = asNamespace("testthat")), list(test = paste(desc, "for", name_x, x), code = code_x, env = envir), envir = envir) })`: ℹ In index: 1. Caused by error: ! argument "reporter" is missing, with no default Backtrace: ▆ 1. ├─xpose:::test_that_for_all(...) at test-plots.R:33:1 2. │ └─purrr::map(...) at tests/testthat/helper-test_that_for_all.R:13:3 3. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 4. │ ├─purrr:::with_indexed_errors(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ ├─purrr:::call_with_cleanup(...) 7. │ └─xpose (local) .f(.x[[i]], ...) 8. │ └─base::do.call(...) at tests/testthat/helper-test_that_for_all.R:20:7 9. ├─testthat (local) `<fn>`(...) 10. └─base::.handleSimpleError(...) 11. └─purrr (local) h(simpleError(msg, call)) 12. └─cli::cli_abort(...) 13. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 8 | PASS 377 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 0.4.18
Check: tests
Result: ERROR Running ‘testthat.R’ [41s/54s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(xpose) Loading required package: ggplot2 Attaching package: 'xpose' The following object is masked from 'package:stats': filter > > test_check("xpose") [ FAIL 1 | WARN 0 | SKIP 8 | PASS 377 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-model-summary.R:59:3', 'test-read_nm_files.R:54:3', 'test-read_nm_tables.R:61:3', 'test-read_nm_tables.R:71:3', 'test-vpc.R:50:3', 'test-xpose_data.R:31:3', 'test-xpose_data.R:47:3', 'test-xpose_save.R:22:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-plots.R:33:1'): (code run outside of `test_that()`) ──────────── <purrr_error_indexed/rlang_error/error/condition> Error in `purrr::map(X, function(x) { code_x <- substitute_q(code, list(.fun = as.symbol(x)) %>% purrr::set_names(paste0(".", name_x))) attr(code_x, "srcref") <- attr(code, "srcref") do.call(get("test_code", envir = asNamespace("testthat")), list(test = paste(desc, "for", name_x, x), code = code_x, env = envir), envir = envir) })`: ℹ In index: 1. Caused by error: ! argument "reporter" is missing, with no default Backtrace: ▆ 1. ├─xpose:::test_that_for_all(...) at test-plots.R:33:1 2. │ └─purrr::map(...) at tests/testthat/helper-test_that_for_all.R:13:3 3. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 4. │ ├─purrr:::with_indexed_errors(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ ├─purrr:::call_with_cleanup(...) 7. │ └─xpose (local) .f(.x[[i]], ...) 8. │ └─base::do.call(...) at tests/testthat/helper-test_that_for_all.R:20:7 9. ├─testthat (local) `<fn>`(...) 10. └─base::.handleSimpleError(...) 11. └─purrr (local) h(simpleError(msg, call)) 12. └─cli::cli_abort(...) 13. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 8 | PASS 377 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 0.4.18
Check: tests
Result: ERROR Running 'testthat.R' [51s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(xpose) Loading required package: ggplot2 Attaching package: 'xpose' The following object is masked from 'package:stats': filter > > test_check("xpose") [ FAIL 1 | WARN 0 | SKIP 8 | PASS 377 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-model-summary.R:59:3', 'test-read_nm_files.R:54:3', 'test-read_nm_tables.R:61:3', 'test-read_nm_tables.R:71:3', 'test-vpc.R:50:3', 'test-xpose_data.R:31:3', 'test-xpose_data.R:47:3', 'test-xpose_save.R:22:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-plots.R:33:1'): (code run outside of `test_that()`) ──────────── <purrr_error_indexed/rlang_error/error/condition> Error in `purrr::map(X, function(x) { code_x <- substitute_q(code, list(.fun = as.symbol(x)) %>% purrr::set_names(paste0(".", name_x))) attr(code_x, "srcref") <- attr(code, "srcref") do.call(get("test_code", envir = asNamespace("testthat")), list(test = paste(desc, "for", name_x, x), code = code_x, env = envir), envir = envir) })`: ℹ In index: 1. Caused by error: ! argument "reporter" is missing, with no default Backtrace: ▆ 1. ├─xpose:::test_that_for_all(...) at test-plots.R:33:1 2. │ └─purrr::map(...) at D:\RCompile\CRANpkg\local\4.3\xpose.Rcheck\tests\testthat\helper-test_that_for_all.R:13:3 3. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 4. │ ├─purrr:::with_indexed_errors(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ ├─purrr:::call_with_cleanup(...) 7. │ └─xpose (local) .f(.x[[i]], ...) 8. │ └─base::do.call(...) at D:\RCompile\CRANpkg\local\4.3\xpose.Rcheck\tests\testthat\helper-test_that_for_all.R:20:7 9. ├─testthat (local) `<fn>`(...) 10. └─base::.handleSimpleError(...) 11. └─purrr (local) h(simpleError(msg, call)) 12. └─cli::cli_abort(...) 13. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 8 | PASS 377 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64