R Under development (unstable) (2024-07-05 r86874 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(reprex) > > if (rmarkdown::pandoc_available("2.0.0")) { + test_check("reprex") + } Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 67 | PASS 58 ] ══ Skipped tests (67) ══════════════════════════════════════════════════════════ • On CRAN (67): '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:76:3', 'test-venues.R:97:3', 'test-reprex.R:3:3', 'test-reprex.R:9:3', 'test-reprex.R:19:3', 'test-reprex.R:26:3', 'test-reprex.R:38:3', 'test-reprex.R:57:3', 'test-reprex.R:64:3', 'test-reprex.R:72:3', 'test-env.R:2:3', 'test-env.R:9:3', 'test-env.R:21: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-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-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_render.R:3:3', 'test-reprex_render.R:42:3', 'test-reprex_render.R:65:3', 'test-reprex_document.R:9: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' [ FAIL 0 | WARN 0 | SKIP 67 | PASS 58 ] > > proc.time() user system elapsed 1.96 0.29 6.90