Description Usage Arguments Value Examples
View source: R/map_use_package.R
This function is similar to the function use_package
from the package usethis
,
but its input can be a list, like c('clipr', 'glue', 'rstudioapi', 'rvest', 'usethis', 'xml2')
When the package developers receive the error information using devtools::check()
,
Namespace dependencies not required: ...
, use this.
1 | map_use_package(input)
|
input |
The list of package names. |
None
1 | ## Not run: map_use_package(c('dplyr', 'glue', 'purrr', 'stringr'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.