Description Usage Arguments Details Value Examples
Show used but not installed packages
1 | show_missing_packages(path = NULL, pattern = NULL, ...)
|
path |
Directory which is scanned recursively. Default is the working directory. |
pattern |
Regex to identify R source files. Default is .*\.(R|r|Rnw|Rhtml|Rpres|Rmd)$ |
... |
Parameters passed to available.packages() |
show_missing_packages()
searches missing packages and checks if they are available on CRAN
A data.frame with missing packages
1 2 3 4 | ## Not run:
show_missing_packages('../')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.