webr icon indicating copy to clipboard operation
webr copied to clipboard

Shim `loadNamespace()`, `requireNamespace()` (and others?) in the same way as `library()` and `require()`

Open pawelru opened this issue 1 year ago • 0 comments

I would like requireNamespace("dplyr") call to download webR package. Currently that's not the case and I need to use require("dplyr") instead

pawelru avatar Aug 20 '24 16:08 pawelru