tidyverse / reprex

Render bits of R code for sharing, e.g., on GitHub or StackOverflow.
https://reprex.tidyverse.org
Other
741 stars 80 forks source link

Error in reprex_render_impl() #447

Closed shannonrodriguez closed 11 months ago

shannonrodriguez commented 1 year ago

Please briefly describe your problem and what output you expect. If you have a question, please don't use this form. Instead, ask on https://stackoverflow.com/ or https://community.rstudio.com/.

Please include a minimal reproducible example (AKA a reprex). If you've never heard of a reprex before, start by reading https://www.tidyverse.org/help/#reprex.

Brief description of the problem Backtrace: ▆

  1. └─reprex::reprex_render(...)
  2. └─reprex:::reprex_render_impl(input, new_session = TRUE, html_preview = html_preview)
  3. └─cli::cli_abort(...)
  4. └─rlang::abort(...)
hadley commented 11 months ago

Sounds like a duplicate of #440