CRAN Package Check Results for Package xpose

Last updated on 2024-12-26 03:50:07 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.18 11.54 215.23 226.77 ERROR
r-devel-linux-x86_64-debian-gcc 0.4.18 9.04 135.65 144.69 ERROR
r-devel-linux-x86_64-fedora-clang 0.4.18 376.64 ERROR
r-devel-linux-x86_64-fedora-gcc 0.4.18 317.51 ERROR
r-devel-windows-x86_64 0.4.18 13.00 240.00 253.00 ERROR
r-patched-linux-x86_64 0.4.18 12.86 209.22 222.08 ERROR
r-release-linux-x86_64 0.4.18 12.96 210.34 223.30 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 14.00 229.00 243.00 ERROR
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 20.00 286.00 306.00 ERROR

Check Details

Version: 0.4.18
Check: tests
Result: ERROR Running ‘testthat.R’ [46s/61s] 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’ [26s/27s] 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’ [70s/80s] 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’ [56s/56s] 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’ [41s/50s] 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/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 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' [35s] 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.4\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.4\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-release-windows-x86_64

Version: 0.4.18
Check: tests
Result: ERROR Running 'testthat.R' [50s] 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