r-wasm / webr

The statistical language R compiled to WebAssembly via Emscripten, for use in web browsers and Node.
https://docs.r-wasm.org/webr/latest/
Other
848 stars 67 forks source link

Use backticks when reporting an R call as part of an error #397

Closed georgestagg closed 5 months ago

georgestagg commented 6 months ago

e.g.

Uncaught Error: Error in `sin("abc")`: non-numeric argument to mathematical function

This better follows tidyverse style.