webr
webr copied to clipboard
Shim `loadNamespace()`, `requireNamespace()` (and others?) in the same way as `library()` and `require()`
I would like requireNamespace("dplyr") call to download webR package. Currently that's not the case and I need to use require("dplyr") instead