r-wasm / webr

The statistical language R compiled to WebAssembly via Emscripten, for use in web browsers and Node.

Home Page:https://docs.r-wasm.org/webr/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting `character.only = TRUE` causes an error when using shimmed `library()` and `require()`

georgestagg opened this issue · comments

e.g.

require("cli", character.only = TRUE)
Error in base::require(package, character.only = TRUE, ...) : 
  formal argument "character.only" matched by multiple actual arguments