Code
roxygen_ns_show()
Output
[1] "#' @importFrom lifecycle deprecate_stop"
[2] "#' @importFrom lifecycle deprecate_warn"
Code
use_import_from(1)
Condition
Error in `use_import_from()`:
x `package` must be a single string.
Code
use_import_from(c("desc", "rlang"))
Condition
Error in `use_import_from()`:
x `package` must be a single string.
Code
use_import_from("desc", "pool_noodle")
Condition
Error in `map2()`:
i In index: 1.
Caused by error in `.f()`:
x Can't find `desc::pool_noodle()`.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.