CRAN Package Check Results for Package reprex

Last updated on 2024-06-24 01:48:22 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.0 4.21 69.33 73.54 OK
r-devel-linux-x86_64-debian-gcc 2.1.0 4.15 52.42 56.57 ERROR
r-devel-linux-x86_64-fedora-clang 2.1.0 94.00 OK
r-devel-linux-x86_64-fedora-gcc 2.1.0 105.03 ERROR
r-devel-windows-x86_64 2.1.0 6.00 75.00 81.00 ERROR
r-patched-linux-x86_64 2.1.0 4.90 68.32 73.22 OK
r-release-linux-x86_64 2.1.0 4.75 67.70 72.45 OK
r-release-macos-arm64 2.1.0 35.00 OK
r-release-macos-x86_64 2.1.0 53.00 OK
r-release-windows-x86_64 2.1.0 7.00 76.00 83.00 OK
r-oldrel-macos-arm64 2.1.0 42.00 OK
r-oldrel-macos-x86_64 2.1.0 68.00 OK
r-oldrel-windows-x86_64 2.1.0 6.00 82.00 88.00 OK

Check Details

Version: 2.1.0
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/1s] Running ‘testthat.R’ [17s/19s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(reprex) > > if (rmarkdown::pandoc_available("2.0.0")) { + test_check("reprex") + } Starting 2 test processes [ FAIL 3 | WARN 0 | SKIP 65 | PASS 60 ] ══ Skipped tests (65) ══════════════════════════════════════════════════════════ • On CRAN (65): 'test-knitr-options.R:2:3', 'test-knitr-options.R:8:3', 'test-knitr-options.R:15:3', 'test-knitr-options.R:32:3', 'test-knitr-options.R:50:3', 'test-knitr-options.R:61:3', 'test-venues.R:2:3', 'test-venues.R:28:3', 'test-venues.R:47:3', 'test-venues.R:61:3', 'test-venues.R:75:3', 'test-venues.R:96:3', 'test-env.R:2:3', 'test-env.R:9:3', 'test-env.R:21:3', 'test-input.R:10:3', 'test-input.R:25:3', 'test-input.R:33:3', 'test-input.R:42:3', 'test-input.R:48:3', 'test-input.R:58:3', 'test-outfiles.R:2:3', 'test-outfiles.R:27:3', 'test-outfiles.R:50:3', 'test-outfiles.R:74:3', 'test-outfiles.R:83:3', 'test-outfiles.R:102:3', 'test-pandoc.R:2:3', 'test-reprex-options.R:2:3', 'test-reprex-options.R:11:3', 'test-reprex-options.R:20:3', 'test-reprex-options.R:29:3', 'test-reprex-options.R:38:3', 'test-reprex-options.R:47:3', 'test-reprex-undo.R:13:3', 'test-reprex-undo.R:20:3', 'test-reprex-undo.R:27:3', 'test-reprex-undo.R:48:3', 'test-reprex-undo.R:65:3', 'test-reprex-undo.R:86:3', 'test-reprex-undo.R:103:3', 'test-reprex-undo.R:113:3', 'test-reprex-undo.R:124:3', 'test-reprex_document.R:9:3', 'test-reprex_render.R:3:3', 'test-reprex_render.R:42:3', 'test-reprex_render.R:65:3', 'test-reprex.R:3:3', 'test-reprex.R:9:3', 'test-reprex.R:19:3', 'test-reprex.R:26:3', 'test-reprex.R:39:3', 'test-reprex.R:58:3', 'test-session-info.R:2:3', 'test-session-info.R:16:3', 'test-stdout-stderr.R:2:3', 'test-stdout-stderr.R:9:3', 'test-stdout-stderr.R:16:3', 'test-utf8.R:2:3', 'test-utils-clipboard.R:8:3', 'test-utils-io.R:16:3', 'test-utils-ui.R:8:3', 'test-utils-ui.R:19:3', 'test-utils-ui.R:27:3', 'test-rprofile.R:31:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-reprex.R:67:3'): reprex() errors for an R crash, by default ── `reprex(input = code)` did not throw the expected error. ── Failure ('test-reprex.R:78:3'): reprex() copes with an R crash, when `std_out_err = TRUE` ── `out` does not match "segfault". Actual values: * ``` r * utils::getFromNamespace\("crash", "callr"\)\(\) * #> Error in get\("attach"\)\(structure\(list\(\), class = "UserDefinedDatabase"\)\): R_ExternalPtrAddr: argument of type VECSXP is not an external pointer * ``` * * <sup>Created on 2024-06-23 with \[reprex v2\.1\.0\]\(https://reprex\.tidyverse\.org\)</sup> * * <details style="margin-bottom:10px;"> * <summary> * Standard output and standard error * </summary> * * ``` sh * -- nothing to show -- * ``` * * </details> Backtrace: ▆ 1. └─testthat::expect_match(out, "segfault", all = FALSE) at test-reprex.R:78:3 2. └─testthat:::expect_match_(...) ── Failure ('test-reprex.R:79:3'): reprex() copes with an R crash, when `std_out_err = TRUE` ── `out` does not match "Traceback". Actual values: * ``` r * utils::getFromNamespace\("crash", "callr"\)\(\) * #> Error in get\("attach"\)\(structure\(list\(\), class = "UserDefinedDatabase"\)\): R_ExternalPtrAddr: argument of type VECSXP is not an external pointer * ``` * * <sup>Created on 2024-06-23 with \[reprex v2\.1\.0\]\(https://reprex\.tidyverse\.org\)</sup> * * <details style="margin-bottom:10px;"> * <summary> * Standard output and standard error * </summary> * * ``` sh * -- nothing to show -- * ``` * * </details> Backtrace: ▆ 1. └─testthat::expect_match(out, "Traceback", all = FALSE) at test-reprex.R:79:3 2. └─testthat:::expect_match_(...) [ FAIL 3 | WARN 0 | SKIP 65 | PASS 60 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.1.0
Check: tests
Result: ERROR Running ‘spelling.R’ Running ‘testthat.R’ [28s/18s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(reprex) > > if (rmarkdown::pandoc_available("2.0.0")) { + test_check("reprex") + } Starting 2 test processes [ FAIL 3 | WARN 0 | SKIP 65 | PASS 60 ] ══ Skipped tests (65) ══════════════════════════════════════════════════════════ • On CRAN (65): 'test-knitr-options.R:2:3', 'test-knitr-options.R:8:3', 'test-knitr-options.R:15:3', 'test-knitr-options.R:32:3', 'test-knitr-options.R:50:3', 'test-knitr-options.R:61:3', 'test-venues.R:2:3', 'test-venues.R:28:3', 'test-venues.R:47:3', 'test-venues.R:61:3', 'test-venues.R:75:3', 'test-venues.R:96:3', 'test-env.R:2:3', 'test-env.R:9:3', 'test-env.R:21:3', 'test-input.R:10:3', 'test-input.R:25:3', 'test-input.R:33:3', 'test-input.R:42:3', 'test-input.R:48:3', 'test-input.R:58:3', 'test-outfiles.R:2:3', 'test-outfiles.R:27:3', 'test-outfiles.R:50:3', 'test-outfiles.R:74:3', 'test-outfiles.R:83:3', 'test-outfiles.R:102:3', 'test-pandoc.R:2:3', 'test-reprex-options.R:2:3', 'test-reprex-options.R:11:3', 'test-reprex-options.R:20:3', 'test-reprex-options.R:29:3', 'test-reprex-options.R:38:3', 'test-reprex-options.R:47:3', 'test-reprex-undo.R:13:3', 'test-reprex-undo.R:20:3', 'test-reprex-undo.R:27:3', 'test-reprex-undo.R:48:3', 'test-reprex-undo.R:65:3', 'test-reprex-undo.R:86:3', 'test-reprex-undo.R:103:3', 'test-reprex-undo.R:113:3', 'test-reprex-undo.R:124:3', 'test-reprex_document.R:9:3', 'test-reprex_render.R:3:3', 'test-reprex_render.R:42:3', 'test-reprex_render.R:65:3', 'test-reprex.R:3:3', 'test-reprex.R:9:3', 'test-reprex.R:19:3', 'test-reprex.R:26:3', 'test-reprex.R:39:3', 'test-reprex.R:58:3', 'test-session-info.R:2:3', 'test-session-info.R:16:3', 'test-stdout-stderr.R:2:3', 'test-stdout-stderr.R:9:3', 'test-stdout-stderr.R:16:3', 'test-utf8.R:2:3', 'test-utils-clipboard.R:8:3', 'test-utils-io.R:16:3', 'test-utils-ui.R:8:3', 'test-utils-ui.R:19:3', 'test-utils-ui.R:27:3', 'test-rprofile.R:31:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-reprex.R:67:3'): reprex() errors for an R crash, by default ── `reprex(input = code)` did not throw the expected error. ── Failure ('test-reprex.R:78:3'): reprex() copes with an R crash, when `std_out_err = TRUE` ── `out` does not match "segfault". Actual values: * ``` r * utils::getFromNamespace\("crash", "callr"\)\(\) * #> Error in get\("attach"\)\(structure\(list\(\), class = "UserDefinedDatabase"\)\): R_ExternalPtrAddr: argument of type VECSXP is not an external pointer * ``` * * <sup>Created on 2024-06-23 with \[reprex v2\.1\.0\]\(https://reprex\.tidyverse\.org\)</sup> * * <details style="margin-bottom:10px;"> * <summary> * Standard output and standard error * </summary> * * ``` sh * -- nothing to show -- * ``` * * </details> Backtrace: ▆ 1. └─testthat::expect_match(out, "segfault", all = FALSE) at test-reprex.R:78:3 2. └─testthat:::expect_match_(...) ── Failure ('test-reprex.R:79:3'): reprex() copes with an R crash, when `std_out_err = TRUE` ── `out` does not match "Traceback". Actual values: * ``` r * utils::getFromNamespace\("crash", "callr"\)\(\) * #> Error in get\("attach"\)\(structure\(list\(\), class = "UserDefinedDatabase"\)\): R_ExternalPtrAddr: argument of type VECSXP is not an external pointer * ``` * * <sup>Created on 2024-06-23 with \[reprex v2\.1\.0\]\(https://reprex\.tidyverse\.org\)</sup> * * <details style="margin-bottom:10px;"> * <summary> * Standard output and standard error * </summary> * * ``` sh * -- nothing to show -- * ``` * * </details> Backtrace: ▆ 1. └─testthat::expect_match(out, "Traceback", all = FALSE) at test-reprex.R:79:3 2. └─testthat:::expect_match_(...) [ FAIL 3 | WARN 0 | SKIP 65 | PASS 60 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 2.1.0
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [13s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(reprex) > > if (rmarkdown::pandoc_available("2.0.0")) { + test_check("reprex") + } Starting 2 test processes [ FAIL 1 | WARN 0 | SKIP 66 | PASS 59 ] ══ Skipped tests (66) ══════════════════════════════════════════════════════════ • On CRAN (65): 'test-knitr-options.R:2:3', 'test-knitr-options.R:8:3', 'test-knitr-options.R:15:3', 'test-knitr-options.R:32:3', 'test-knitr-options.R:50:3', 'test-knitr-options.R:61:3', 'test-venues.R:2:3', 'test-venues.R:28:3', 'test-venues.R:47:3', 'test-venues.R:61:3', 'test-venues.R:75:3', 'test-venues.R:96:3', 'test-env.R:2:3', 'test-env.R:9:3', 'test-env.R:21:3', 'test-input.R:10:3', 'test-input.R:25:3', 'test-input.R:33:3', 'test-input.R:42:3', 'test-input.R:48:3', 'test-input.R:58:3', 'test-outfiles.R:2:3', 'test-outfiles.R:27:3', 'test-outfiles.R:50:3', 'test-outfiles.R:74:3', 'test-outfiles.R:83:3', 'test-outfiles.R:102:3', 'test-pandoc.R:2:3', 'test-reprex-options.R:2:3', 'test-reprex-options.R:11:3', 'test-reprex-options.R:20:3', 'test-reprex-options.R:29:3', 'test-reprex-options.R:38:3', 'test-reprex-options.R:47:3', 'test-reprex-undo.R:13:3', 'test-reprex-undo.R:20:3', 'test-reprex-undo.R:27:3', 'test-reprex-undo.R:48:3', 'test-reprex-undo.R:65:3', 'test-reprex-undo.R:86:3', 'test-reprex-undo.R:103:3', 'test-reprex-undo.R:113:3', 'test-reprex-undo.R:124:3', 'test-reprex_document.R:9:3', 'test-reprex_render.R:3:3', 'test-reprex_render.R:42:3', 'test-reprex_render.R:65:3', 'test-reprex.R:3:3', 'test-reprex.R:9:3', 'test-reprex.R:19:3', 'test-reprex.R:26:3', 'test-reprex.R:39:3', 'test-reprex.R:58:3', 'test-session-info.R:2:3', 'test-session-info.R:16:3', 'test-stdout-stderr.R:2:3', 'test-stdout-stderr.R:9:3', 'test-stdout-stderr.R:16:3', 'test-utf8.R:2:3', 'test-utils-clipboard.R:8:3', 'test-utils-io.R:16:3', 'test-utils-ui.R:8:3', 'test-utils-ui.R:19:3', 'test-utils-ui.R:27:3', 'test-rprofile.R:31:3' • On Windows (1): 'test-reprex.R:76:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-reprex.R:67:3'): reprex() errors for an R crash, by default ── `reprex(input = code)` did not throw the expected error. [ FAIL 1 | WARN 0 | SKIP 66 | PASS 59 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64