Code
dplyr:::check_pkg("`__foobarbaz__`", "foobar a baz")
Error <rlang_error>
The `__foobarbaz__` package is required to foobar a baz.
Please install it with `install.packages("`__foobarbaz__`")`
Code
dplyr:::check_pkg("`__foobarbaz__`", "foobar a baz", install = FALSE)
Error <rlang_error>
The `__foobarbaz__` package is required to foobar a baz.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.